Home
last modified time | relevance | path

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

/external/libtextclassifier/annotator/datetime/
Dparser.h51 bool anchor_start_end,
58 bool anchor_start_end,
83 bool anchor_start_end, const std::string& reference_locale,
91 bool anchor_start_end,
Dparser.cc116 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()
Dparser_test.cc65 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()