Home
last modified time | relevance | path

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

/external/libtextclassifier/native/annotator/datetime/testing/
Dbase-parser-test.cc33 bool anchor_start_end, in HasNoResult() argument
39 ModeFlag_ANNOTATION, annotation_usecase, anchor_start_end); in HasNoResult()
51 bool anchor_start_end, const std::string& timezone, in ParsesCorrectly() argument
72 ModeFlag_ANNOTATION, annotation_usecase, anchor_start_end); in ParsesCorrectly()
124 bool anchor_start_end, const std::string& timezone, in ParsesCorrectly() argument
128 anchor_start_end, timezone, locales, in ParsesCorrectly()
Dbase-parser-test.h33 bool HasNoResult(const std::string& text, bool anchor_start_end = false,
43 bool anchor_start_end = false,
53 bool anchor_start_end = false,
/external/libtextclassifier/native/annotator/datetime/
Dregex-parser.h56 bool anchor_start_end) const override;
63 bool anchor_start_end) const override;
81 bool anchor_start_end, const std::string& reference_locale,
88 bool anchor_start_end) const;
Dregex-parser.cc123 bool anchor_start_end) const { in Parse()
126 annotation_usecase, anchor_start_end); in Parse()
133 ModeFlag mode, AnnotationUsecase annotation_usecase, bool anchor_start_end, in FindSpansUsingLocales() argument
163 anchor_start_end)); in FindSpansUsingLocales()
176 bool anchor_start_end) const { in Parse()
184 anchor_start_end, locale_list.GetReferenceLocale(), in Parse()
281 bool anchor_start_end) const { in ParseWithRule()
286 if (anchor_start_end) { in ParseWithRule()
Dparser.h46 bool anchor_start_end) const = 0;
53 bool anchor_start_end) const = 0;
Dgrammar-parser.cc46 bool anchor_start_end) const { in Parse()
49 annotation_usecase, anchor_start_end); in Parse()
56 bool anchor_start_end) const { in Parse()
Dgrammar-parser.h50 bool anchor_start_end) const override;
57 bool anchor_start_end) const override;