- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for percentIndex (0.05 seconds)
-
guava/src/com/google/common/net/InetAddresses.java
return null; } } if (percentIndex != -1) { if (scope != null) { scope.scope = ipString.substring(percentIndex + 1); } ipString = ipString.substring(0, percentIndex); } return textToNumericFormatV6(ipString); } else if (hasDot) { if (percentIndex != -1) { return null; // Scope IDs are not supported for IPV4 }Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Wed Feb 19 21:24:11 GMT 2025 - 47.4K bytes - Click Count (0) -
android/guava/src/com/google/common/net/InetAddresses.java
return null; } } if (percentIndex != -1) { if (scope != null) { scope.scope = ipString.substring(percentIndex + 1); } ipString = ipString.substring(0, percentIndex); } return textToNumericFormatV6(ipString); } else if (hasDot) { if (percentIndex != -1) { return null; // Scope IDs are not supported for IPV4 }Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Wed Feb 19 21:24:11 GMT 2025 - 47.4K bytes - Click Count (0)