- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for textToNumericFormatV4 (0.41 seconds)
-
android/guava/src/com/google/common/net/InetAddresses.java
} else if (hasDot) { if (percentIndex != -1) { return null; // Scope IDs are not supported for IPV4 } return textToNumericFormatV4(ipString); } return null; } private static byte @Nullable [] textToNumericFormatV4(String ipString) { if (IPV4_DELIMITER_MATCHER.countIn(ipString) + 1 != IPV4_PART_COUNT) { return null; // Wrong number of parts }
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)