Searched refs:userInfoSeparator (Results 1 – 1 of 1) sorted by relevance
1084 int userInfoSeparator = authority.indexOf('@'); in parseHost() local1085 int portSeparator = authority.indexOf(':', userInfoSeparator); in parseHost()1088 ? authority.substring(userInfoSeparator + 1) in parseHost()1089 : authority.substring(userInfoSeparator + 1, portSeparator); in parseHost()1110 int userInfoSeparator = authority.indexOf('@'); in parsePort() local1111 int portSeparator = authority.indexOf(':', userInfoSeparator); in parsePort()