Searched refs:leadingDigitsPattern (Results 1 – 3 of 3) sorted by relevance
214 Pattern leadingDigitsPattern = regexCache.getPatternForRegex( in narrowDownPossibleFormats() local216 Matcher m = leadingDigitsPattern.matcher(leadingDigits); in narrowDownPossibleFormats()
397 var leadingDigitsPattern = /** @type {string} */399 if (leadingDigits.search(leadingDigitsPattern) == 0) {
52 // The first leadingDigitsPattern matches up to the first three digits of the54 // then the first five and so on, until the leadingDigitsPattern can uniquely