Searched refs:strzcmp16 (Results 1 – 4 of 4) sorted by relevance
/system/core/libutils/include/utils/ |
D | String16.h | 178 return strzcmp16(mString, size(), other.mString, other.size()); in compare() 183 return strzcmp16(mString, size(), other.mString, other.size()) < 0; 188 return strzcmp16(mString, size(), other.mString, other.size()) <= 0; 193 return strzcmp16(mString, size(), other.mString, other.size()) == 0; 198 return strzcmp16(mString, size(), other.mString, other.size()) != 0; 203 return strzcmp16(mString, size(), other.mString, other.size()) >= 0; 208 return strzcmp16(mString, size(), other.mString, other.size()) > 0;
|
D | Unicode.h | 40 int strzcmp16(const char16_t *s1, size_t n1, const char16_t *s2, size_t n2);
|
/system/core/libutils/ |
D | String16.cpp | 326 return strzcmp16(mString, ps, prefix.string(), ps) == 0; in startsWith()
|
D | Unicode.cpp | 309 int strzcmp16(const char16_t *s1, size_t n1, const char16_t *s2, size_t n2) in strzcmp16() function
|