Searched refs:portString (Results 1 – 3 of 3) sorted by relevance
170 String portString = null; in fromString() local176 portString = hostAndPort[1]; in fromString()182 portString = hostPortString.substring(colonPos + 1); in fromString()191 if (!Strings.isNullOrEmpty(portString)) { in fromString()194 checkArgument(!portString.startsWith("+"), "Unparseable port number: %s", hostPortString); in fromString()196 port = Integer.parseInt(portString); in fromString()
1478 String portString = canonicalize(input, pos, limit, "", false, false, false, true);1479 int i = Integer.parseInt(portString);
1066 String portString = decode(authority.substring(portSeparator + 1)); in parsePort() local1068 return Integer.parseInt(portString); in parsePort()