Searched refs:userInfoSeparator (Results 1 – 1 of 1) sorted by relevance
1092 int userInfoSeparator = authority.indexOf('@'); in parseHost() local1093 int portSeparator = authority.indexOf(':', userInfoSeparator); in parseHost()1096 ? authority.substring(userInfoSeparator + 1) in parseHost()1097 : authority.substring(userInfoSeparator + 1, portSeparator); in parseHost()1118 int userInfoSeparator = authority.indexOf('@'); in parsePort() local1119 int portSeparator = authority.indexOf(':', userInfoSeparator); in parsePort()