Searched refs:origHost (Results 1 – 1 of 1) sorted by relevance
136 String origHost = authorityEntry.getHost(); in dumpDebugAuthorityEntry() local137 boolean wild = origHost.length() > 0 && origHost.charAt(0) == '*'; in dumpDebugAuthorityEntry()138 String host = wild ? origHost.substring(1).intern() : origHost; in dumpDebugAuthorityEntry()