HomeSort by relevance Sort by last modified time
    Searched refs:ConvertIndicesUTF8ToBMP (Results 1 - 3 of 3) sorted by null

  /external/libtextclassifier/
textclassifier_jni_test.cc 28 EXPECT_EQ(ConvertIndicesUTF8ToBMP("hello", {0, 5}), std::make_pair(0, 5));
32 EXPECT_EQ(ConvertIndicesUTF8ToBMP("hello world", {0, 5}),
36 EXPECT_EQ(ConvertIndicesUTF8ToBMP("?ello world", {0, 5}),
41 EXPECT_EQ(ConvertIndicesUTF8ToBMP("hello world", {6, 11}),
45 EXPECT_EQ(ConvertIndicesUTF8ToBMP("hello worl?", {6, 11}),
53 EXPECT_EQ(ConvertIndicesUTF8ToBMP("? Hello World.", {2, 7}),
60 EXPECT_EQ(ConvertIndicesUTF8ToBMP("? Hell? World.", {2, 7}),
67 EXPECT_EQ(ConvertIndicesUTF8ToBMP("? Hello?World.", {2, 7}),
74 EXPECT_EQ(ConvertIndicesUTF8ToBMP("? Hell??World.", {2, 7}),
textclassifier_jni.cc 242 CodepointSpan ConvertIndicesUTF8ToBMP(const std::string& utf8_str,
319 using libtextclassifier2::ConvertIndicesUTF8ToBMP;
374 selection = ConvertIndicesUTF8ToBMP(context_utf8, selection);
427 ConvertIndicesUTF8ToBMP(context_utf8, annotations[i].span);
textclassifier_jni.h 128 libtextclassifier2::CodepointSpan ConvertIndicesUTF8ToBMP(

Completed in 49 milliseconds