Searched refs:strcmp16 (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/include/utils/ |
D | String16.h | 206 return strcmp16(mString, other) < 0; 211 return strcmp16(mString, other) <= 0; 216 return strcmp16(mString, other) == 0; 221 return strcmp16(mString, other) != 0; 226 return strcmp16(mString, other) >= 0; 231 return strcmp16(mString, other) > 0;
|
D | Unicode.h | 29 int strcmp16(const char16_t *, const char16_t *);
|
/frameworks/base/tools/aapt/ |
D | ResourceTable.cpp | 415 if (strcmp16(block.getElementName(&len), enum16.string()) == 0) { in compileAttribute() 417 } else if (strcmp16(block.getElementName(&len), flag16.string()) == 0) { in compileAttribute() 528 if (strcmp16(block.getElementName(&len), attr16.string()) == 0) { in compileAttribute() 532 if (strcmp16(block.getElementName(&len), enum16.string()) != 0) { in compileAttribute() 539 if (strcmp16(block.getElementName(&len), flag16.string()) != 0) { in compileAttribute() 685 if (strcmp16(String16("default").string(), product.string()) != 0) { in parseAndAddEntry() 698 } else if (strcmp16(String16("default").string(), product.string()) == 0 && in parseAndAddEntry() 810 if (strcmp16(block.getElementName(&len), resources16.string()) != 0) { in compileResourceFile() 836 if (strcmp16(block.getElementName(&len), skip16.string()) == 0) { in compileResourceFile() 840 if (strcmp16(block.getElementName(&len), skip16.string()) == 0) { in compileResourceFile() [all …]
|
D | Resource.cpp | 227 if (strcmp16(block.getElementName(&len), String16("manifest").string()) != 0) { in parsePackage() 247 if (strcmp16(block.getElementName(&len), uses_sdk16.string()) == 0) { in parsePackage() 1329 if (strcmp16(block.getElementName(&len), manifest16.string()) == 0) { in buildResources() 1338 } else if (strcmp16(block.getElementName(&len), permission16.string()) == 0 in buildResources() 1339 || strcmp16(block.getElementName(&len), permission_group16.string()) == 0) { in buildResources() 1340 const bool isGroup = strcmp16(block.getElementName(&len), in buildResources() 1420 } else if (strcmp16(block.getElementName(&len), uses_permission16.string()) == 0) { in buildResources() 1425 } else if (strcmp16(block.getElementName(&len), instrumentation16.string()) == 0) { in buildResources() 1435 } else if (strcmp16(block.getElementName(&len), application16.string()) == 0) { in buildResources() 1455 } else if (strcmp16(block.getElementName(&len), provider16.string()) == 0) { in buildResources() [all …]
|
D | XMLNode.cpp | 305 if (strcmp16(inXml->getElementName(&len), endTag.string()) != 0) { in parseStyledString() 322 if (strcmp16(inXml->getElementName(&len), spanTag.string()) != 0) { in parseStyledString()
|
/frameworks/native/libs/utils/ |
D | Unicode.cpp | 212 int strcmp16(const char16_t *s1, const char16_t *s2) in strcmp16() function
|