OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MATCHING_BRACKETS
(Results
1 - 2
of
2
) sorted by null
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
PhoneNumberMatcher.java
89
private static final Pattern
MATCHING_BRACKETS
;
126
/* Builds the
MATCHING_BRACKETS
and PATTERN regular expressions. The building blocks below exist
140
MATCHING_BRACKETS
= Pattern.compile(
391
if (!
MATCHING_BRACKETS
.matcher(candidate).matches() || PUB_PAGES.matcher(candidate).find()) {
[
all
...]
/packages/apps/ContactsCommon/libs/
libphonenumber-6.2.jar
Completed in 527 milliseconds