Searched refs:firstColonIndex (Results 1 – 1 of 1) sorted by relevance
242 int firstColonIndex = host.indexOf(Lexer.COLON); in isIPv6Address() local244 if(firstColonIndex == -1) in isIPv6Address()247 int secondColonIndex = host.indexOf(Lexer.COLON, firstColonIndex + 1); in isIPv6Address()