Home
last modified time | relevance | path

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

/third_party/libphonenumber/cpp/src/phonenumbers/
Dunicodestring.cc87 const int unicodestring_length = this->length(); in tempSubString() local
89 length = unicodestring_length - start; in tempSubString()
91 if (start > unicodestring_length || length > unicodestring_length) { in tempSubString()