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

/frameworks/base/tools/aapt/
H A DCommand.cpp344 const char16_t* ctag16 = tree.getElementName(&len); local
345 if (ctag16 == NULL) {
349 String8 tag(ctag16);
414 const char16_t* ctag16 = tree.getElementName(&len); local
415 if (ctag16 == NULL) {
419 String8 tag(ctag16);
427 const char16_t* ctag16 = tree.getElementName(&len); local
428 if (ctag16 == NULL) {
432 String8 tag(ctag16);
727 const char16_t* ctag16 local
1002 const char16_t* ctag16 = tree.getElementName(&len); local
[all...]
H A DResource.cpp949 const char16_t* ctag16 = tree.getElementName(&len); local
950 if (ctag16 == NULL) {
955 String8 tag(ctag16, len);

Completed in 238 milliseconds