Searched refs:found_glyph_pair (Results 1 – 1 of 1) sorted by relevance
335 map<char32, char>::const_iterator found_glyph_pair = in NormalizeHelper() local337 if (found_glyph_pair != normalization_replacements.end()) { in NormalizeHelper()338 normalized_number.push_back(found_glyph_pair->second); in NormalizeHelper()