Home
last modified time | relevance | path

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

/external/libtextclassifier/annotator/number/
Dnumber.h43 allowed_prefix_codepoints_( in NumberAnnotator()
72 const std::unordered_set<int> allowed_prefix_codepoints_; variable
Dnumber.cc155 if (allowed_prefix_codepoints_.find(*it) == in ParseNumber()
156 allowed_prefix_codepoints_.end()) { in ParseNumber()