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