Home
last modified time | relevance | path

Searched refs:getSupportedGlobalNetworkCallingCodes (Results 1 – 6 of 6) sorted by relevance

/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/
DExampleNumbersTest.java168 for (Integer callingCode : phoneNumberUtil.getSupportedGlobalNetworkCallingCodes()) { in testGlobalNetworkNumbers()
DPhoneNumberUtilTest.java139 phoneUtil.getSupportedGlobalNetworkCallingCodes(); in testGetSupportedGlobalNetworkCallingCodes()
155 assertTrue(callingCodes.size() > phoneUtil.getSupportedGlobalNetworkCallingCodes().size()); in testGetSupportedCallingCodes()
/third_party/libphonenumber/javascript/i18n/phonenumbers/
Dphonenumberutil_test.js457 assertTrue(phoneUtil.getSupportedGlobalNetworkCallingCodes().length > 0);
458 assertFalse(phoneUtil.getSupportedGlobalNetworkCallingCodes().includes(1));
459 assertTrue(phoneUtil.getSupportedGlobalNetworkCallingCodes().includes(800));
460 phoneUtil.getSupportedGlobalNetworkCallingCodes().forEach(function(
479 phoneUtil.getSupportedGlobalNetworkCallingCodes().length);
481 assertTrue(phoneUtil.getSupportedGlobalNetworkCallingCodes().includes(979));
Dphonenumberutil.js1422 .getSupportedGlobalNetworkCallingCodes = function() { method in i18n.phonenumbers.PhoneNumberUtil
1448 ...this.getSupportedGlobalNetworkCallingCodes(),
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
DPhoneNumberUtil.java1045 public Set<Integer> getSupportedGlobalNetworkCallingCodes() {
2124 for (int countryCallingCode : getSupportedGlobalNetworkCallingCodes()) {
/third_party/libphonenumber/
Drelease_notes.txt2321 - Fixing issue with getSupportedGlobalNetworkCallingCodes()