Searched refs:supported_codepoint_ranges_ (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/libtextclassifier/native/annotator/ |
H A D | feature-processor_test.cc | 58 using FeatureProcessor::supported_codepoint_ranges_; 641 IsCodepointInRanges(-1, feature_processor.supported_codepoint_ranges_)); in TEST_F() 643 IsCodepointInRanges(0, feature_processor.supported_codepoint_ranges_)); in TEST_F() 645 IsCodepointInRanges(10, feature_processor.supported_codepoint_ranges_)); in TEST_F() 647 IsCodepointInRanges(127, feature_processor.supported_codepoint_ranges_)); in TEST_F() 649 IsCodepointInRanges(128, feature_processor.supported_codepoint_ranges_)); in TEST_F() 651 IsCodepointInRanges(9999, feature_processor.supported_codepoint_ranges_)); in TEST_F() 653 10000, feature_processor.supported_codepoint_ranges_)); in TEST_F() 655 10001, feature_processor.supported_codepoint_ranges_)); in TEST_F() 657 25000, feature_processor.supported_codepoint_ranges_)); in TEST_F()
|
H A D | feature-processor.h | 118 &supported_codepoint_ranges_); in FeatureProcessor() 298 std::vector<CodepointRangeStruct> supported_codepoint_ranges_; variable
|
H A D | feature-processor.cc | 628 if (IsCodepointInRanges(codepoint, supported_codepoint_ranges_)) { in SupportedCodepointsRatio()
|
/aosp_15_r20/out/soong/.intermediates/external/libtextclassifier/native/libtextclassifier_fbgen_annotator_model/gen/annotator/ |
D | model_generated.h | 7096 …supported_codepoint_ranges_ : o.supported_codepoint_ranges) { supported_codepoint_ranges.emplace_b… in FeatureProcessorOptionsT() local
|