Searched refs:asciiName (Results 1 – 1 of 1) sorted by relevance
386 String asciiName = hostname.getAsciiName(); in matches() local387 if (pattern.matcher(asciiName).matches()) { in matches()393 return pattern.matcher(IDN.toUnicode(asciiName)).matches(); in matches()