Searched refs:portSeparator (Results 1 – 1 of 1) sorted by relevance
1093 int portSeparator = authority.indexOf(':', userInfoSeparator); in parseHost() local1095 String encodedHost = portSeparator == NOT_FOUND in parseHost()1097 : authority.substring(userInfoSeparator + 1, portSeparator); in parseHost()1119 int portSeparator = authority.indexOf(':', userInfoSeparator); in parsePort() local1121 if (portSeparator == NOT_FOUND) { in parsePort()1125 String portString = decode(authority.substring(portSeparator + 1)); in parsePort()