Home
last modified time | relevance | path

Searched defs:number_to_parse (Results 1 – 2 of 2) sorted by relevance

/third_party/libphonenumber/cpp/src/phonenumbers/
Dphonenumberutil.cc2128 PhoneNumberUtil::ErrorType PhoneNumberUtil::Parse(const string& number_to_parse, in Parse()
2136 const string& number_to_parse, in ParseAndKeepRawInput()
2148 const string& number_to_parse, in CheckRegionForParsing()
2164 const string& number_to_parse, string* national_number) const { in BuildNationalNumberForParsing() argument
2223 const string& number_to_parse, in ParseHelper()
/third_party/libphonenumber/cpp/test/phonenumbers/
Dphonenumberutil_test.cc119 void AssertThrowsForInvalidPhoneContext(const string number_to_parse, const size_t errorType) { in AssertThrowsForInvalidPhoneContext()