Home
last modified time | relevance | path

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

/external/libtextclassifier/native/utils/grammar/parsing/
Dparser.h75 const std::vector<std::vector<Locale>> rules_locales_; variable
Dparser.cc59 rules_locales_(ParseRulesLocales(rules_)), in Parser()
263 SelectLocaleMatchingShards(rules_, rules_locales_, input.locales); in Parse()