Searched refs:strcmp16 (Results 1 – 4 of 4) sorted by relevance
309 return strcmp16(mString, other) < 0;314 return strcmp16(mString, other) <= 0;319 return strcmp16(mString, other) == 0;324 return strcmp16(mString, other) != 0;329 return strcmp16(mString, other) >= 0;334 return strcmp16(mString, other) > 0;
26 int strcmp16(const char16_t *, const char16_t *);
25 if (strcmp16(a, b) != 0) { in Char16_tStringEquals()
224 int strcmp16(const char16_t *s1, const char16_t *s2) in strcmp16() function