Home
last modified time | relevance | path

Searched refs:DIGIT_PATTERN (Results 1 – 2 of 2) sorted by relevance

/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
DAsYouTypeFormatter.java99 private static final Pattern DIGIT_PATTERN = Pattern.compile(DIGIT_PLACEHOLDER); field in AsYouTypeFormatter
648 Matcher digitMatcher = DIGIT_PATTERN.matcher(formattingTemplate); in inputDigitHelper()
/external/python/cpython2/Lib/logging/
Dconfig.py360 DIGIT_PATTERN = re.compile(r'^\d+$') variable in BaseConfigurator
425 if not self.DIGIT_PATTERN.match(idx):