Searched refs:phoneSequences (Results 1 – 1 of 1) sorted by relevance
1862 int[] phoneSequences = findNanpPhoneNumbers(text); in extendedLinkify() local1868 for (int match = 0; match < phoneSequences.length / 2; match++) { in extendedLinkify()1869 int start = phoneSequences[match*2]; in extendedLinkify()1870 int end = phoneSequences[match*2 + 1]; in extendedLinkify()