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 | 123 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()
|
D | parser.h | 46 bool anchor_start_end) const = 0; 53 bool anchor_start_end) const = 0;
|
D | grammar-parser.cc | 46 bool anchor_start_end) const { in Parse() 49 annotation_usecase, anchor_start_end); in Parse() 56 bool anchor_start_end) const { in Parse()
|
D | grammar-parser.h | 50 bool anchor_start_end) const override; 57 bool anchor_start_end) const override;
|