Home
last modified time | relevance | path

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

/system/core/libutils/include/utils/
DString16.h179 return strzcmp16(mString, size(), other.mString, other.size()); in compare()
184 return strzcmp16(mString, size(), other.mString, other.size()) < 0;
189 return strzcmp16(mString, size(), other.mString, other.size()) <= 0;
194 return strzcmp16(mString, size(), other.mString, other.size()) == 0;
199 return strzcmp16(mString, size(), other.mString, other.size()) != 0;
204 return strzcmp16(mString, size(), other.mString, other.size()) >= 0;
209 return strzcmp16(mString, size(), other.mString, other.size()) > 0;
DUnicode.h41 int strzcmp16(const char16_t *s1, size_t n1, const char16_t *s2, size_t n2);
/system/core/libutils/
DString16.cpp333 return strzcmp16(mString, ps, prefix.string(), ps) == 0; in startsWith()
DUnicode.cpp317 int strzcmp16(const char16_t *s1, size_t n1, const char16_t *s2, size_t n2) in strzcmp16() function