Searched refs:portString (Results 1 – 8 of 8) 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()
744 String portString = encode(input, pos, limit, ""); // To skip '\n' etc. in port() local745 int i = Integer.parseInt(portString); in port()
1066 String portString = decode(authority.substring(portSeparator + 1)); in parsePort() local1068 return Integer.parseInt(portString); in parsePort()
META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...