Searched refs:StripBoundaryCodepoints (Results 1 – 4 of 4) sorted by relevance
195 CodepointSpan StripBoundaryCodepoints(const std::string& context,199 CodepointSpan StripBoundaryCodepoints(const UnicodeText& context_unicode,
1078 EXPECT_EQ(feature_processor.StripBoundaryCodepoints( in TEST()1082 EXPECT_EQ(feature_processor.StripBoundaryCodepoints( in TEST()1087 feature_processor.StripBoundaryCodepoints("Hello [[[]] or not?", {6, 11}), in TEST()1090 EXPECT_EQ(feature_processor.StripBoundaryCodepoints("", {0, 0}), in TEST()
586 CodepointSpan FeatureProcessor::StripBoundaryCodepoints( in StripBoundaryCodepoints() function in libtextclassifier2::FeatureProcessor590 return StripBoundaryCodepoints(context_unicode, span); in StripBoundaryCodepoints()593 CodepointSpan FeatureProcessor::StripBoundaryCodepoints( in StripBoundaryCodepoints() function in libtextclassifier2::FeatureProcessor
737 candidate.span = selection_feature_processor_->StripBoundaryCodepoints( in ModelSuggestSelection()1160 selection_feature_processor_->StripBoundaryCodepoints( in ModelAnnotate()