Home
last modified time | relevance | path

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

/third_party/libphonenumber/cpp/src/phonenumbers/
Dphonenumberutil.cc2227 ErrorType country_code_error = in ParseHelper() local
2230 if (country_code_error != NO_PARSING_ERROR) { in ParseHelper()
2233 if ((country_code_error == INVALID_COUNTRY_CODE_ERROR) && in ParseHelper()
2245 return country_code_error; in ParseHelper()