Searched refs:Utf8Cmp (Results 1 – 3 of 3) sorted by relevance
45 return dex::Utf8Cmp(string_key, string->c_str()) == 0; in Compare()200 return dex::Utf8Cmp(a->c_str(), b->c_str()) < 0; in Normalize()
49 int Utf8Cmp(const char* s1, const char* s2) { in Utf8Cmp() function
31 int Utf8Cmp(const char* s1, const char* s2);