Searched refs:ConvertIndicesBMPUTF8 (Results 1 – 2 of 2) sorted by relevance
99 CodepointSpan ConvertIndicesBMPUTF8(const std::string& utf8_str, in ConvertIndicesBMPUTF8() function148 return ConvertIndicesBMPUTF8(utf8_str, orig_indices, /*from_utf8=*/false); in ConvertIndicesBMPToUTF8()153 return ConvertIndicesBMPUTF8(utf8_str, orig_indices, /*from_utf8=*/true); in ConvertIndicesUTF8ToBMP()
25 TEST(TextClassifier, ConvertIndicesBMPUTF8) { in TEST() argument