Home
last modified time | relevance | path

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

/external/libtextclassifier/annotator/datetime/
Dparser.cc131 auto rules_it = locale_to_rules_.find(locale_id); in FindSpansUsingLocales() local
132 if (rules_it == locale_to_rules_.end()) { in FindSpansUsingLocales()
136 for (const int rule_id : rules_it->second) { in FindSpansUsingLocales()