OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DIGIT_PATTERN
(Results
1 - 5
of
5
) sorted by null
/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
AsYouTypeFormatter.java
89
private static final Pattern
DIGIT_PATTERN
= Pattern.compile(DIGIT_PLACEHOLDER);
638
Matcher digitMatcher =
DIGIT_PATTERN
.matcher(formattingTemplate);
/external/libphonenumber/repackaged/libphonenumber/src/com/android/i18n/phonenumbers/
AsYouTypeFormatter.java
91
private static final Pattern
DIGIT_PATTERN
= Pattern.compile(DIGIT_PLACEHOLDER);
644
Matcher digitMatcher =
DIGIT_PATTERN
.matcher(formattingTemplate);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/
config.py
369
DIGIT_PATTERN
= re.compile(r'^\d+$')
428
if not self.
DIGIT_PATTERN
.match(idx):
[
all
...]
/external/python/cpython2/Lib/logging/
config.py
360
DIGIT_PATTERN
= re.compile(r'^\d+$')
425
if not self.
DIGIT_PATTERN
.match(idx):
[
all
...]
/external/python/cpython3/Lib/logging/
config.py
361
DIGIT_PATTERN
= re.compile(r'^\d+$')
420
if not self.
DIGIT_PATTERN
.match(idx):
[
all
...]
Completed in 707 milliseconds