OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:closingparens
(Results
1 - 1
of
1
) sorted by null
/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
PhoneNumberMatcher.java
130
String
closingParens
= ")\\]\uFF09\uFF3D";
131
String nonParens = "[^" + openingParens +
closingParens
+ "]";
141
"(?:[" + openingParens + "])?" + "(?:" + nonParens + "+" + "[" +
closingParens
+ "])?" +
143
"(?:[" + openingParens + "]" + nonParens + "+[" +
closingParens
+ "])" + bracketPairLimit +
[
all
...]
Completed in 324 milliseconds