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

  /frameworks/base/include/utils/
String16.h 33 int strcmp16(const char16_t *, const char16_t *);
46 // equivalent result as strcmp16 (unlike strncmp16).
228 return strcmp16(mString, other) < 0;
233 return strcmp16(mString, other) <= 0;
238 return strcmp16(mString, other) == 0;
243 return strcmp16(mString, other) != 0;
248 return strcmp16(mString, other) >= 0;
253 return strcmp16(mString, other) > 0;
  /frameworks/base/tools/aapt/
ResourceTable.cpp 414 if (strcmp16(block.getElementName(&len), enum16.string()) == 0) {
416 } else if (strcmp16(block.getElementName(&len), flag16.string()) == 0) {
527 if (strcmp16(block.getElementName(&len), attr16.string()) == 0) {
531 if (strcmp16(block.getElementName(&len), enum16.string()) != 0) {
538 if (strcmp16(block.getElementName(&len), flag16.string()) != 0) {
684 if (strcmp16(String16("default").string(), product.string()) != 0) {
697 } else if (strcmp16(String16("default").string(), product.string()) == 0 &&
808 if (strcmp16(block.getElementName(&len), resources16.string()) != 0) {
834 if (strcmp16(block.getElementName(&len), skip16.string()) == 0) {
838 if (strcmp16(block.getElementName(&len), skip16.string()) == 0)
    [all...]
Resource.cpp 203 if (strcmp16(block.getElementName(&len), String16("manifest").string()) != 0) {
223 if (strcmp16(block.getElementName(&len), uses_sdk16.string()) == 0) {
    [all...]
XMLNode.cpp 298 if (strcmp16(inXml->getElementName(&len), endTag.string()) != 0) {
315 if (strcmp16(inXml->getElementName(&len), spanTag.string()) != 0) {
    [all...]
  /frameworks/base/libs/utils/
String16.cpp 54 int strcmp16(const char16_t *s1, const char16_t *s2) function

Completed in 31 milliseconds