Searched refs:allowed_suffix_codepoints_ (Results 1 – 2 of 2) sorted by relevance
45 allowed_suffix_codepoints_( in NumberAnnotator()73 const std::unordered_set<int> allowed_suffix_codepoints_; variable
174 if (allowed_suffix_codepoints_.find(*it) == in ParseNumber()175 allowed_suffix_codepoints_.end()) { in ParseNumber()