Home
last modified time | relevance | path

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

/third_party/libphonenumber/cpp/src/phonenumbers/utf/
Dunicodetext.h290 static string UTF8Substring(const const_iterator& first,
Dunicodetext.cc211 string UnicodeText::UTF8Substring(const const_iterator& first, in UTF8Substring() function in i18n::phonenumbers::UnicodeText
/third_party/libphonenumber/cpp/src/phonenumbers/
Dphonenumberutil.cc996 number->assign(UnicodeText::UTF8Substring(number_as_unicode.begin(), in TrimUnwantedEndChars()
2347 UnicodeText::UTF8Substring(it, number_as_unicode.end())); in ExtractPossibleNumber()