Searched refs:urlStart (Results 1 – 1 of 1) sorted by relevance
1354 int urlStart = -1; in detectHyperlinks() local1359 urlStart = offset; in detectHyperlinks()1367 if (urlStart != -1) { in detectHyperlinks()1376 int length = offset - urlStart; in detectHyperlinks()1377 String url = document.get(urlStart, length); in detectHyperlinks()1378 range = new Region(urlStart, length); in detectHyperlinks()