Lines Matching defs:PhoneNumberFormat
30 goog.provide('i18n.phonenumbers.PhoneNumberFormat');
1046 i18n.phonenumbers.PhoneNumberFormat = {
1422 i18n.phonenumbers.PhoneNumberFormat.INTERNATIONAL);
1777 * @param {i18n.phonenumbers.PhoneNumberFormat} numberFormat the format the
1800 if (numberFormat == i18n.phonenumbers.PhoneNumberFormat.E164) {
1805 countryCallingCode, i18n.phonenumbers.PhoneNumberFormat.E164,
1847 * @param {i18n.phonenumbers.PhoneNumberFormat} numberFormat the format the
1959 number, metadata, i18n.phonenumbers.PhoneNumberFormat.NATIONAL);
1963 i18n.phonenumbers.PhoneNumberFormat.NATIONAL, carrierCode);
1965 countryCallingCode, i18n.phonenumbers.PhoneNumberFormat.NATIONAL,
2088 numberNoExt, i18n.phonenumbers.PhoneNumberFormat.INTERNATIONAL);
2091 numberNoExt, i18n.phonenumbers.PhoneNumberFormat.NATIONAL);
2120 numberNoExt, i18n.phonenumbers.PhoneNumberFormat.INTERNATIONAL);
2123 numberNoExt, i18n.phonenumbers.PhoneNumberFormat.NATIONAL);
2132 i18n.phonenumbers.PhoneNumberFormat.INTERNATIONAL) :
2133 this.format(numberNoExt, i18n.phonenumbers.PhoneNumberFormat.E164);
2168 i18n.phonenumbers.PhoneNumberFormat.INTERNATIONAL);
2183 this.format(number, i18n.phonenumbers.PhoneNumberFormat.NATIONAL);
2196 i18n.phonenumbers.PhoneNumberFormat.NATIONAL);
2229 i18n.phonenumbers.PhoneNumberFormat.INTERNATIONAL);
2232 metadataForRegion, i18n.phonenumbers.PhoneNumberFormat.INTERNATIONAL);
2237 countryCallingCode, i18n.phonenumbers.PhoneNumberFormat.INTERNATIONAL,
2269 return this.format(number, i18n.phonenumbers.PhoneNumberFormat.NATIONAL);
2277 i18n.phonenumbers.PhoneNumberFormat.INTERNATIONAL);
2286 i18n.phonenumbers.PhoneNumberFormat.INTERNATIONAL).substring(1);
2300 this.format(number, i18n.phonenumbers.PhoneNumberFormat.NATIONAL);
2362 i18n.phonenumbers.PhoneNumberFormat.NATIONAL, [numFormatCopy]);
2539 i18n.phonenumbers.PhoneNumberFormat.NATIONAL);
2566 i18n.phonenumbers.PhoneNumberFormat.INTERNATIONAL);
2575 countryCode, i18n.phonenumbers.PhoneNumberFormat.INTERNATIONAL,
2616 * @param {i18n.phonenumbers.PhoneNumberFormat} numberFormat the format the
2630 case i18n.phonenumbers.PhoneNumberFormat.E164:
2633 case i18n.phonenumbers.PhoneNumberFormat.INTERNATIONAL:
2636 case i18n.phonenumbers.PhoneNumberFormat.RFC3966:
2640 case i18n.phonenumbers.PhoneNumberFormat.NATIONAL:
2657 * @param {i18n.phonenumbers.PhoneNumberFormat} numberFormat the format the
2673 numberFormat == i18n.phonenumbers.PhoneNumberFormat.NATIONAL) ?
2729 * @param {i18n.phonenumbers.PhoneNumberFormat} numberFormat the format the
2747 if (numberFormat == i18n.phonenumbers.PhoneNumberFormat.NATIONAL &&
2767 if (numberFormat == i18n.phonenumbers.PhoneNumberFormat.NATIONAL &&
2779 if (numberFormat == i18n.phonenumbers.PhoneNumberFormat.RFC3966) {
2888 * @param {i18n.phonenumbers.PhoneNumberFormat} numberFormat the format the
2899 if (numberFormat == i18n.phonenumbers.PhoneNumberFormat.RFC3966) {