Home
last modified time | relevance | path

Searched refs:asciiName (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/javax/net/ssl/
DSNIHostName.java386 String asciiName = hostname.getAsciiName(); in matches() local
387 if (pattern.matcher(asciiName).matches()) { in matches()
393 return pattern.matcher(IDN.toUnicode(asciiName)).matches(); in matches()