- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for textToNumericFormatV6 (0.08 seconds)
-
android/guava/src/com/google/common/net/InetAddresses.java
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 } return textToNumericFormatV4(ipString); }
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Mar 19 18:53:45 GMT 2026 - 47.7K bytes - Click Count (0)