Searched refs:ToUnicodeCodepoint (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dphonenumberutil.cc276 char32 ToUnicodeCodepoint(const char* unicode_char) { function in namespace:i18n::phonenumbers::__anon12797
377 make_pair(ToUnicodeCodepoint("-"), '-'));
379 make_pair(ToUnicodeCodepoint("\xEF\xBC\x8D" /* "-" */), '-'));
381 make_pair(ToUnicodeCodepoint("\xE2\x80\x90" /* "‐" */), '-'));
383 make_pair(ToUnicodeCodepoint("\xE2\x80\x91" /* "‑" */), '-'));
385 make_pair(ToUnicodeCodepoint("\xE2\x80\x92" /* "‒" */), '-'));
387 make_pair(ToUnicodeCodepoint("\xE2\x80\x93" /* "–" */), '-'));
389 make_pair(ToUnicodeCodepoint("\xE2\x80\x94" /* "—" */), '-'));
391 make_pair(ToUnicodeCodepoint("\xE2\x80\x95" /* "―" */), '-'));
393 make_pair(ToUnicodeCodepoint("\xE
[all...]

Completed in 91 milliseconds