Home
last modified time | relevance | path

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

/external/libtextclassifier/native/annotator/
Dannotator_test-include.cc600 std::unique_ptr<RegexModel_::PatternT> custom_selection_bounds_pattern = in TEST_F() local
607 custom_selection_bounds_pattern->capturing_group.emplace_back( in TEST_F()
609 custom_selection_bounds_pattern->capturing_group.emplace_back( in TEST_F()
611 custom_selection_bounds_pattern->capturing_group.emplace_back( in TEST_F()
613 custom_selection_bounds_pattern->capturing_group.emplace_back( in TEST_F()
615 custom_selection_bounds_pattern->capturing_group[0]->extend_selection = false; in TEST_F()
616 custom_selection_bounds_pattern->capturing_group[1]->extend_selection = true; in TEST_F()
617 custom_selection_bounds_pattern->capturing_group[2]->extend_selection = true; in TEST_F()
618 custom_selection_bounds_pattern->capturing_group[3]->extend_selection = true; in TEST_F()
620 std::move(custom_selection_bounds_pattern)); in TEST_F()