Home
last modified time | relevance | path

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

/external/libtextclassifier/annotator/datetime/
Dextractor.cc151 auto type_it = type_and_locale_to_rule_.find(type); in RuleIdForType() local
152 if (type_it == type_and_locale_to_rule_.end()) { in RuleIdForType()
156 auto locale_it = type_it->second.find(locale_id_); in RuleIdForType()
157 if (locale_it == type_it->second.end()) { in RuleIdForType()