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

/frameworks/base/tools/aapt/
H A DCommand.cpp345 const char16_t* ctag16 = tree.getElementName(&len); local
346 if (ctag16 == NULL) {
350 String8 tag(ctag16);
415 const char16_t* ctag16 = tree.getElementName(&len); local
416 if (ctag16 == NULL) {
420 String8 tag(ctag16);
428 const char16_t* ctag16 = tree.getElementName(&len); local
429 if (ctag16 == NULL) {
433 String8 tag(ctag16);
726 const char16_t* ctag16 local
1001 const char16_t* ctag16 = tree.getElementName(&len); local
[all...]
H A DResource.cpp958 const char16_t* ctag16 = tree.getElementName(&len); local
959 if (ctag16 == NULL) {
964 String8 tag(ctag16, len);

Completed in 35 milliseconds