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);
426 const char16_t* ctag16 = tree.getElementName(&len); local
427 if (ctag16 == NULL) {
431 String8 tag(ctag16);
439 const char16_t* ctag16 = tree.getElementName(&len); local
440 if (ctag16 == NULL) {
444 String8 tag(ctag16);
851 const char16_t* ctag16 local
1164 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 107 milliseconds