Searched refs:dexUtf8Cmp (Results 1 – 3 of 3) sorted by relevance
70 int dexUtf8Cmp(const char* s1, const char* s2);
28 int dexUtf8Cmp(const char* s1, const char* s2) { in dexUtf8Cmp() function
554 if (dexUtf8Cmp(s0, s1) >= 0) { in crossVerifyStringIdItem()