Home
last modified time | relevance | path

Searched refs:reference_locale (Results 1 – 4 of 4) sorted by relevance

/external/libtextclassifier/annotator/datetime/
Dparser.cc127 const std::string& reference_locale, in FindSpansUsingLocales() argument
154 reference_timezone, reference_locale, locale_id, in FindSpansUsingLocales()
170 std::string reference_locale; in Parse() local
172 ParseAndExpandLocales(locales, &reference_locale); in Parse()
175 anchor_start_end, reference_locale, in Parse()
222 const std::string& reference_locale, int locale_id, in HandleParseMatch() argument
238 reference_locale, locale_id, &alternatives, in HandleParseMatch()
264 const std::string& reference_locale, const int locale_id, in ParseWithRule() argument
272 reference_timezone, reference_locale, locale_id, in ParseWithRule()
280 reference_timezone, reference_locale, locale_id, in ParseWithRule()
[all …]
Dparser.h75 std::string* reference_locale) const;
83 bool anchor_start_end, const std::string& reference_locale,
90 const std::string& reference_locale, const int locale_id,
102 const std::string& reference_locale, int locale_id,
111 const std::string& reference_locale, int locale_id,
/external/libtextclassifier/utils/calendar/
Dcalendar-javaicu.h73 const std::string& reference_locale, in InterpretParseData() argument
78 reference_timezone, reference_locale, in InterpretParseData()
Dcalendar-common.h43 const std::string& reference_locale,
74 const std::string& reference_timezone, const std::string& reference_locale, in InterpretParseData() argument
76 TC3_CALENDAR_CHECK(calendar->Initialize(reference_timezone, reference_locale, in InterpretParseData()