Home
last modified time | relevance | path

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

/third_party/libphonenumber/cpp/test/phonenumbers/
Dphonenumberutil_test.cc138 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 …]
Dshortnumberinfo_test.cc40 CHECK_EQ(error_type, PhoneNumberUtil::NO_PARSING_ERROR); in ParseNumberForTesting()
/third_party/libphonenumber/cpp/src/phonenumbers/
Dphonenumberutil.cc1564 == 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 …]
Dphonenumberutil.h137 NO_PARSING_ERROR, enumerator
Dphonenumbermatcher.cc502 PhoneNumberUtil::NO_PARSING_ERROR) { in ParseAndVerify()
/third_party/libphonenumber/cpp/test/phonenumbers/geocoding/
Dgeocoding_test_program.cc35 CHECK_EQ(status, PhoneNumberUtil::NO_PARSING_ERROR); in main()
/third_party/libphonenumber/cpp/src/phonenumbers/geocoding/
Dgeocoding_warpper.cc30 if (type != PhoneNumberUtil::ErrorType::NO_PARSING_ERROR) { in exposeLocationName()