Searched refs:c16memcmp (Results 1 – 2 of 2) sorted by relevance
59 BASE_EXPORT int c16memcmp(const char16* s1, const char16* s2, size_t n);96 return c16memcmp(s1, s2, n); in compare()
22 int c16memcmp(const char16* s1, const char16* s2, size_t n) { in c16memcmp() function