Home
last modified time | relevance | path

Searched refs:SnapLeftIfWhitespaceSelection (Results 1 – 3 of 3) sorted by relevance

/external/libtextclassifier/native/annotator/
Dannotator_test-include.cc1176 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()
Dannotator.h572 CodepointSpan SnapLeftIfWhitespaceSelection(const CodepointSpan& span,
Dannotator.cc705 CodepointSpan SnapLeftIfWhitespaceSelection(const CodepointSpan& span, in SnapLeftIfWhitespaceSelection() function
870 click_indices = internal::SnapLeftIfWhitespaceSelection( in SuggestSelection()