Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/net/
DURI.java444 int hostIndex = 0; in parseAuthority() local
450 hostIndex = index + 1; in parseAuthority()
471 "Invalid port number", hostIndex + index + 1); in parseAuthority()
478 "Invalid port number", hostIndex + index + 1); in parseAuthority()
489 throw new URISyntaxException(authority, "Expected host", hostIndex); in parseAuthority()