Searched refs:hostNameStart (Results 1 – 1 of 1) sorted by relevance
189 int hostNameStart = filename.lastIndexOf("\\") + 1; in findNewsgroups() local191 hostname = filename.substring( hostNameStart, hostNameEnd ); in findNewsgroups()196 int hostNameStart = filename.lastIndexOf("newsrc-") + 7; in findNewsgroups() local197 hostname = filename.substring( hostNameStart, filename.length() ); in findNewsgroups()
Completed in 5 milliseconds