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

/frameworks/base/tools/aapt/
H A DCommand.cpp346 const char16_t* ctag16 = tree.getElementName(&len); local
347 if (ctag16 == NULL) {
351 String8 tag(ctag16);
416 const char16_t* ctag16 = tree.getElementName(&len); local
417 if (ctag16 == NULL) {
421 String8 tag(ctag16);
429 const char16_t* ctag16 = tree.getElementName(&len); local
430 if (ctag16 == NULL) {
434 String8 tag(ctag16);
724 const char16_t* ctag16 local
999 const char16_t* ctag16 = tree.getElementName(&len); local
[all...]
H A DResource.cpp986 const char16_t* ctag16 = tree.getElementName(&len); local
987 if (ctag16 == NULL) {
992 String8 tag(ctag16, len);

Completed in 133 milliseconds