Searched refs:effectiveHostWithoutDomain (Results 1 – 1 of 1) sorted by relevance
157 String effectiveHostWithoutDomain = host.substring( in validate() local159 if (effectiveHostWithoutDomain.indexOf('.') != -1) { in validate()195 String effectiveHostWithoutDomain = host.substring( in match() local197 return effectiveHostWithoutDomain.indexOf('.') == -1; in match()