Home
last modified time | relevance | path

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

/external/libtextclassifier/annotator/number/
Dnumber.h45 allowed_suffix_codepoints_( in NumberAnnotator()
73 const std::unordered_set<int> allowed_suffix_codepoints_; variable
Dnumber.cc174 if (allowed_suffix_codepoints_.find(*it) == in ParseNumber()
175 allowed_suffix_codepoints_.end()) { in ParseNumber()