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

/frameworks/base/tools/aapt/
H A DCommand.cpp348 const char16_t* ctag16 = tree.getElementName(&len); local
349 if (ctag16 == NULL) {
353 String8 tag(ctag16);
440 const char16_t* ctag16 = tree.getElementName(&len); local
441 if (ctag16 == NULL) {
445 String8 tag(ctag16);
453 const char16_t* ctag16 = tree.getElementName(&len); local
454 if (ctag16 == NULL) {
458 String8 tag(ctag16);
899 const char16_t* ctag16 local
1220 const char16_t* ctag16 = tree.getElementName(&len); local
[all...]
H A DResource.cpp1063 const char16_t* ctag16 = tree.getElementName(&len); local
1064 if (ctag16 == NULL) {
1069 String8 tag(ctag16, len);

Completed in 993 milliseconds