Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/net/
DURLStreamHandler.java134 char firstPortChar = spec.charAt(portStart); in parseURL() local
135 if (firstPortChar >= '0' && firstPortChar <= '9') { in parseURL()
DURI.java464 char firstPortChar = temp.charAt(index + 1); in parseAuthority() local
465 if (firstPortChar >= '0' && firstPortChar <= '9') { in parseAuthority()