OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:closingParens
(Results
1 - 2
of
2
) 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
...]
/development/tools/checkstyle/
checkstyle.jar
Completed in 173 milliseconds