Home
last modified time | relevance | path

Searched refs:StripBoundaryCodepoints (Results 1 – 4 of 4) sorted by relevance

/external/libtextclassifier/
Dfeature-processor.h195 CodepointSpan StripBoundaryCodepoints(const std::string& context,
199 CodepointSpan StripBoundaryCodepoints(const UnicodeText& context_unicode,
Dfeature-processor_test.cc1078 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()
Dfeature-processor.cc586 CodepointSpan FeatureProcessor::StripBoundaryCodepoints( in StripBoundaryCodepoints() function in libtextclassifier2::FeatureProcessor
590 return StripBoundaryCodepoints(context_unicode, span); in StripBoundaryCodepoints()
593 CodepointSpan FeatureProcessor::StripBoundaryCodepoints( in StripBoundaryCodepoints() function in libtextclassifier2::FeatureProcessor
Dtext-classifier.cc737 candidate.span = selection_feature_processor_->StripBoundaryCodepoints( in ModelSuggestSelection()
1160 selection_feature_processor_->StripBoundaryCodepoints( in ModelAnnotate()