Searched defs:AddRegex (Results 1 – 2 of 2) sorted by relevance
/external/libtextclassifier/native/utils/grammar/utils/ | ||
D | rules.cc | 408 void Rules::AddRegex(const std::string& lhs, const std::string& regex_pattern) { in AddRegex() function in libtextclassifier3::grammar::Rules |
D | ir.cc | 253 Nonterm Ir::AddRegex(Nonterm lhs, const std::string& regex_pattern) { in AddRegex() function in libtextclassifier3::grammar::Ir |