Searched refs:IsLeadUtf8Byte (Results 1 – 6 of 6) sorted by relevance
107 if (IsLeadUtf8Byte(str[desired_length])) { in SafeTruncateUtf8Length()123 bool IsLeadUtf8Byte(char c) { return IsAscii(c) || U8_IS_LEAD((uint8_t)c); } in IsLeadUtf8Byte() function
80 bool IsLeadUtf8Byte(char c);
25 while (!i18n_utils::IsLeadUtf8Byte(text[current_byte_index])) { in GetUTF8StartPosition()
41 } else if (i18n_utils::IsLeadUtf8Byte(term[i])) { in NormalizeTerm()
163 } else if (i18n_utils::IsLeadUtf8Byte(term[i])) { in NormalizeLatin()
2173 if (utf8 && i18n_utils::IsLeadUtf8Byte(*cur_key)) { in FindBestNode()