Searched refs:anchor_start_end (Results 1 – 7 of 7) sorted by relevance
/external/libtextclassifier/native/annotator/datetime/testing/ |
D | base-parser-test.cc | 33 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()
|
D | base-parser-test.h | 33 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/ |
D | regex-parser.h | 56 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;
|
D | regex-parser.cc | 124 bool anchor_start_end) const { in Parse() 127 annotation_usecase, anchor_start_end); in Parse() 134 ModeFlag mode, AnnotationUsecase annotation_usecase, bool anchor_start_end, in FindSpansUsingLocales() argument 164 anchor_start_end)); in FindSpansUsingLocales() 177 bool anchor_start_end) const { in Parse() 185 anchor_start_end, locale_list.GetReferenceLocale(), in Parse() 282 bool anchor_start_end) const { in ParseWithRule() 287 if (anchor_start_end) { in ParseWithRule()
|
D | parser.h | 46 bool anchor_start_end) const = 0; 53 bool anchor_start_end) const = 0;
|
D | grammar-parser.cc | 49 bool anchor_start_end) const { in Parse() 52 annotation_usecase, anchor_start_end); in Parse() 59 bool anchor_start_end) const { in Parse()
|
D | grammar-parser.h | 52 bool anchor_start_end) const override; 59 bool anchor_start_end) const override;
|