Searched refs:hostnameRanges (Results 1 – 1 of 1) sorted by relevance
1683 Vector<pair<int, int> > hostnameRanges; in encodeHostnames() local1684 findHostnamesInMailToURL(str.characters(), str.length(), hostnameRanges); in encodeHostnames()1685 int n = hostnameRanges.size(); in encodeHostnames()1688 const pair<int, int>& r = hostnameRanges[i]; in encodeHostnames()