Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/net/
DURI.java582 String lastLabel = null; in isValidDomainName() local
584 lastLabel = token; in isValidDomainName()
585 if (lastLabel.startsWith("-") || lastLabel.endsWith("-")) { in isValidDomainName()
590 if (lastLabel == null) { in isValidDomainName()
594 if (!lastLabel.equals(host)) { in isValidDomainName()
595 char ch = lastLabel.charAt(0); in isValidDomainName()