Home | History | Annotate | Download | only in util

Lines Matching defs:isDomainChar

327   private boolean isDomainChar(char c) {
354 while ((index < text.length()) && isDomainChar(text.charAt(index))) {
373 if ((ch != '.') && !isDomainChar(ch)) {