Searched refs:DIGIT_PATTERN (Results 1 – 3 of 3) sorted by relevance
100 private static final Pattern DIGIT_PATTERN = Pattern.compile(DIGIT_PLACEHOLDER); field in AsYouTypeFormatter649 Matcher digitMatcher = DIGIT_PATTERN.matcher(formattingTemplate); in inputDigitHelper()
360 DIGIT_PATTERN = re.compile(r'^\d+$') variable in BaseConfigurator425 if not self.DIGIT_PATTERN.match(idx):
356 DIGIT_PATTERN = re.compile(r'^\d+$') variable in BaseConfigurator415 if not self.DIGIT_PATTERN.match(idx):