HomeSort by relevance Sort by last modified time
    Searched refs:DIGIT_PATTERN (Results 1 - 4 of 4) sorted by null

  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
AsYouTypeFormatter.java 99 private static final Pattern DIGIT_PATTERN = Pattern.compile(DIGIT_PLACEHOLDER);
639 Matcher digitMatcher = DIGIT_PATTERN.matcher(formattingTemplate);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
config.py 369 DIGIT_PATTERN = re.compile(r'^\d+$')
434 if not self.DIGIT_PATTERN.match(idx):
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
config.py 369 DIGIT_PATTERN = re.compile(r'^\d+$')
434 if not self.DIGIT_PATTERN.match(idx):
    [all...]
  /packages/apps/ContactsCommon/libs/
libphonenumber-6.2.jar 

Completed in 82 milliseconds