Home
last modified time | relevance | path

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

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