HomeSort by relevance Sort by last modified time
    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...]
  /prebuilts/checkstyle/
checkstyle.jar 

Completed in 630 milliseconds