Searched refs:NO_PARSING_ERROR (Results 1 – 7 of 7) sorted by relevance
/third_party/libphonenumber/cpp/test/phonenumbers/ |
D | phonenumberutil_test.cc | 138 EXPECT_EQ(PhoneNumberUtil::NO_PARSING_ERROR, in TEST_F() 2388 EXPECT_EQ(PhoneNumberUtil::NO_PARSING_ERROR, in TEST_F() 2397 EXPECT_EQ(PhoneNumberUtil::NO_PARSING_ERROR, in TEST_F() 2406 EXPECT_EQ(PhoneNumberUtil::NO_PARSING_ERROR, in TEST_F() 2415 EXPECT_EQ(PhoneNumberUtil::NO_PARSING_ERROR, in TEST_F() 2424 EXPECT_EQ(PhoneNumberUtil::NO_PARSING_ERROR, in TEST_F() 2436 EXPECT_EQ(PhoneNumberUtil::NO_PARSING_ERROR, in TEST_F() 2447 EXPECT_EQ(PhoneNumberUtil::NO_PARSING_ERROR, in TEST_F() 2458 EXPECT_EQ(PhoneNumberUtil::NO_PARSING_ERROR, in TEST_F() 2467 EXPECT_EQ(PhoneNumberUtil::NO_PARSING_ERROR, in TEST_F() [all …]
|
D | shortnumberinfo_test.cc | 40 CHECK_EQ(error_type, PhoneNumberUtil::NO_PARSING_ERROR); in ParseNumberForTesting()
|
/third_party/libphonenumber/cpp/src/phonenumbers/ |
D | phonenumberutil.cc | 1564 == NO_PARSING_ERROR) { in RawInputContainsNationalPrefix() 2012 if (success == NO_PARSING_ERROR) { in GetExampleNumberForType() 2048 if (success == NO_PARSING_ERROR) { in GetExampleNumberForType() 2082 if (success == NO_PARSING_ERROR) { in GetExampleNumberForNonGeoEntity() 2230 if (country_code_error != NO_PARSING_ERROR) { in ParseHelper() 2304 return NO_PARSING_ERROR; in ParseHelper() 2373 if (Parse(number, region_dialing_from, &number_proto) == NO_PARSING_ERROR) { in IsPossibleNumberForString() 3010 return NO_PARSING_ERROR; in MaybeExtractCountryCode() 3046 return NO_PARSING_ERROR; in MaybeExtractCountryCode() 3052 return NO_PARSING_ERROR; in MaybeExtractCountryCode() [all …]
|
D | phonenumberutil.h | 137 NO_PARSING_ERROR, enumerator
|
D | phonenumbermatcher.cc | 502 PhoneNumberUtil::NO_PARSING_ERROR) { in ParseAndVerify()
|
/third_party/libphonenumber/cpp/test/phonenumbers/geocoding/ |
D | geocoding_test_program.cc | 35 CHECK_EQ(status, PhoneNumberUtil::NO_PARSING_ERROR); in main()
|
/third_party/libphonenumber/cpp/src/phonenumbers/geocoding/ |
D | geocoding_warpper.cc | 30 if (type != PhoneNumberUtil::ErrorType::NO_PARSING_ERROR) { in exposeLocationName()
|