Searched refs:SnapLeftIfWhitespaceSelection (Results 1 – 3 of 3) sorted by relevance
/external/libtextclassifier/native/annotator/ |
D | annotator_test-include.cc | 1176 TEST_F(AnnotatorTest, SnapLeftIfWhitespaceSelection) { in TEST_F() argument 1180 EXPECT_EQ(internal::SnapLeftIfWhitespaceSelection({4, 5}, text, *unilib_), in TEST_F() 1183 EXPECT_EQ(internal::SnapLeftIfWhitespaceSelection({4, 5}, text, *unilib_), in TEST_F() 1188 EXPECT_EQ(internal::SnapLeftIfWhitespaceSelection({4, 5}, text, *unilib_), in TEST_F() 1191 EXPECT_EQ(internal::SnapLeftIfWhitespaceSelection({0, 1}, text, *unilib_), in TEST_F() 1196 EXPECT_EQ(internal::SnapLeftIfWhitespaceSelection({2, 3}, text, *unilib_), in TEST_F() 1199 EXPECT_EQ(internal::SnapLeftIfWhitespaceSelection({4, 5}, text, *unilib_), in TEST_F() 1202 EXPECT_EQ(internal::SnapLeftIfWhitespaceSelection({0, 1}, text, *unilib_), in TEST_F()
|
D | annotator.h | 572 CodepointSpan SnapLeftIfWhitespaceSelection(const CodepointSpan& span,
|
D | annotator.cc | 705 CodepointSpan SnapLeftIfWhitespaceSelection(const CodepointSpan& span, in SnapLeftIfWhitespaceSelection() function 870 click_indices = internal::SnapLeftIfWhitespaceSelection( in SuggestSelection()
|