HomeSort by relevance Sort by last modified time
    Searched full:withoutlastgroup (Results 1 - 1 of 1) sorted by null

  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
PhoneNumberMatcher.java 366 CharSequence withoutLastGroup = candidate.substring(0, lastGroupStart);
367 withoutLastGroup = trimAfterFirstMatch(PhoneNumberUtil.UNWANTED_END_CHAR_PATTERN,
368 withoutLastGroup);
369 if (withoutLastGroup.equals(firstGroupOnly)) {
375 match = parseAndVerify(withoutLastGroup.toString(), offset);

Completed in 604 milliseconds