Searched refs:lastLabelLength (Results 1 – 1 of 1) sorted by relevance
140 int lastLabelLength = domain.length() - labelStart - 1; in isValidDomain() local141 if (lastLabelLength == 0 || lastLabelLength > 63) { in isValidDomain()