Searched refs:NO_PARSING_ERROR (Results 1 - 7 of 7) sorted by relevance
/third_party/libphonenumber/cpp/test/phonenumbers/ |
H A D | phonenumberutil_test.cc | 148 EXPECT_EQ(PhoneNumberUtil::NO_PARSING_ERROR, in TEST_F() 2404 EXPECT_EQ(PhoneNumberUtil::NO_PARSING_ERROR, in TEST_F() 2413 EXPECT_EQ(PhoneNumberUtil::NO_PARSING_ERROR, in TEST_F() 2422 EXPECT_EQ(PhoneNumberUtil::NO_PARSING_ERROR, in TEST_F() 2431 EXPECT_EQ(PhoneNumberUtil::NO_PARSING_ERROR, in TEST_F() 2440 EXPECT_EQ(PhoneNumberUtil::NO_PARSING_ERROR, in TEST_F() 2452 EXPECT_EQ(PhoneNumberUtil::NO_PARSING_ERROR, in TEST_F() 2463 EXPECT_EQ(PhoneNumberUtil::NO_PARSING_ERROR, in TEST_F() 2474 EXPECT_EQ(PhoneNumberUtil::NO_PARSING_ERROR, in TEST_F() 2483 EXPECT_EQ(PhoneNumberUtil::NO_PARSING_ERROR, in TEST_F() [all...] |
H A D | shortnumberinfo_test.cc | 45 CHECK_EQ(error_type, PhoneNumberUtil::NO_PARSING_ERROR); in ParseNumberForTesting()
|
/third_party/libphonenumber/cpp/src/phonenumbers/ |
H A D | phonenumberutil.cc | 1595 == NO_PARSING_ERROR) { in RawInputContainsNationalPrefix() 2043 if (success == NO_PARSING_ERROR) { in GetExampleNumberForType() 2079 if (success == NO_PARSING_ERROR) { in GetExampleNumberForType() 2113 if (success == NO_PARSING_ERROR) { in GetExampleNumberForNonGeoEntity() 2261 if (country_code_error != NO_PARSING_ERROR) { in ParseHelper() 2335 return NO_PARSING_ERROR; in ParseHelper() 2404 if (Parse(number, region_dialing_from, &number_proto) == NO_PARSING_ERROR) { in IsPossibleNumberForString() 3008 // Returns NO_PARSING_ERROR if a country calling code was successfully 3011 // If NO_PARSING_ERROR is returned, the national_number without the country 3041 return NO_PARSING_ERROR; in MaybeExtractCountryCode() [all...] |
H A D | phonenumberutil.h | 141 NO_PARSING_ERROR, enumerator 671 // possible number, and NO_PARSING_ERROR if it is parsed correctly.
|
H A D | phonenumbermatcher.cc | 511 PhoneNumberUtil::NO_PARSING_ERROR) { in ParseAndVerify()
|
/third_party/libphonenumber/cpp/test/phonenumbers/geocoding/ |
H A D | geocoding_test_program.cc | 35 CHECK_EQ(status, PhoneNumberUtil::NO_PARSING_ERROR); in main()
|
/third_party/libphonenumber/cpp/src/phonenumbers/geocoding/ |
H A D | geocoding_warpper.cc | 31 if (type != PhoneNumberUtil::ErrorType::NO_PARSING_ERROR) {
in exposeLocationName()
|
Completed in 14 milliseconds