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