Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DResourceTable.cpp790 const String16 string16("string"); in compileResourceFile() local
1343 } else if (strcmp16(block.getElementName(&len), string16.string()) == 0) { in compileResourceFile()
1397 curTag = &string16; in compileResourceFile()
1398 curType = string16; in compileResourceFile()
1664 if (curType == string16 && !curParams.language[0] && !curParams.country[0]) { in compileResourceFile()
/frameworks/base/include/androidfw/
DResourceTypes.h551 const char16_t* string16(size_t* outLen) const;
/frameworks/base/libs/androidfw/
DResourceTypes.cpp3972 outName->type = entry.typeStr.string16(&outName->typeLen); in getResourceName()
3979 outName->name = entry.keyStr.string16(&outName->nameLen); in getResourceName()
5916 const char16_t* StringPoolRef::string16(size_t* outLen) const { in string16() function in android::StringPoolRef