Home
last modified time | relevance | path

Searched refs:strcmp16 (Results 1 – 3 of 3) sorted by relevance

/system/core/include/utils/
DString16.h213 return strcmp16(mString, other) < 0;
218 return strcmp16(mString, other) <= 0;
223 return strcmp16(mString, other) == 0;
228 return strcmp16(mString, other) != 0;
233 return strcmp16(mString, other) >= 0;
238 return strcmp16(mString, other) > 0;
DUnicode.h26 int strcmp16(const char16_t *, const char16_t *);
/system/core/libutils/
DUnicode.cpp206 int strcmp16(const char16_t *s1, const char16_t *s2) in strcmp16() function