Searched refs:DIGIT_PATTERN (Results 1 – 4 of 4) sorted by relevance
91 private static final Pattern DIGIT_PATTERN = Pattern.compile(DIGIT_PLACEHOLDER); field in AsYouTypeFormatter644 Matcher digitMatcher = DIGIT_PATTERN.matcher(formattingTemplate); in inputDigitHelper()
89 private static final Pattern DIGIT_PATTERN = Pattern.compile(DIGIT_PLACEHOLDER); field in AsYouTypeFormatter638 Matcher digitMatcher = DIGIT_PATTERN.matcher(formattingTemplate); in inputDigitHelper()
361 DIGIT_PATTERN = re.compile(r'^\d+$') variable in BaseConfigurator420 if not self.DIGIT_PATTERN.match(idx):
360 DIGIT_PATTERN = re.compile(r'^\d+$') variable in BaseConfigurator425 if not self.DIGIT_PATTERN.match(idx):