/system/core/include/utils/ |
String16.h | 213 return strcmp16(mString, other) < 0; 218 return strcmp16(mString, other) <= 0; 223 return strcmp16(mString, other) == 0; 228 return strcmp16(mString, other) != 0; 233 return strcmp16(mString, other) >= 0; 238 return strcmp16(mString, other) > 0;
|
Unicode.h | 29 int strcmp16(const char16_t *, const char16_t *); 42 // equivalent result as strcmp16 (unlike strncmp16).
|
/frameworks/base/tools/aapt/ |
ResourceTable.cpp | 416 if (strcmp16(block.getElementName(&len), enum16.string()) == 0) { 418 } else if (strcmp16(block.getElementName(&len), flag16.string()) == 0) { 529 if (strcmp16(block.getElementName(&len), attr16.string()) == 0) { 533 if (strcmp16(block.getElementName(&len), enum16.string()) != 0) { 540 if (strcmp16(block.getElementName(&len), flag16.string()) != 0) { 711 if (strcmp16(String16("default").string(), product.string()) != 0) { 731 } else if (strcmp16(String16("default").string(), product.string()) == 0 && 848 if (strcmp16(block.getElementName(&len), resources16.string()) != 0) { [all...] |
Resource.cpp | 228 if (strcmp16(block.getElementName(&len), String16("manifest").string()) != 0) { 248 if (strcmp16(block.getElementName(&len), uses_sdk16.string()) == 0) { [all...] |
XMLNode.cpp | 305 if (strcmp16(inXml->getElementName(&len), endTag.string()) != 0) { 322 if (strcmp16(inXml->getElementName(&len), spanTag.string()) != 0) { [all...] |
/prebuilts/sdk/tools/linux/ |
libbcc.so | |
aapt | |
/system/core/libutils/ |
Unicode.cpp | 212 int strcmp16(const char16_t *s1, const char16_t *s2) function
|
/frameworks/base/include/androidfw/ |
ResourceTypes.h | 397 // on strcmp16()). [all...] |
/external/chromium_org/v8/test/cctest/ |
test-api.cc | [all...] |
/external/v8/test/cctest/ |
test-api.cc | [all...] |