Searched refs:firstPortChar (Results 1 – 2 of 2) sorted by relevance
134 char firstPortChar = spec.charAt(portStart); in parseURL() local135 if (firstPortChar >= '0' && firstPortChar <= '9') { in parseURL()
464 char firstPortChar = temp.charAt(index + 1); in parseAuthority() local465 if (firstPortChar >= '0' && firstPortChar <= '9') { in parseAuthority()