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

  /frameworks/native/include/utils/
String16.h 171 return strzcmp16(mString, size(), other.mString, other.size());
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;
201 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/native/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
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp 712 int c = s ? strzcmp16(s, len, str, strLen) : -1;
736 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 193 milliseconds