/third_party/libphonenumber/java/demoapp/app/src/main/java/com/google/phonenumbers/demoapp/phonenumbers/ |
H A D | PhoneNumberFormatting.java | 57 phoneNumberUtil.format(originalPhoneNumberParsed, PhoneNumberFormat.E164); in formatPhoneNumberInApp()
|
/third_party/libphonenumber/java/demo/src/main/java/com/google/phonenumbers/demo/render/ |
H A D | ResultRenderer.java | 101 .setE164Format(isNumberValid ? phoneUtil.format(number, PhoneNumberFormat.E164) : "invalid") in genHtml()
|
/third_party/libphonenumber/cpp/test/phonenumbers/ |
H A D | phonenumberutil_test.cc | 667 phone_util_.Format(test_number, PhoneNumberUtil::E164, in TEST_F() 678 phone_util_.Format(test_number, PhoneNumberUtil::E164, in TEST_F() 693 phone_util_.Format(test_number, PhoneNumberUtil::E164, in TEST_F() 703 phone_util_.Format(test_number, PhoneNumberUtil::E164, in TEST_F() 718 phone_util_.Format(test_number, PhoneNumberUtil::E164, in TEST_F() 728 phone_util_.Format(test_number, PhoneNumberUtil::E164, in TEST_F() 743 phone_util_.Format(test_number, PhoneNumberUtil::E164, in TEST_F() 753 phone_util_.Format(test_number, PhoneNumberUtil::E164, in TEST_F() 763 phone_util_.Format(test_number, PhoneNumberUtil::E164, in TEST_F() 773 phone_util_.Format(test_number, PhoneNumberUtil::E164, in TEST_F() [all...] |
/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/ |
H A D | PhoneNumberUtilTest.java | 561 assertEquals("+390236618300", phoneUtil.format(IT_NUMBER, PhoneNumberFormat.E164)); in testFormatITNumber() 565 assertEquals("+39345678901", phoneUtil.format(IT_MOBILE, PhoneNumberFormat.E164)); in testFormatITNumber() 571 assertEquals("+61236618300", phoneUtil.format(AU_NUMBER, PhoneNumberFormat.E164)); in testFormatAUNumber() 576 assertEquals("+611800123456", phoneUtil.format(auNumber, PhoneNumberFormat.E164)); in testFormatAUNumber() 582 assertEquals("+541187654321", phoneUtil.format(AR_NUMBER, PhoneNumberFormat.E164)); in testFormatARNumber() 587 assertEquals("+5491187654321", phoneUtil.format(AR_MOBILE, PhoneNumberFormat.E164)); in testFormatARNumber() 594 assertEquals("+5212345678900", phoneUtil.format(MX_MOBILE1, PhoneNumberFormat.E164)); in testFormatMXNumber() 599 assertEquals("+5215512345678", phoneUtil.format(MX_MOBILE2, PhoneNumberFormat.E164)); in testFormatMXNumber() 603 assertEquals("+523312345678", phoneUtil.format(MX_NUMBER1, PhoneNumberFormat.E164)); in testFormatMXNumber() 607 assertEquals("+528211234567", phoneUtil.format(MX_NUMBER2, PhoneNumberFormat.E164)); in testFormatMXNumber() [all...] |
/third_party/libphonenumber/javascript/i18n/phonenumbers/ |
H A D | phonenumberutil_test.js | 750 assertEquals('+390236618300', phoneUtil.format(IT_NUMBER, PNF.E164)); 755 assertEquals('+39345678901', phoneUtil.format(IT_MOBILE, PNF.E164)); 763 assertEquals('+61236618300', phoneUtil.format(AU_NUMBER, PNF.E164)); 772 assertEquals('+611800123456', phoneUtil.format(auNumber, PNF.E164)); 780 assertEquals('+541187654321', phoneUtil.format(AR_NUMBER, PNF.E164)); 785 assertEquals('+5491187654321', phoneUtil.format(AR_MOBILE, PNF.E164)); 793 assertEquals('+5212345678900', phoneUtil.format(MX_MOBILE1, PNF.E164)); 798 assertEquals('+5215512345678', phoneUtil.format(MX_MOBILE2, PNF.E164)); 803 assertEquals('+523312345678', phoneUtil.format(MX_NUMBER1, PNF.E164)); 808 assertEquals('+528211234567', phoneUtil.format(MX_NUMBER2, PNF.E164)); [all...] |
H A D | demo.js | 127 isNumberValid ? phoneUtil_.format(number, PNF.E164) : 'invalid');
|
H A D | phonenumberutil.js | 1035 * INTERNATIONAL format, and as '044 668 1800' in NATIONAL format. E164 format 1047 E164: 0, 1786 // This is the only case where a number can be formatted as E164 without a 1800 if (numberFormat == i18n.phonenumbers.PhoneNumberFormat.E164) { 1801 // Early exit for E164 case (even if the country calling code is invalid) 1805 countryCallingCode, i18n.phonenumbers.PhoneNumberFormat.E164, 2133 this.format(numberNoExt, i18n.phonenumbers.PhoneNumberFormat.E164); 2630 case i18n.phonenumbers.PhoneNumberFormat.E164: 4129 * accept a number in any format (E164, national, international etc), assuming
|
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/ |
H A D | PhoneNumberUtil.java | 454 * "+41 44 668 1800" in INTERNATIONAL format, and as "044 668 1800" in NATIONAL format. E164 464 E164, enum constant 1280 // This is the only case where a number can be formatted as E164 without a in format() 1303 if (numberFormat == PhoneNumberFormat.E164) { in format() 1304 // Early exit for E164 case (even if the country calling code is invalid) since no formatting in format() 1307 prefixNumberWithCountryCallingCode(countryCallingCode, PhoneNumberFormat.E164, in format() 1542 : format(numberNoExt, PhoneNumberFormat.E164); in formatNumberForMobileDialing() 1916 case E164: in prefixNumberWithCountryCallingCode() 3100 * It will accept a number in any format (E164, national, international etc), assuming it can be
|
/third_party/libphonenumber/cpp/src/phonenumbers/ |
H A D | phonenumberutil.h | 79 // INTERNATIONAL format, and as "044 668 1800" in NATIONAL format. E164 86 E164, enumerator 665 // non-number bits. It will accept a number in any format (E164, national,
|
H A D | phonenumberutil.cc | 174 case PhoneNumberUtil::E164: in PrefixNumberWithCountryCallingCode() 1129 // This is the only case where a number can be formatted as E164 without a in Format() 1140 if (number_format == E164) { in Format() 1141 // Early exit for E164 case (even if the country calling code is invalid) in Format() 1145 PrefixNumberWithCountryCallingCode(country_calling_code, E164, in Format() 1375 : Format(number_no_extension, E164, formatted_number); in FormatNumberForMobileDialing()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | enumLiteralsSubtypeReduction.js | 167 E164, 1195 return [ E.E164, E.E165] 2225 E[E["E164"] = 164] = "E164";
3253 return [E.E164, E.E165];
|