Searched refs:strzcmp16 (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/include/utils/ |
D | String16.h | 171 return strzcmp16(mString, size(), other.mString, other.size()); in compare() 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;
|
D | Unicode.h | 43 int strzcmp16(const char16_t *s1, size_t n1, const char16_t *s2, size_t n2);
|
/frameworks/native/libs/utils/ |
D | String16.cpp | 325 return strzcmp16(mString, ps, prefix.string(), ps) == 0; in startsWith()
|
D | Unicode.cpp | 293 int strzcmp16(const char16_t *s1, size_t n1, const char16_t *s2, size_t n2) in strzcmp16() function
|
/frameworks/base/libs/androidfw/ |
D | ResourceTypes.cpp | 712 int c = s ? strzcmp16(s, len, str, strLen) : -1; in indexOfString() 736 if (s && strzcmp16(s, len, str, strLen) == 0) { in indexOfString() 1061 if (attr && curAttr && (strzcmp16(attr, attrLen, curAttr, curAttrLen) == 0)) { in indexOfAttribute() 1067 if (strzcmp16(ns, nsLen, curNs, curNsLen) == 0) return i; in indexOfAttribute() 3628 if (strzcmp16(package, packageLen, in identifierForName() 4451 if (strzcmp16(s, len, rname.name, rname.nameLen) == 0) { in stringToValue() 4504 if (strzcmp16(start, pos-start, rname.name, rname.nameLen) == 0) { in stringToValue()
|
/frameworks/base/tools/aapt/ |
D | ResourceTable.cpp | 189 if (strzcmp16(cur->name, cur->nameLen, str, div-str) == 0) { in parse_flags()
|