Home
last modified time | relevance | path

Searched defs:AddRegex (Results 1 – 2 of 2) sorted by relevance

/external/libtextclassifier/native/utils/grammar/utils/
Drules.cc408 void Rules::AddRegex(const std::string& lhs, const std::string& regex_pattern) { in AddRegex() function in libtextclassifier3::grammar::Rules
412 void Rules::AddRegex(int lhs, const std::string& regex_pattern) { in AddRegex() function in libtextclassifier3::grammar::Rules
Dir.cc253 Nonterm Ir::AddRegex(Nonterm lhs, const std::string& regex_pattern) { in AddRegex() function in libtextclassifier3::grammar::Ir