Searched refs:StripBoundaryCodepoints (Results 1 – 6 of 6) sorted by relevance
/external/libtextclassifier/native/annotator/ |
D | feature-processor.h | 202 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,
|
D | feature-processor.cc | 581 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()
|
D | feature-processor_test.cc | 1003 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()
|
D | annotator.cc | 1340 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/ |
D | duration.cc | 249 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/ |
D | vocab-annotator-impl.cc | 103 feature_processor_.StripBoundaryCodepoints(context, in ClassifyTextInternal()
|