Home
last modified time | relevance | path

Searched refs:string16 (Results 1 – 7 of 7) sorted by relevance

/aosp12/system/core/libutils/
H A DString8_test.cpp86 String16 string16(u"\xd841\xd841\xdc41\x0000"); in TEST_F() local
87 String8 string8(string16); in TEST_F()
/aosp12/frameworks/base/libs/androidfw/
H A DResourceUtils.cpp68 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()
H A DResourceTypes.cpp4428 outName->type = UnpackOptionalString(entry.typeStr.string16(), &outName->typeLen); in getResourceName()
4435 outName->name = UnpackOptionalString(entry.keyStr.string16(), &outName->nameLen); in getResourceName()
6370 base::expected<StringPiece16, NullOrIOError> StringPoolRef::string16() const { in string16() function in android::StringPoolRef
/aosp12/system/libbase/
H A Dutf8_test.cpp296 typedef std::wstring string16; typedef
309 static std::string UTF16ToUTF8(const string16& utf16) { in UTF16ToUTF8()
326 string16 multistring16; in TEST()
/aosp12/system/bt/build/secondary/third_party/libchrome/
H A DBUILD.gn131 "base/strings/string16.cc",
/aosp12/frameworks/base/tools/aapt/
H A DResourceTable.cpp798 const String16 string16("string"); in compileResourceFile() local
1351 } else if (strcmp16(block.getElementName(&len), string16.string()) == 0) { in compileResourceFile()
1405 curTag = &string16; in compileResourceFile()
1406 curType = string16; in compileResourceFile()
1672 if (curType == string16 && !curParams.language[0] && !curParams.country[0]) { in compileResourceFile()
/aosp12/frameworks/base/libs/androidfw/include/androidfw/
H A DResourceTypes.h579 base::expected<StringPiece16, NullOrIOError> string16() const;