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

  /frameworks/base/include/utils/
String16.h 166 return strzcmp16(mString, size(), other.mString, other.size());
171 return strzcmp16(mString, size(), other.mString, other.size()) < 0;
176 return strzcmp16(mString, size(), other.mString, other.size()) <= 0;
181 return strzcmp16(mString, size(), other.mString, other.size()) == 0;
186 return strzcmp16(mString, size(), other.mString, other.size()) != 0;
191 return strzcmp16(mString, size(), other.mString, other.size()) >= 0;
196 return strzcmp16(mString, size(), other.mString, other.size()) > 0;
Unicode.h 43 int strzcmp16(const char16_t *s1, size_t n1, const char16_t *s2, size_t n2);
45 // Version of strzcmp16 for comparing strings in different endianness.
  /frameworks/base/libs/utils/
String16.cpp 325 return strzcmp16(mString, ps, prefix.string(), ps) == 0;
Unicode.cpp 293 int strzcmp16(const char16_t *s1, size_t n1, const char16_t *s2, size_t n2) function
ResourceTypes.cpp 703 int c = s ? strzcmp16(s, len, str, strLen) : -1;
727 if (s && strzcmp16(s, len, str, strLen) == 0) {
    [all...]
  /frameworks/base/tools/aapt/
ResourceTable.cpp 189 if (strzcmp16(cur->name, cur->nameLen, str, div-str) == 0) {
    [all...]

Completed in 493 milliseconds