Home
last modified time | relevance | path

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

/external/libtextclassifier/native/annotator/
Dfeature-processor_test.cc54 using FeatureProcessor::CountIgnoredSpanBoundaryCodepoints;
921 EXPECT_EQ(feature_processor.CountIgnoredSpanBoundaryCodepoints( in TEST_F()
925 EXPECT_EQ(feature_processor.CountIgnoredSpanBoundaryCodepoints( in TEST_F()
932 EXPECT_EQ(feature_processor.CountIgnoredSpanBoundaryCodepoints( in TEST_F()
936 EXPECT_EQ(feature_processor.CountIgnoredSpanBoundaryCodepoints( in TEST_F()
943 EXPECT_EQ(feature_processor.CountIgnoredSpanBoundaryCodepoints( in TEST_F()
947 EXPECT_EQ(feature_processor.CountIgnoredSpanBoundaryCodepoints( in TEST_F()
954 EXPECT_EQ(feature_processor.CountIgnoredSpanBoundaryCodepoints( in TEST_F()
958 EXPECT_EQ(feature_processor.CountIgnoredSpanBoundaryCodepoints( in TEST_F()
965 EXPECT_EQ(feature_processor.CountIgnoredSpanBoundaryCodepoints( in TEST_F()
[all …]
Dfeature-processor.cc230 const int begin_ignored = CountIgnoredSpanBoundaryCodepoints( in LabelToSpan()
234 CountIgnoredSpanBoundaryCodepoints(token_end_unicode.begin(), token_end, in LabelToSpan()
302 const int num_punctuation_start = CountIgnoredSpanBoundaryCodepoints( in SpanToLabel()
304 const int num_punctuation_end = CountIgnoredSpanBoundaryCodepoints( in SpanToLabel()
502 int FeatureProcessor::CountIgnoredSpanBoundaryCodepoints( in CountIgnoredSpanBoundaryCodepoints() function in libtextclassifier3::FeatureProcessor
608 const int start_offset = CountIgnoredSpanBoundaryCodepoints( in StripBoundaryCodepoints()
610 const int end_offset = CountIgnoredSpanBoundaryCodepoints( in StripBoundaryCodepoints()
Dfeature-processor.h261 int CountIgnoredSpanBoundaryCodepoints(