Searched refs:reference_locale (Results 1 – 4 of 4) sorted by relevance
/external/libtextclassifier/annotator/datetime/ |
D | parser.cc | 127 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 …]
|
D | parser.h | 75 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/ |
D | calendar-javaicu.h | 73 const std::string& reference_locale, in InterpretParseData() argument 78 reference_timezone, reference_locale, in InterpretParseData()
|
D | calendar-common.h | 43 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()
|