Home
last modified time | relevance | path

Searched refs:INTERNATIONAL (Results 1 – 21 of 21) sorted by relevance

/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/
DFormatsTableSchema.java47 public static final Column<String> INTERNATIONAL = Column.ofString("International"); field in FormatsTableSchema
61 .add(INTERNATIONAL)
79 toOptional(formats.getOrDefault(id, INTERNATIONAL)), in toFormatSpecs()
/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/
DPhoneNumberUtilTest.java492 assertEquals("+1 650 253 0000", phoneUtil.format(US_NUMBER, PhoneNumberFormat.INTERNATIONAL)); in testFormatUSNumber()
495 assertEquals("+1 800 253 0000", phoneUtil.format(US_TOLLFREE, PhoneNumberFormat.INTERNATIONAL)); in testFormatUSNumber()
498 assertEquals("+1 900 253 0000", phoneUtil.format(US_PREMIUM, PhoneNumberFormat.INTERNATIONAL)); in testFormatUSNumber()
509 assertEquals("+1 242 365 1234", phoneUtil.format(BS_NUMBER, PhoneNumberFormat.INTERNATIONAL)); in testFormatBSNumber()
514 assertEquals("+44 20 7031 3000", phoneUtil.format(GB_NUMBER, PhoneNumberFormat.INTERNATIONAL)); in testFormatGBNumber()
517 assertEquals("+44 7912 345 678", phoneUtil.format(GB_MOBILE, PhoneNumberFormat.INTERNATIONAL)); in testFormatGBNumber()
524 assertEquals("+49 30/1234", phoneUtil.format(deNumber, PhoneNumberFormat.INTERNATIONAL)); in testFormatDENumber()
530 assertEquals("+49 291 123", phoneUtil.format(deNumber, PhoneNumberFormat.INTERNATIONAL)); in testFormatDENumber()
535 assertEquals("+49 291 12345678", phoneUtil.format(deNumber, PhoneNumberFormat.INTERNATIONAL)); in testFormatDENumber()
540 assertEquals("+49 9123 12345", phoneUtil.format(deNumber, PhoneNumberFormat.INTERNATIONAL)); in testFormatDENumber()
[all …]
/third_party/libphonenumber/javascript/i18n/phonenumbers/
Dphonenumberutil_test.js656 '+1 650 253 0000', phoneUtil.format(US_NUMBER, PNF.INTERNATIONAL));
660 '+1 800 253 0000', phoneUtil.format(US_TOLLFREE, PNF.INTERNATIONAL));
664 '+1 900 253 0000', phoneUtil.format(US_PREMIUM, PNF.INTERNATIONAL));
679 '+1 242 365 1234', phoneUtil.format(BS_NUMBER, PNF.INTERNATIONAL));
686 '+44 20 7031 3000', phoneUtil.format(GB_NUMBER, PNF.INTERNATIONAL));
690 '+44 7912 345 678', phoneUtil.format(GB_MOBILE, PNF.INTERNATIONAL));
700 assertEquals('+49 30/1234', phoneUtil.format(deNumber, PNF.INTERNATIONAL));
707 assertEquals('+49 291 123', phoneUtil.format(deNumber, PNF.INTERNATIONAL));
714 '+49 291 12345678', phoneUtil.format(deNumber, PNF.INTERNATIONAL));
720 assertEquals('+49 9123 12345', phoneUtil.format(deNumber, PNF.INTERNATIONAL));
[all …]
Dphonenumberutil.js974 INTERNATIONAL: 1, property
1348 i18n.phonenumbers.PhoneNumberFormat.INTERNATIONAL);
2020 numberNoExt, i18n.phonenumbers.PhoneNumberFormat.INTERNATIONAL);
2052 numberNoExt, i18n.phonenumbers.PhoneNumberFormat.INTERNATIONAL);
2064 i18n.phonenumbers.PhoneNumberFormat.INTERNATIONAL) :
2100 i18n.phonenumbers.PhoneNumberFormat.INTERNATIONAL);
2161 i18n.phonenumbers.PhoneNumberFormat.INTERNATIONAL);
2164 metadataForRegion, i18n.phonenumbers.PhoneNumberFormat.INTERNATIONAL);
2169 countryCallingCode, i18n.phonenumbers.PhoneNumberFormat.INTERNATIONAL,
2209 i18n.phonenumbers.PhoneNumberFormat.INTERNATIONAL);
[all …]
Ddemo.js133 isNumberValid ? phoneUtil_.format(number, PNF.INTERNATIONAL) :
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
DPhoneNumberUtil.java448 INTERNATIONAL, enumConstant
953 PhoneNumberUtil.PhoneNumberFormat.INTERNATIONAL);
1495 formattedNumber = format(numberNoExt, PhoneNumberFormat.INTERNATIONAL);
1520 formattedNumber = format(numberNoExt, PhoneNumberFormat.INTERNATIONAL);
1529 return withFormatting ? format(numberNoExt, PhoneNumberFormat.INTERNATIONAL)
1560 return format(number, PhoneNumberFormat.INTERNATIONAL);
1602 formatNsn(nationalSignificantNumber, metadataForRegion, PhoneNumberFormat.INTERNATIONAL);
1604 maybeAppendFormattedExtension(number, metadataForRegion, PhoneNumberFormat.INTERNATIONAL,
1611 PhoneNumberFormat.INTERNATIONAL,
1644 formattedNumber = format(number, PhoneNumberFormat.INTERNATIONAL);
[all …]
/third_party/libphonenumber/cpp/test/phonenumbers/
Dphonenumberutil_test.cc519 phone_util_.Format(test_number, PhoneNumberUtil::INTERNATIONAL, in TEST_F()
526 phone_util_.Format(test_number, PhoneNumberUtil::INTERNATIONAL, in TEST_F()
533 phone_util_.Format(test_number, PhoneNumberUtil::INTERNATIONAL, in TEST_F()
556 phone_util_.Format(test_number, PhoneNumberUtil::INTERNATIONAL, in TEST_F()
563 phone_util_.Format(test_number, PhoneNumberUtil::INTERNATIONAL, in TEST_F()
570 phone_util_.Format(test_number, PhoneNumberUtil::INTERNATIONAL, in TEST_F()
582 phone_util_.Format(test_number, PhoneNumberUtil::INTERNATIONAL, in TEST_F()
589 phone_util_.Format(test_number, PhoneNumberUtil::INTERNATIONAL, in TEST_F()
601 phone_util_.Format(test_number, PhoneNumberUtil::INTERNATIONAL, in TEST_F()
610 phone_util_.Format(test_number, PhoneNumberUtil::INTERNATIONAL, in TEST_F()
[all …]
/third_party/libphonenumber/cpp/src/phonenumbers/
Dphonenumberutil.cc175 case PhoneNumberUtil::INTERNATIONAL: in PrefixNumberWithCountryCallingCode()
1301 Format(number_no_extension, INTERNATIONAL, formatted_number); in FormatNumberForMobileDialing()
1332 Format(number_no_extension, INTERNATIONAL, formatted_number); in FormatNumberForMobileDialing()
1343 ? Format(number_no_extension, INTERNATIONAL, formatted_number) in FormatNumberForMobileDialing()
1360 Format(number, INTERNATIONAL, formatted_number); in FormatOutOfCountryCallingNumber()
1418 FormatNsn(national_significant_number, *metadata_for_region, INTERNATIONAL, in FormatOutOfCountryCallingNumber()
1420 MaybeAppendFormattedExtension(number, *metadata_for_region, INTERNATIONAL, in FormatOutOfCountryCallingNumber()
1426 PrefixNumberWithCountryCallingCode(country_code, INTERNATIONAL, in FormatOutOfCountryCallingNumber()
1448 Format(number, INTERNATIONAL, formatted_number); in FormatInOriginalFormat()
1455 Format(number, INTERNATIONAL, formatted_number); in FormatInOriginalFormat()
[all …]
Dphonenumberutil.h83 INTERNATIONAL, enumerator
/third_party/node/deps/npm/test/fixtures/
Dthird-party.md22 IS" basis and ECMA INTERNATIONAL DISCLAIMS ALL WARRANTIES, EXPRESS OR
/third_party/libphonenumber/java/demo/src/com/google/phonenumbers/
DPhoneNumberParserServlet.java166 isNumberValid ? phoneUtil.format(number, PhoneNumberFormat.INTERNATIONAL) : "invalid"; in getOutputForFile()
359 isNumberValid ? phoneUtil.format(number, PhoneNumberFormat.INTERNATIONAL) : "invalid", in getOutputForSingleNumber()
/third_party/libphonenumber/resources/
Dphonemetadata.proto76 // is formatted in other formats, such as INTERNATIONAL.
242 // formatted differently when it forms part of the INTERNATIONAL format
244 // The number, which would be written in INTERNATIONAL format as
/third_party/libphonenumber/
DREADME.md157 System.out.println(phoneUtil.format(swissNumberProto, PhoneNumberFormat.INTERNATIONAL));
/third_party/boost/libs/ptr_container/doc/
Dptr_container.rst360 .. [7] INTERNATIONAL STANDARD, Programming languages --- C++, ISO/IEC 14882, 1998. See section 23 i…
/third_party/eudev/hwdb/
D20-OUI.hwdb84 ID_OUI_FROM_DATABASE=APPLIED DYNAMICS INTERNATIONAL
285 ID_OUI_FROM_DATABASE=TELEMATICS INTERNATIONAL INC.
474 ID_OUI_FROM_DATABASE=INFORMATION INTERNATIONAL, INC
648 ID_OUI_FROM_DATABASE=MICROGNOSIS INTERNATIONAL
3081 ID_OUI_FROM_DATABASE=LEXMARK INTERNATIONAL, INC.
7074 ID_OUI_FROM_DATABASE=BARTECH SYSTEMS INTERNATIONAL, INC
7779 ID_OUI_FROM_DATABASE=J-THREE INTERNATIONAL Holding Co., Ltd.
8748 ID_OUI_FROM_DATABASE=SOLOMON EXTREME INTERNATIONAL LTD.
9495 ID_OUI_FROM_DATABASE=MICRO-STAR INTERNATIONAL CO., LTD.
12561 ID_OUI_FROM_DATABASE=ATEN INTERNATIONAL CO., LTD.
[all …]
D20-pci-vendor-model.hwdb36669 ID_MODEL_FROM_DATABASE=Ectiva EV1938 (P88TE (TWINHEAD INTERNATIONAL Corp))
36672 ID_MODEL_FROM_DATABASE=Ectiva EV1938 (Notebook 9100/9200/2000 (TWINHEAD INTERNATIONAL Corp))
56940 ID_VENDOR_FROM_DATABASE=TWINHEAD INTERNATIONAL Corp
57000 ID_VENDOR_FROM_DATABASE=FIRST INTERNATIONAL Computer Inc
57456 ID_VENDOR_FROM_DATABASE=PAN INTERNATIONAL Industrial Corp
57510 ID_VENDOR_FROM_DATABASE=PROTAC INTERNATIONAL Corp
D20-usb-vendor-model.hwdb54855 ID_VENDOR_FROM_DATABASE=ASTRON INTERNATIONAL CORP.
/third_party/libxml2/win32/wince/
Dlibxml2.vcp126 …WCE=$(CEVersion) /D "WIN32" /D "STRICT" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "…
127 …WCE=$(CEVersion) /D "WIN32" /D "STRICT" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "…
/third_party/harfbuzz/perf/texts/
Den-words.txt5434 INTERNATIONAL
/third_party/skia/third_party/externals/harfbuzz/perf/texts/
Den-words.txt5434 INTERNATIONAL
/third_party/boost/libs/multiprecision/doc/
Dmultiprecision.qbk2616 [@http://www.open-std.org/jtc1/sc22/wg11/docs/n507.pdf SC22/WG11 N507 DRAFT INTERNATIONAL ISO/IEC S…