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

  /frameworks/base/include/utils/
String16.h 201 return strcmp16(mString, other) < 0;
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;
Unicode.h 29 int strcmp16(const char16_t *, const char16_t *);
42 // equivalent result as strcmp16 (unlike strncmp16).
  /frameworks/base/tools/aapt/
ResourceTable.cpp 415 if (strcmp16(block.getElementName(&len), enum16.string()) == 0) {
417 } else if (strcmp16(block.getElementName(&len), flag16.string()) == 0) {
528 if (strcmp16(block.getElementName(&len), attr16.string()) == 0) {
532 if (strcmp16(block.getElementName(&len), enum16.string()) != 0) {
539 if (strcmp16(block.getElementName(&len), flag16.string()) != 0) {
685 if (strcmp16(String16("default").string(), product.string()) != 0) {
698 } else if (strcmp16(String16("default").string(), product.string()) == 0 &&
809 if (strcmp16(block.getElementName(&len), resources16.string()) != 0) {
835 if (strcmp16(block.getElementName(&len), skip16.string()) == 0) {
839 if (strcmp16(block.getElementName(&len), skip16.string()) == 0)
    [all...]
Resource.cpp 222 if (strcmp16(block.getElementName(&len), String16("manifest").string()) != 0) {
242 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...]
  /frameworks/base/libs/utils/
Unicode.cpp 212 int strcmp16(const char16_t *s1, const char16_t *s2) function

Completed in 159 milliseconds