Searched refs:anchor_start_end (Results 1 – 3 of 3) sorted by relevance
/external/libtextclassifier/annotator/datetime/ |
D | parser.h | 51 bool anchor_start_end, 58 bool anchor_start_end, 83 bool anchor_start_end, const std::string& reference_locale, 91 bool anchor_start_end,
|
D | parser.cc | 116 ModeFlag mode, AnnotationUsecase annotation_usecase, bool anchor_start_end, in Parse() argument 120 annotation_usecase, anchor_start_end, results); in Parse() 126 ModeFlag mode, AnnotationUsecase annotation_usecase, bool anchor_start_end, in FindSpansUsingLocales() argument 155 anchor_start_end, found_spans)) { in FindSpansUsingLocales() 166 ModeFlag mode, AnnotationUsecase annotation_usecase, bool anchor_start_end, in Parse() argument 175 anchor_start_end, reference_locale, in Parse() 265 bool anchor_start_end, std::vector<DatetimeParseResultSpan>* result) const { in ParseWithRule() argument 269 if (anchor_start_end) { in ParseWithRule()
|
D | parser_test.cc | 65 bool HasNoResult(const std::string& text, bool anchor_start_end = false, in HasNoResult() argument 71 annotation_usecase, anchor_start_end, &results)) { in HasNoResult() 81 bool anchor_start_end = false, in ParsesCorrectly() argument 105 annotation_usecase, anchor_start_end, &results)) { in ParsesCorrectly() 154 bool anchor_start_end = false, in ParsesCorrectly() argument 160 expected_granularity, anchor_start_end, timezone, in ParsesCorrectly()
|