Home
last modified time | relevance | path

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

/third_party/libphonenumber/cpp/src/phonenumbers/utf/
Dunicodetext.cc37 static int CodepointDistance(const char* start, const char* end) { in CodepointDistance() function
47 return CodepointDistance(utf8, utf8 + len); in CodepointCount()
53 return CodepointDistance(first.it_, last.it_); in distance()