Searched refs:string16 (Results 1 – 4 of 4) sorted by relevance
68 if (base::expected<StringPiece16, NullOrIOError> type16_str = type_string_ref.string16(); in ToResourceName()86 if (base::expected<StringPiece16, NullOrIOError> entry16_str = entry_string_ref.string16(); in ToResourceName()
4559 outName->type = UnpackOptionalString(entry.typeStr.string16(), &outName->typeLen); in getResourceName()4566 outName->name = UnpackOptionalString(entry.keyStr.string16(), &outName->nameLen); in getResourceName()6523 base::expected<StringPiece16, NullOrIOError> StringPoolRef::string16() const { in string16() function in android::StringPoolRef
800 const String16 string16("string"); in compileResourceFile() local1353 } else if (strcmp16(block.getElementName(&len), string16.c_str()) == 0) { in compileResourceFile()1407 curTag = &string16; in compileResourceFile()1408 curType = string16; in compileResourceFile()1674 if (curType == string16 && !curParams.language[0] && !curParams.country[0]) { in compileResourceFile()
589 base::expected<StringPiece16, NullOrIOError> string16() const;