Searched defs:ctag16 (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aapt/
H A DCommand.cpp332 const char16_t* ctag16 = tree.getElementName(&len); local
333 if (ctag16 == NULL) {
337 String8 tag(ctag16);
424 const char16_t* ctag16 = tree.getElementName(&len); local
425 if (ctag16 == NULL) {
429 String8 tag(ctag16);
437 const char16_t* ctag16 = tree.getElementName(&len); local
438 if (ctag16 == NULL) {
442 String8 tag(ctag16);
884 const char16_t* ctag16 local
1205 const char16_t* ctag16 = tree.getElementName(&len); local
[all...]
H A DResource.cpp1084 const char16_t* ctag16 = tree.getElementName(&len); local
1085 if (ctag16 == NULL) {
1090 String8 tag(ctag16, len);

Completed in 18 milliseconds