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

/frameworks/base/include/androidfw/
H A DResourceTypes.h544 const char16_t* string16(size_t* outLen) const;
/frameworks/base/tools/aapt/
H A DResourceTable.cpp781 const String16 string16("string");
1321 } else if (strcmp16(block.getElementName(&len), string16.string()) == 0) {
1372 curTag = &string16;
1373 curType = string16;
1441 // (simplified form of what string16 does above)
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp3596 outName->type = entry.typeStr.string16(&outName->typeLen);
3603 outName->name = entry.keyStr.string16(&outName->nameLen);
5422 const char16_t* StringPoolRef::string16(size_t* outLen) const { function in class:android::StringPoolRef
6313 printf("(string16) \"%s\"\n",

Completed in 63 milliseconds