Searched refs:allowed_prefix_codepoints_ (Results 1 – 2 of 2) sorted by relevance
43 allowed_prefix_codepoints_( in NumberAnnotator()72 const std::unordered_set<int> allowed_prefix_codepoints_; variable
155 if (allowed_prefix_codepoints_.find(*it) == in ParseNumber()156 allowed_prefix_codepoints_.end()) { in ParseNumber()