Lines Matching defs:parse
1306 * var number = phoneUtil.parse('16502530000', 'US');
1378 * var number = phoneUtil.parse('18002530000', 'US');
2409 this.parse(normalizedNationalNumber.substring(nationalPrefix.length),
2835 return this.parse(desc.getExampleNumber(), regionCode);
2870 return this.parse('+' + countryCallingCode +
3678 return this.isPossibleNumber(this.parse(number, regionDialingFrom));
3962 // Attempt to parse the first digits as an international prefix.
3998 // Attempt to parse the first digits as a national prefix.
4104 * the number to parse starts with a + symbol so that we can attempt to infer
4106 * @param {string} numberToParse number that we are attempting to parse.
4145 * @param {?string} numberToParse number that we are attempting to parse. This
4161 i18n.phonenumbers.PhoneNumberUtil.prototype.parse = function(numberToParse,
4169 * from {@link #parse} in that it always populates the raw_input field of the
4172 * @param {string} numberToParse number that we are attempting to parse. This
4226 * same as the public {@link #parse} method, with the exception that it allows
4233 * @param {?string} numberToParse number that we are attempting to parse. This
4280 // Attempt to parse extension first, since it doesn't require region-specific
4328 // given to parse.
4455 * Converts numberToParse to a form that we can parse and write it to
4459 * @param {?string} numberToParse number that we are attempting to parse. This
4530 * These fields correspond to those set in parse() rather than
4582 // If the input arguements are strings parse them to a proto buffer format.
4591 // attempting to parse it.
4593 firstNumber = this.parse(
4600 // possible. We parse it as if the region was the same as that for the
4610 firstNumber = this.parse(firstNumberIn, secondNumberRegion);
4624 // calling code, we parse the first number without country calling code.
4636 secondNumber = this.parse(