• Home
  • Raw
  • Download

Lines Matching refs:i18n

40 i18n.phonenumbers.NumberFormat = function() {
43 goog.inherits(i18n.phonenumbers.NumberFormat, goog.proto2.Message);
50 i18n.phonenumbers.NumberFormat.descriptor_ = null;
58 i18n.phonenumbers.NumberFormat.prototype.clone;
65 i18n.phonenumbers.NumberFormat.prototype.getPattern = function() {
74 i18n.phonenumbers.NumberFormat.prototype.getPatternOrDefault = function() {
83 i18n.phonenumbers.NumberFormat.prototype.setPattern = function(value) {
91 i18n.phonenumbers.NumberFormat.prototype.hasPattern = function() {
99 i18n.phonenumbers.NumberFormat.prototype.patternCount = function() {
107 i18n.phonenumbers.NumberFormat.prototype.clearPattern = function() {
116 i18n.phonenumbers.NumberFormat.prototype.getFormat = function() {
125 i18n.phonenumbers.NumberFormat.prototype.getFormatOrDefault = function() {
134 i18n.phonenumbers.NumberFormat.prototype.setFormat = function(value) {
142 i18n.phonenumbers.NumberFormat.prototype.hasFormat = function() {
150 i18n.phonenumbers.NumberFormat.prototype.formatCount = function() {
158 i18n.phonenumbers.NumberFormat.prototype.clearFormat = function() {
168 i18n.phonenumbers.NumberFormat.prototype.getLeadingDigitsPattern = function(index) {
178 i18n.phonenumbers.NumberFormat.prototype.getLeadingDigitsPatternOrDefault = function(index) {
187 i18n.phonenumbers.NumberFormat.prototype.addLeadingDigitsPattern = function(value) {
196 i18n.phonenumbers.NumberFormat.prototype.leadingDigitsPatternArray = function() {
204 i18n.phonenumbers.NumberFormat.prototype.hasLeadingDigitsPattern = function() {
212 i18n.phonenumbers.NumberFormat.prototype.leadingDigitsPatternCount = function() {
220 i18n.phonenumbers.NumberFormat.prototype.clearLeadingDigitsPattern = function() {
229 i18n.phonenumbers.NumberFormat.prototype.getNationalPrefixFormattingRule = function() {
238 i18n.phonenumbers.NumberFormat.prototype.getNationalPrefixFormattingRuleOrDefault = function() {
247 i18n.phonenumbers.NumberFormat.prototype.setNationalPrefixFormattingRule = function(value) {
255 i18n.phonenumbers.NumberFormat.prototype.hasNationalPrefixFormattingRule = function() {
263 i18n.phonenumbers.NumberFormat.prototype.nationalPrefixFormattingRuleCount = function() {
271 i18n.phonenumbers.NumberFormat.prototype.clearNationalPrefixFormattingRule = function() {
280 i18n.phonenumbers.NumberFormat.prototype.getNationalPrefixOptionalWhenFormatting = function() {
289 i18n.phonenumbers.NumberFormat.prototype.getNationalPrefixOptionalWhenFormattingOrDefault = functio…
298 i18n.phonenumbers.NumberFormat.prototype.setNationalPrefixOptionalWhenFormatting = function(value) {
306 i18n.phonenumbers.NumberFormat.prototype.hasNationalPrefixOptionalWhenFormatting = function() {
314 i18n.phonenumbers.NumberFormat.prototype.nationalPrefixOptionalWhenFormattingCount = function() {
322 i18n.phonenumbers.NumberFormat.prototype.clearNationalPrefixOptionalWhenFormatting = function() {
331 i18n.phonenumbers.NumberFormat.prototype.getDomesticCarrierCodeFormattingRule = function() {
340 i18n.phonenumbers.NumberFormat.prototype.getDomesticCarrierCodeFormattingRuleOrDefault = function()…
349 i18n.phonenumbers.NumberFormat.prototype.setDomesticCarrierCodeFormattingRule = function(value) {
357 i18n.phonenumbers.NumberFormat.prototype.hasDomesticCarrierCodeFormattingRule = function() {
365 i18n.phonenumbers.NumberFormat.prototype.domesticCarrierCodeFormattingRuleCount = function() {
373 i18n.phonenumbers.NumberFormat.prototype.clearDomesticCarrierCodeFormattingRule = function() {
385 i18n.phonenumbers.PhoneNumberDesc = function() {
388 goog.inherits(i18n.phonenumbers.PhoneNumberDesc, goog.proto2.Message);
395 i18n.phonenumbers.PhoneNumberDesc.descriptor_ = null;
403 i18n.phonenumbers.PhoneNumberDesc.prototype.clone;
410 i18n.phonenumbers.PhoneNumberDesc.prototype.getNationalNumberPattern = function() {
419 i18n.phonenumbers.PhoneNumberDesc.prototype.getNationalNumberPatternOrDefault = function() {
428 i18n.phonenumbers.PhoneNumberDesc.prototype.setNationalNumberPattern = function(value) {
436 i18n.phonenumbers.PhoneNumberDesc.prototype.hasNationalNumberPattern = function() {
444 i18n.phonenumbers.PhoneNumberDesc.prototype.nationalNumberPatternCount = function() {
452 i18n.phonenumbers.PhoneNumberDesc.prototype.clearNationalNumberPattern = function() {
462 i18n.phonenumbers.PhoneNumberDesc.prototype.getPossibleLength = function(index) {
472 i18n.phonenumbers.PhoneNumberDesc.prototype.getPossibleLengthOrDefault = function(index) {
481 i18n.phonenumbers.PhoneNumberDesc.prototype.addPossibleLength = function(value) {
490 i18n.phonenumbers.PhoneNumberDesc.prototype.possibleLengthArray = function() {
498 i18n.phonenumbers.PhoneNumberDesc.prototype.hasPossibleLength = function() {
506 i18n.phonenumbers.PhoneNumberDesc.prototype.possibleLengthCount = function() {
514 i18n.phonenumbers.PhoneNumberDesc.prototype.clearPossibleLength = function() {
524 i18n.phonenumbers.PhoneNumberDesc.prototype.getPossibleLengthLocalOnly = function(index) {
534 i18n.phonenumbers.PhoneNumberDesc.prototype.getPossibleLengthLocalOnlyOrDefault = function(index) {
543 i18n.phonenumbers.PhoneNumberDesc.prototype.addPossibleLengthLocalOnly = function(value) {
552 i18n.phonenumbers.PhoneNumberDesc.prototype.possibleLengthLocalOnlyArray = function() {
560 i18n.phonenumbers.PhoneNumberDesc.prototype.hasPossibleLengthLocalOnly = function() {
568 i18n.phonenumbers.PhoneNumberDesc.prototype.possibleLengthLocalOnlyCount = function() {
576 i18n.phonenumbers.PhoneNumberDesc.prototype.clearPossibleLengthLocalOnly = function() {
585 i18n.phonenumbers.PhoneNumberDesc.prototype.getExampleNumber = function() {
594 i18n.phonenumbers.PhoneNumberDesc.prototype.getExampleNumberOrDefault = function() {
603 i18n.phonenumbers.PhoneNumberDesc.prototype.setExampleNumber = function(value) {
611 i18n.phonenumbers.PhoneNumberDesc.prototype.hasExampleNumber = function() {
619 i18n.phonenumbers.PhoneNumberDesc.prototype.exampleNumberCount = function() {
627 i18n.phonenumbers.PhoneNumberDesc.prototype.clearExampleNumber = function() {
639 i18n.phonenumbers.PhoneMetadata = function() {
642 goog.inherits(i18n.phonenumbers.PhoneMetadata, goog.proto2.Message);
649 i18n.phonenumbers.PhoneMetadata.descriptor_ = null;
657 i18n.phonenumbers.PhoneMetadata.prototype.clone;
664 i18n.phonenumbers.PhoneMetadata.prototype.getGeneralDesc = function() {
673 i18n.phonenumbers.PhoneMetadata.prototype.getGeneralDescOrDefault = function() {
682 i18n.phonenumbers.PhoneMetadata.prototype.setGeneralDesc = function(value) {
690 i18n.phonenumbers.PhoneMetadata.prototype.hasGeneralDesc = function() {
698 i18n.phonenumbers.PhoneMetadata.prototype.generalDescCount = function() {
706 i18n.phonenumbers.PhoneMetadata.prototype.clearGeneralDesc = function() {
715 i18n.phonenumbers.PhoneMetadata.prototype.getFixedLine = function() {
724 i18n.phonenumbers.PhoneMetadata.prototype.getFixedLineOrDefault = function() {
733 i18n.phonenumbers.PhoneMetadata.prototype.setFixedLine = function(value) {
741 i18n.phonenumbers.PhoneMetadata.prototype.hasFixedLine = function() {
749 i18n.phonenumbers.PhoneMetadata.prototype.fixedLineCount = function() {
757 i18n.phonenumbers.PhoneMetadata.prototype.clearFixedLine = function() {
766 i18n.phonenumbers.PhoneMetadata.prototype.getMobile = function() {
775 i18n.phonenumbers.PhoneMetadata.prototype.getMobileOrDefault = function() {
784 i18n.phonenumbers.PhoneMetadata.prototype.setMobile = function(value) {
792 i18n.phonenumbers.PhoneMetadata.prototype.hasMobile = function() {
800 i18n.phonenumbers.PhoneMetadata.prototype.mobileCount = function() {
808 i18n.phonenumbers.PhoneMetadata.prototype.clearMobile = function() {
817 i18n.phonenumbers.PhoneMetadata.prototype.getTollFree = function() {
826 i18n.phonenumbers.PhoneMetadata.prototype.getTollFreeOrDefault = function() {
835 i18n.phonenumbers.PhoneMetadata.prototype.setTollFree = function(value) {
843 i18n.phonenumbers.PhoneMetadata.prototype.hasTollFree = function() {
851 i18n.phonenumbers.PhoneMetadata.prototype.tollFreeCount = function() {
859 i18n.phonenumbers.PhoneMetadata.prototype.clearTollFree = function() {
868 i18n.phonenumbers.PhoneMetadata.prototype.getPremiumRate = function() {
877 i18n.phonenumbers.PhoneMetadata.prototype.getPremiumRateOrDefault = function() {
886 i18n.phonenumbers.PhoneMetadata.prototype.setPremiumRate = function(value) {
894 i18n.phonenumbers.PhoneMetadata.prototype.hasPremiumRate = function() {
902 i18n.phonenumbers.PhoneMetadata.prototype.premiumRateCount = function() {
910 i18n.phonenumbers.PhoneMetadata.prototype.clearPremiumRate = function() {
919 i18n.phonenumbers.PhoneMetadata.prototype.getSharedCost = function() {
928 i18n.phonenumbers.PhoneMetadata.prototype.getSharedCostOrDefault = function() {
937 i18n.phonenumbers.PhoneMetadata.prototype.setSharedCost = function(value) {
945 i18n.phonenumbers.PhoneMetadata.prototype.hasSharedCost = function() {
953 i18n.phonenumbers.PhoneMetadata.prototype.sharedCostCount = function() {
961 i18n.phonenumbers.PhoneMetadata.prototype.clearSharedCost = function() {
970 i18n.phonenumbers.PhoneMetadata.prototype.getPersonalNumber = function() {
979 i18n.phonenumbers.PhoneMetadata.prototype.getPersonalNumberOrDefault = function() {
988 i18n.phonenumbers.PhoneMetadata.prototype.setPersonalNumber = function(value) {
996 i18n.phonenumbers.PhoneMetadata.prototype.hasPersonalNumber = function() {
1004 i18n.phonenumbers.PhoneMetadata.prototype.personalNumberCount = function() {
1012 i18n.phonenumbers.PhoneMetadata.prototype.clearPersonalNumber = function() {
1021 i18n.phonenumbers.PhoneMetadata.prototype.getVoip = function() {
1030 i18n.phonenumbers.PhoneMetadata.prototype.getVoipOrDefault = function() {
1039 i18n.phonenumbers.PhoneMetadata.prototype.setVoip = function(value) {
1047 i18n.phonenumbers.PhoneMetadata.prototype.hasVoip = function() {
1055 i18n.phonenumbers.PhoneMetadata.prototype.voipCount = function() {
1063 i18n.phonenumbers.PhoneMetadata.prototype.clearVoip = function() {
1072 i18n.phonenumbers.PhoneMetadata.prototype.getPager = function() {
1081 i18n.phonenumbers.PhoneMetadata.prototype.getPagerOrDefault = function() {
1090 i18n.phonenumbers.PhoneMetadata.prototype.setPager = function(value) {
1098 i18n.phonenumbers.PhoneMetadata.prototype.hasPager = function() {
1106 i18n.phonenumbers.PhoneMetadata.prototype.pagerCount = function() {
1114 i18n.phonenumbers.PhoneMetadata.prototype.clearPager = function() {
1123 i18n.phonenumbers.PhoneMetadata.prototype.getUan = function() {
1132 i18n.phonenumbers.PhoneMetadata.prototype.getUanOrDefault = function() {
1141 i18n.phonenumbers.PhoneMetadata.prototype.setUan = function(value) {
1149 i18n.phonenumbers.PhoneMetadata.prototype.hasUan = function() {
1157 i18n.phonenumbers.PhoneMetadata.prototype.uanCount = function() {
1165 i18n.phonenumbers.PhoneMetadata.prototype.clearUan = function() {
1174 i18n.phonenumbers.PhoneMetadata.prototype.getEmergency = function() {
1183 i18n.phonenumbers.PhoneMetadata.prototype.getEmergencyOrDefault = function() {
1192 i18n.phonenumbers.PhoneMetadata.prototype.setEmergency = function(value) {
1200 i18n.phonenumbers.PhoneMetadata.prototype.hasEmergency = function() {
1208 i18n.phonenumbers.PhoneMetadata.prototype.emergencyCount = function() {
1216 i18n.phonenumbers.PhoneMetadata.prototype.clearEmergency = function() {
1225 i18n.phonenumbers.PhoneMetadata.prototype.getVoicemail = function() {
1234 i18n.phonenumbers.PhoneMetadata.prototype.getVoicemailOrDefault = function() {
1243 i18n.phonenumbers.PhoneMetadata.prototype.setVoicemail = function(value) {
1251 i18n.phonenumbers.PhoneMetadata.prototype.hasVoicemail = function() {
1259 i18n.phonenumbers.PhoneMetadata.prototype.voicemailCount = function() {
1267 i18n.phonenumbers.PhoneMetadata.prototype.clearVoicemail = function() {
1276 i18n.phonenumbers.PhoneMetadata.prototype.getShortCode = function() {
1285 i18n.phonenumbers.PhoneMetadata.prototype.getShortCodeOrDefault = function() {
1294 i18n.phonenumbers.PhoneMetadata.prototype.setShortCode = function(value) {
1302 i18n.phonenumbers.PhoneMetadata.prototype.hasShortCode = function() {
1310 i18n.phonenumbers.PhoneMetadata.prototype.shortCodeCount = function() {
1318 i18n.phonenumbers.PhoneMetadata.prototype.clearShortCode = function() {
1327 i18n.phonenumbers.PhoneMetadata.prototype.getStandardRate = function() {
1336 i18n.phonenumbers.PhoneMetadata.prototype.getStandardRateOrDefault = function() {
1345 i18n.phonenumbers.PhoneMetadata.prototype.setStandardRate = function(value) {
1353 i18n.phonenumbers.PhoneMetadata.prototype.hasStandardRate = function() {
1361 i18n.phonenumbers.PhoneMetadata.prototype.standardRateCount = function() {
1369 i18n.phonenumbers.PhoneMetadata.prototype.clearStandardRate = function() {
1378 i18n.phonenumbers.PhoneMetadata.prototype.getCarrierSpecific = function() {
1387 i18n.phonenumbers.PhoneMetadata.prototype.getCarrierSpecificOrDefault = function() {
1396 i18n.phonenumbers.PhoneMetadata.prototype.setCarrierSpecific = function(value) {
1404 i18n.phonenumbers.PhoneMetadata.prototype.hasCarrierSpecific = function() {
1412 i18n.phonenumbers.PhoneMetadata.prototype.carrierSpecificCount = function() {
1420 i18n.phonenumbers.PhoneMetadata.prototype.clearCarrierSpecific = function() {
1429 i18n.phonenumbers.PhoneMetadata.prototype.getSmsServices = function() {
1438 i18n.phonenumbers.PhoneMetadata.prototype.getSmsServicesOrDefault = function() {
1447 i18n.phonenumbers.PhoneMetadata.prototype.setSmsServices = function(value) {
1455 i18n.phonenumbers.PhoneMetadata.prototype.hasSmsServices = function() {
1463 i18n.phonenumbers.PhoneMetadata.prototype.smsServicesCount = function() {
1471 i18n.phonenumbers.PhoneMetadata.prototype.clearSmsServices = function() {
1480 i18n.phonenumbers.PhoneMetadata.prototype.getNoInternationalDialling = function() {
1489 i18n.phonenumbers.PhoneMetadata.prototype.getNoInternationalDiallingOrDefault = function() {
1498 i18n.phonenumbers.PhoneMetadata.prototype.setNoInternationalDialling = function(value) {
1506 i18n.phonenumbers.PhoneMetadata.prototype.hasNoInternationalDialling = function() {
1514 i18n.phonenumbers.PhoneMetadata.prototype.noInternationalDiallingCount = function() {
1522 i18n.phonenumbers.PhoneMetadata.prototype.clearNoInternationalDialling = function() {
1531 i18n.phonenumbers.PhoneMetadata.prototype.getId = function() {
1540 i18n.phonenumbers.PhoneMetadata.prototype.getIdOrDefault = function() {
1549 i18n.phonenumbers.PhoneMetadata.prototype.setId = function(value) {
1557 i18n.phonenumbers.PhoneMetadata.prototype.hasId = function() {
1565 i18n.phonenumbers.PhoneMetadata.prototype.idCount = function() {
1573 i18n.phonenumbers.PhoneMetadata.prototype.clearId = function() {
1582 i18n.phonenumbers.PhoneMetadata.prototype.getCountryCode = function() {
1591 i18n.phonenumbers.PhoneMetadata.prototype.getCountryCodeOrDefault = function() {
1600 i18n.phonenumbers.PhoneMetadata.prototype.setCountryCode = function(value) {
1608 i18n.phonenumbers.PhoneMetadata.prototype.hasCountryCode = function() {
1616 i18n.phonenumbers.PhoneMetadata.prototype.countryCodeCount = function() {
1624 i18n.phonenumbers.PhoneMetadata.prototype.clearCountryCode = function() {
1633 i18n.phonenumbers.PhoneMetadata.prototype.getInternationalPrefix = function() {
1642 i18n.phonenumbers.PhoneMetadata.prototype.getInternationalPrefixOrDefault = function() {
1651 i18n.phonenumbers.PhoneMetadata.prototype.setInternationalPrefix = function(value) {
1659 i18n.phonenumbers.PhoneMetadata.prototype.hasInternationalPrefix = function() {
1667 i18n.phonenumbers.PhoneMetadata.prototype.internationalPrefixCount = function() {
1675 i18n.phonenumbers.PhoneMetadata.prototype.clearInternationalPrefix = function() {
1684 i18n.phonenumbers.PhoneMetadata.prototype.getPreferredInternationalPrefix = function() {
1693 i18n.phonenumbers.PhoneMetadata.prototype.getPreferredInternationalPrefixOrDefault = function() {
1702 i18n.phonenumbers.PhoneMetadata.prototype.setPreferredInternationalPrefix = function(value) {
1710 i18n.phonenumbers.PhoneMetadata.prototype.hasPreferredInternationalPrefix = function() {
1718 i18n.phonenumbers.PhoneMetadata.prototype.preferredInternationalPrefixCount = function() {
1726 i18n.phonenumbers.PhoneMetadata.prototype.clearPreferredInternationalPrefix = function() {
1735 i18n.phonenumbers.PhoneMetadata.prototype.getNationalPrefix = function() {
1744 i18n.phonenumbers.PhoneMetadata.prototype.getNationalPrefixOrDefault = function() {
1753 i18n.phonenumbers.PhoneMetadata.prototype.setNationalPrefix = function(value) {
1761 i18n.phonenumbers.PhoneMetadata.prototype.hasNationalPrefix = function() {
1769 i18n.phonenumbers.PhoneMetadata.prototype.nationalPrefixCount = function() {
1777 i18n.phonenumbers.PhoneMetadata.prototype.clearNationalPrefix = function() {
1786 i18n.phonenumbers.PhoneMetadata.prototype.getPreferredExtnPrefix = function() {
1795 i18n.phonenumbers.PhoneMetadata.prototype.getPreferredExtnPrefixOrDefault = function() {
1804 i18n.phonenumbers.PhoneMetadata.prototype.setPreferredExtnPrefix = function(value) {
1812 i18n.phonenumbers.PhoneMetadata.prototype.hasPreferredExtnPrefix = function() {
1820 i18n.phonenumbers.PhoneMetadata.prototype.preferredExtnPrefixCount = function() {
1828 i18n.phonenumbers.PhoneMetadata.prototype.clearPreferredExtnPrefix = function() {
1837 i18n.phonenumbers.PhoneMetadata.prototype.getNationalPrefixForParsing = function() {
1846 i18n.phonenumbers.PhoneMetadata.prototype.getNationalPrefixForParsingOrDefault = function() {
1855 i18n.phonenumbers.PhoneMetadata.prototype.setNationalPrefixForParsing = function(value) {
1863 i18n.phonenumbers.PhoneMetadata.prototype.hasNationalPrefixForParsing = function() {
1871 i18n.phonenumbers.PhoneMetadata.prototype.nationalPrefixForParsingCount = function() {
1879 i18n.phonenumbers.PhoneMetadata.prototype.clearNationalPrefixForParsing = function() {
1888 i18n.phonenumbers.PhoneMetadata.prototype.getNationalPrefixTransformRule = function() {
1897 i18n.phonenumbers.PhoneMetadata.prototype.getNationalPrefixTransformRuleOrDefault = function() {
1906 i18n.phonenumbers.PhoneMetadata.prototype.setNationalPrefixTransformRule = function(value) {
1914 i18n.phonenumbers.PhoneMetadata.prototype.hasNationalPrefixTransformRule = function() {
1922 i18n.phonenumbers.PhoneMetadata.prototype.nationalPrefixTransformRuleCount = function() {
1930 i18n.phonenumbers.PhoneMetadata.prototype.clearNationalPrefixTransformRule = function() {
1939 i18n.phonenumbers.PhoneMetadata.prototype.getSameMobileAndFixedLinePattern = function() {
1948 i18n.phonenumbers.PhoneMetadata.prototype.getSameMobileAndFixedLinePatternOrDefault = function() {
1957 i18n.phonenumbers.PhoneMetadata.prototype.setSameMobileAndFixedLinePattern = function(value) {
1965 i18n.phonenumbers.PhoneMetadata.prototype.hasSameMobileAndFixedLinePattern = function() {
1973 i18n.phonenumbers.PhoneMetadata.prototype.sameMobileAndFixedLinePatternCount = function() {
1981 i18n.phonenumbers.PhoneMetadata.prototype.clearSameMobileAndFixedLinePattern = function() {
1991 i18n.phonenumbers.PhoneMetadata.prototype.getNumberFormat = function(index) {
2001 i18n.phonenumbers.PhoneMetadata.prototype.getNumberFormatOrDefault = function(index) {
2010 i18n.phonenumbers.PhoneMetadata.prototype.addNumberFormat = function(value) {
2019 i18n.phonenumbers.PhoneMetadata.prototype.numberFormatArray = function() {
2027 i18n.phonenumbers.PhoneMetadata.prototype.hasNumberFormat = function() {
2035 i18n.phonenumbers.PhoneMetadata.prototype.numberFormatCount = function() {
2043 i18n.phonenumbers.PhoneMetadata.prototype.clearNumberFormat = function() {
2053 i18n.phonenumbers.PhoneMetadata.prototype.getIntlNumberFormat = function(index) {
2063 i18n.phonenumbers.PhoneMetadata.prototype.getIntlNumberFormatOrDefault = function(index) {
2072 i18n.phonenumbers.PhoneMetadata.prototype.addIntlNumberFormat = function(value) {
2081 i18n.phonenumbers.PhoneMetadata.prototype.intlNumberFormatArray = function() {
2089 i18n.phonenumbers.PhoneMetadata.prototype.hasIntlNumberFormat = function() {
2097 i18n.phonenumbers.PhoneMetadata.prototype.intlNumberFormatCount = function() {
2105 i18n.phonenumbers.PhoneMetadata.prototype.clearIntlNumberFormat = function() {
2114 i18n.phonenumbers.PhoneMetadata.prototype.getMainCountryForCode = function() {
2123 i18n.phonenumbers.PhoneMetadata.prototype.getMainCountryForCodeOrDefault = function() {
2132 i18n.phonenumbers.PhoneMetadata.prototype.setMainCountryForCode = function(value) {
2140 i18n.phonenumbers.PhoneMetadata.prototype.hasMainCountryForCode = function() {
2148 i18n.phonenumbers.PhoneMetadata.prototype.mainCountryForCodeCount = function() {
2156 i18n.phonenumbers.PhoneMetadata.prototype.clearMainCountryForCode = function() {
2165 i18n.phonenumbers.PhoneMetadata.prototype.getLeadingDigits = function() {
2174 i18n.phonenumbers.PhoneMetadata.prototype.getLeadingDigitsOrDefault = function() {
2183 i18n.phonenumbers.PhoneMetadata.prototype.setLeadingDigits = function(value) {
2191 i18n.phonenumbers.PhoneMetadata.prototype.hasLeadingDigits = function() {
2199 i18n.phonenumbers.PhoneMetadata.prototype.leadingDigitsCount = function() {
2207 i18n.phonenumbers.PhoneMetadata.prototype.clearLeadingDigits = function() {
2218 i18n.phonenumbers.PhoneMetadataCollection = function() {
2221 goog.inherits(i18n.phonenumbers.PhoneMetadataCollection, goog.proto2.Message);
2228 i18n.phonenumbers.PhoneMetadataCollection.descriptor_ = null;
2236 i18n.phonenumbers.PhoneMetadataCollection.prototype.clone;
2244 i18n.phonenumbers.PhoneMetadataCollection.prototype.getMetadata = function(index) {
2254 i18n.phonenumbers.PhoneMetadataCollection.prototype.getMetadataOrDefault = function(index) {
2263 i18n.phonenumbers.PhoneMetadataCollection.prototype.addMetadata = function(value) {
2272 i18n.phonenumbers.PhoneMetadataCollection.prototype.metadataArray = function() {
2280 i18n.phonenumbers.PhoneMetadataCollection.prototype.hasMetadata = function() {
2288 i18n.phonenumbers.PhoneMetadataCollection.prototype.metadataCount = function() {
2296 i18n.phonenumbers.PhoneMetadataCollection.prototype.clearMetadata = function() {
2302 i18n.phonenumbers.NumberFormat.prototype.getDescriptor = function() {
2303 var descriptor = i18n.phonenumbers.NumberFormat.descriptor_;
2346 i18n.phonenumbers.NumberFormat.descriptor_ = descriptor =
2348 i18n.phonenumbers.NumberFormat, descriptorObj);
2355 i18n.phonenumbers.NumberFormat.getDescriptor =
2356 i18n.phonenumbers.NumberFormat.prototype.getDescriptor;
2360 i18n.phonenumbers.PhoneNumberDesc.prototype.getDescriptor = function() {
2361 var descriptor = i18n.phonenumbers.PhoneNumberDesc.descriptor_;
2392 i18n.phonenumbers.PhoneNumberDesc.descriptor_ = descriptor =
2394 i18n.phonenumbers.PhoneNumberDesc, descriptorObj);
2401 i18n.phonenumbers.PhoneNumberDesc.getDescriptor =
2402 i18n.phonenumbers.PhoneNumberDesc.prototype.getDescriptor;
2406 i18n.phonenumbers.PhoneMetadata.prototype.getDescriptor = function() {
2407 var descriptor = i18n.phonenumbers.PhoneMetadata.descriptor_;
2418 type: i18n.phonenumbers.PhoneNumberDesc
2423 type: i18n.phonenumbers.PhoneNumberDesc
2428 type: i18n.phonenumbers.PhoneNumberDesc
2433 type: i18n.phonenumbers.PhoneNumberDesc
2438 type: i18n.phonenumbers.PhoneNumberDesc
2443 type: i18n.phonenumbers.PhoneNumberDesc
2448 type: i18n.phonenumbers.PhoneNumberDesc
2453 type: i18n.phonenumbers.PhoneNumberDesc
2458 type: i18n.phonenumbers.PhoneNumberDesc
2463 type: i18n.phonenumbers.PhoneNumberDesc
2468 type: i18n.phonenumbers.PhoneNumberDesc
2473 type: i18n.phonenumbers.PhoneNumberDesc
2478 type: i18n.phonenumbers.PhoneNumberDesc
2483 type: i18n.phonenumbers.PhoneNumberDesc
2488 type: i18n.phonenumbers.PhoneNumberDesc
2493 type: i18n.phonenumbers.PhoneNumberDesc
2498 type: i18n.phonenumbers.PhoneNumberDesc
2551 type: i18n.phonenumbers.NumberFormat
2557 type: i18n.phonenumbers.NumberFormat
2571 i18n.phonenumbers.PhoneMetadata.descriptor_ = descriptor =
2573 i18n.phonenumbers.PhoneMetadata, descriptorObj);
2580 i18n.phonenumbers.PhoneMetadata.getDescriptor =
2581 i18n.phonenumbers.PhoneMetadata.prototype.getDescriptor;
2585 i18n.phonenumbers.PhoneMetadataCollection.prototype.getDescriptor = function() {
2586 var descriptor = i18n.phonenumbers.PhoneMetadataCollection.descriptor_;
2598 type: i18n.phonenumbers.PhoneMetadata
2601 i18n.phonenumbers.PhoneMetadataCollection.descriptor_ = descriptor =
2603 i18n.phonenumbers.PhoneMetadataCollection, descriptorObj);
2610 i18n.phonenumbers.PhoneMetadataCollection.getDescriptor =
2611 i18n.phonenumbers.PhoneMetadataCollection.prototype.getDescriptor;