Searched refs:strcmp16 (Results 1 – 3 of 3) sorted by relevance
213 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;
26 int strcmp16(const char16_t *, const char16_t *);
206 int strcmp16(const char16_t *s1, const char16_t *s2) in strcmp16() function