Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
Dphonenumberutil.cc335 map<char32, char>::const_iterator found_glyph_pair = in NormalizeHelper() local
337 if (found_glyph_pair != normalization_replacements.end()) { in NormalizeHelper()
338 normalized_number.push_back(found_glyph_pair->second); in NormalizeHelper()