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 361 CharSequence withoutLastGroup = candidate.substring(0, lastGroupStart);
362 withoutLastGroup = trimAfterFirstMatch(PhoneNumberUtil.UNWANTED_END_CHAR_PATTERN,
363 withoutLastGroup);
364 if (withoutLastGroup.equals(firstGroupOnly)) {
370 match = parseAndVerify(withoutLastGroup.toString(), offset);

Completed in 49 milliseconds