Home
last modified time | relevance | path

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

/external/libtextclassifier/native/annotator/
Dfeature-processor.h202 CodepointSpan StripBoundaryCodepoints(const std::string& context,
206 CodepointSpan StripBoundaryCodepoints(const UnicodeText& context_unicode,
210 CodepointSpan StripBoundaryCodepoints(
218 const std::string& StripBoundaryCodepoints(const std::string& value,
Dfeature-processor.cc581 CodepointSpan FeatureProcessor::StripBoundaryCodepoints( in StripBoundaryCodepoints() function in libtextclassifier3::FeatureProcessor
585 return StripBoundaryCodepoints(context_unicode, span); in StripBoundaryCodepoints()
588 CodepointSpan FeatureProcessor::StripBoundaryCodepoints( in StripBoundaryCodepoints() function in libtextclassifier3::FeatureProcessor
597 return StripBoundaryCodepoints(span_begin, span_end, span); in StripBoundaryCodepoints()
600 CodepointSpan FeatureProcessor::StripBoundaryCodepoints( in StripBoundaryCodepoints() function in libtextclassifier3::FeatureProcessor
641 const std::string& FeatureProcessor::StripBoundaryCodepoints( in StripBoundaryCodepoints() function in libtextclassifier3::FeatureProcessor
646 StripBoundaryCodepoints(value_unicode, initial_span); in StripBoundaryCodepoints()
Dfeature-processor_test.cc1003 EXPECT_EQ(feature_processor.StripBoundaryCodepoints( in TEST_F()
1007 EXPECT_EQ(feature_processor.StripBoundaryCodepoints( in TEST_F()
1012 feature_processor.StripBoundaryCodepoints("Hello [[[]] or not?", {6, 11}), in TEST_F()
1015 EXPECT_EQ(feature_processor.StripBoundaryCodepoints("", {0, 0}), in TEST_F()
Dannotator.cc1340 candidate.span = selection_feature_processor_->StripBoundaryCodepoints( in ModelSuggestSelection()
2038 codepoint_span = selection_feature_processor_->StripBoundaryCodepoints( in ModelAnnotate()
2049 codepoint_span = selection_feature_processor_->StripBoundaryCodepoints( in ModelAnnotate()
/external/libtextclassifier/native/annotator/duration/
Dduration.cc249 result->span = feature_processor_->StripBoundaryCodepoints( in FindDurationStartingAt()
304 const std::string& token_value = feature_processor_->StripBoundaryCodepoints( in ParseQuantityToken()
327 const std::string& token_value = feature_processor_->StripBoundaryCodepoints( in ParseDurationUnitToken()
369 const std::string& token_value = feature_processor_->StripBoundaryCodepoints( in ParseFillerToken()
/external/libtextclassifier/native/annotator/vocab/
Dvocab-annotator-impl.cc103 feature_processor_.StripBoundaryCodepoints(context, in ClassifyTextInternal()