Searched refs:CompareModifiedUtf8ToUtf16AsCodePointValues (Results 1 – 4 of 4) sorted by relevance
64 int CompareModifiedUtf8ToUtf16AsCodePointValues(const char* utf8, const uint16_t* utf16,
203 int CompareModifiedUtf8ToUtf16AsCodePointValues(const char* utf8, const uint16_t* utf16, in CompareModifiedUtf8ToUtf16AsCodePointValues() function
342 return CompareModifiedUtf8ToUtf16AsCodePointValues(b.GetUtf8Data(), a_value, a_length) == 0; in operator ()()
361 result = CompareModifiedUtf8ToUtf16AsCodePointValues(field.GetName(), data, length); in FindFieldByName()