Lines Matching refs:index

164  * Gets the value of the leading_digits_pattern field at the index given.
165 * @param {number} index The index to lookup.
168 i18n.phonenumbers.NumberFormat.prototype.getLeadingDigitsPattern = function(index) {
169 return /** @type {?string} */ (this.get$Value(3, index));
174 * Gets the value of the leading_digits_pattern field at the index given or the default value if not set.
175 * @param {number} index The index to lookup.
178 i18n.phonenumbers.NumberFormat.prototype.getLeadingDigitsPatternOrDefault = function(index) {
179 return /** @type {string} */ (this.get$ValueOrDefault(3, index));
458 * Gets the value of the possible_length field at the index given.
459 * @param {number} index The index to lookup.
462 i18n.phonenumbers.PhoneNumberDesc.prototype.getPossibleLength = function(index) {
463 return /** @type {?number} */ (this.get$Value(9, index));
468 * Gets the value of the possible_length field at the index given or the default value if not set.
469 * @param {number} index The index to lookup.
472 i18n.phonenumbers.PhoneNumberDesc.prototype.getPossibleLengthOrDefault = function(index) {
473 return /** @type {number} */ (this.get$ValueOrDefault(9, index));
520 * Gets the value of the possible_length_local_only field at the index given.
521 * @param {number} index The index to lookup.
524 i18n.phonenumbers.PhoneNumberDesc.prototype.getPossibleLengthLocalOnly = function(index) {
525 return /** @type {?number} */ (this.get$Value(10, index));
530 * Gets the value of the possible_length_local_only field at the index given or the default value if not set.
531 * @param {number} index The index to lookup.
534 i18n.phonenumbers.PhoneNumberDesc.prototype.getPossibleLengthLocalOnlyOrDefault = function(index) {
535 return /** @type {number} */ (this.get$ValueOrDefault(10, index));
1987 * Gets the value of the number_format field at the index given.
1988 * @param {number} index The index to lookup.
1991 i18n.phonenumbers.PhoneMetadata.prototype.getNumberFormat = function(index) {
1992 return /** @type {?i18n.phonenumbers.NumberFormat} */ (this.get$Value(19, index));
1997 * Gets the value of the number_format field at the index given or the default value if not set.
1998 * @param {number} index The index to lookup.
2001 i18n.phonenumbers.PhoneMetadata.prototype.getNumberFormatOrDefault = function(index) {
2002 return /** @type {!i18n.phonenumbers.NumberFormat} */ (this.get$ValueOrDefault(19, index));
2049 * Gets the value of the intl_number_format field at the index given.
2050 * @param {number} index The index to lookup.
2053 i18n.phonenumbers.PhoneMetadata.prototype.getIntlNumberFormat = function(index) {
2054 return /** @type {?i18n.phonenumbers.NumberFormat} */ (this.get$Value(20, index));
2059 * Gets the value of the intl_number_format field at the index given or the default value if not set.
2060 * @param {number} index The index to lookup.
2063 i18n.phonenumbers.PhoneMetadata.prototype.getIntlNumberFormatOrDefault = function(index) {
2064 return /** @type {!i18n.phonenumbers.NumberFormat} */ (this.get$ValueOrDefault(20, index));
2240 * Gets the value of the metadata field at the index given.
2241 * @param {number} index The index to lookup.
2244 i18n.phonenumbers.PhoneMetadataCollection.prototype.getMetadata = function(index) {
2245 return /** @type {?i18n.phonenumbers.PhoneMetadata} */ (this.get$Value(1, index));
2250 * Gets the value of the metadata field at the index given or the default value if not set.
2251 * @param {number} index The index to lookup.
2254 i18n.phonenumbers.PhoneMetadataCollection.prototype.getMetadataOrDefault = function(index) {
2255 return /** @type {!i18n.phonenumbers.PhoneMetadata} */ (this.get$ValueOrDefault(1, index));