Searched refs:userInfoSeparator (Results 1 – 1 of 1) sorted by relevance
1128 int userInfoSeparator = authority.lastIndexOf('@'); in parseHost() local1132 ? authority.substring(userInfoSeparator + 1) in parseHost()1133 : authority.substring(userInfoSeparator + 1, portSeparator); in parseHost()