Home
last modified time | relevance | path

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

/external/chromium_org/components/autofill/core/browser/
Dphone_number_i18n.cc103 PhoneNumberUtil::NO_PARSING_ERROR) { in ParsePhoneNumber()
204 PhoneNumberUtil::NO_PARSING_ERROR) { in PhoneNumbersMatch()
210 PhoneNumberUtil::NO_PARSING_ERROR) { in PhoneNumbersMatch()
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
Dphonenumberutil.cc1315 == NO_PARSING_ERROR) { in RawInputContainsNationalPrefix()
1719 if (success == NO_PARSING_ERROR) { in GetExampleNumberForType()
1741 if (success == NO_PARSING_ERROR) { in GetExampleNumberForNonGeoEntity()
1880 if (country_code_error != NO_PARSING_ERROR) { in ParseHelper()
1941 return NO_PARSING_ERROR; in ParseHelper()
2001 if (Parse(number, region_dialing_from, &number_proto) == NO_PARSING_ERROR) { in IsPossibleNumberForString()
2543 return NO_PARSING_ERROR; in MaybeExtractCountryCode()
2585 return NO_PARSING_ERROR; in MaybeExtractCountryCode()
2591 return NO_PARSING_ERROR; in MaybeExtractCountryCode()
2658 if (error_type == NO_PARSING_ERROR) { in IsNumberMatchWithTwoStrings()
[all …]
Dphonenumberutil.h137 NO_PARSING_ERROR, enumerator
Dphonenumbermatcher.cc452 PhoneNumberUtil::NO_PARSING_ERROR) { in ParseAndVerify()