HomeSort by relevance Sort by last modified time
    Searched refs:strcmp16 (Results 1 - 6 of 6) sorted by null

  /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 32 int strcmp16(const char16_t *, const char16_t *);
45 // equivalent result as strcmp16 (unlike strncmp16).
  /frameworks/base/tools/aapt/
ResourceTable.cpp 427 if (strcmp16(block.getElementName(&len), enum16.string()) == 0) {
429 } else if (strcmp16(block.getElementName(&len), flag16.string()) == 0) {
531 if (strcmp16(block.getElementName(&len), attr16.string()) == 0) {
535 if (strcmp16(block.getElementName(&len), enum16.string()) != 0) {
542 if (strcmp16(block.getElementName(&len), flag16.string()) != 0) {
713 if (strcmp16(String16("default").string(), product.string()) != 0) {
733 } else if (strcmp16(String16("default").string(), product.string()) == 0 &&
850 if (strcmp16(block.getElementName(&len), resources16.string()) != 0) {
    [all...]
Resource.cpp 240 if (strcmp16(block.getElementName(&len), String16("manifest").string()) != 0) {
260 if (strcmp16(block.getElementName(&len), uses_sdk16.string()) == 0) {
    [all...]
XMLNode.cpp 314 if (strcmp16(inXml->getElementName(&len), endTag.string()) != 0) {
331 if (strcmp16(inXml->getElementName(&len), spanTag.string()) != 0) {
    [all...]
  /system/core/libutils/
Unicode.cpp 212 int strcmp16(const char16_t *s1, const char16_t *s2) function

Completed in 65 milliseconds