Home
last modified time | relevance | path

Searched refs:strzcmp16 (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/include/utils/
DString16.h171 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;
DUnicode.h43 int strzcmp16(const char16_t *s1, size_t n1, const char16_t *s2, size_t n2);
/frameworks/native/libs/utils/
DString16.cpp325 return strzcmp16(mString, ps, prefix.string(), ps) == 0; in startsWith()
DUnicode.cpp293 int strzcmp16(const char16_t *s1, size_t n1, const char16_t *s2, size_t n2) in strzcmp16() function
/frameworks/base/libs/androidfw/
DResourceTypes.cpp712 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/
DResourceTable.cpp189 if (strzcmp16(cur->name, cur->nameLen, str, div-str) == 0) { in parse_flags()