HomeSort by relevance Sort by last modified time
    Searched defs:REGEX_FLAGS (Results 1 - 2 of 2) sorted by null

  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
PhoneNumberUtil.java 69 static final int REGEX_FLAGS = Pattern.UNICODE_CASE | Pattern.CASE_INSENSITIVE;
336 Pattern.compile("(?:" + EXTN_PATTERNS_FOR_PARSING + ")$", REGEX_FLAGS);
341 Pattern.compile(VALID_PHONE_NUMBER + "(?:" + EXTN_PATTERNS_FOR_PARSING + ")?", REGEX_FLAGS);
    [all...]
  /packages/apps/ContactsCommon/libs/
libphonenumber-6.2.jar 

Completed in 341 milliseconds