Searched refs:strcmp16 (Results 1 – 4 of 4) sorted by relevance
305 return strcmp16(mString, other) < 0;310 return strcmp16(mString, other) <= 0;315 return strcmp16(mString, other) == 0;320 return strcmp16(mString, other) != 0;325 return strcmp16(mString, other) >= 0;330 return strcmp16(mString, other) > 0;
26 int strcmp16(const char16_t *, const char16_t *);
25 if (strcmp16(a, b) != 0) { in Char16_tStringEquals()
192 int strcmp16(const char16_t *s1, const char16_t *s2) in strcmp16() function