HomeSort by relevance Sort by last modified time
    Searched defs:IPV6_PART_COUNT (Results 1 - 2 of 2) sorted by null

  /external/guava/guava/src/com/google/common/net/
InetAddresses.java 121 private static final int IPV6_PART_COUNT = 8;
279 String[] parts = ipString.split(":", IPV6_PART_COUNT + 2);
280 if (parts.length < 3 || parts.length > IPV6_PART_COUNT + 1) {
317 int partsSkipped = IPV6_PART_COUNT - (partsHi + partsLo);
323 ByteBuffer rawBytes = ByteBuffer.allocate(2 * IPV6_PART_COUNT);
398 int[] hextets = new int[IPV6_PART_COUNT];
    [all...]
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 

Completed in 46 milliseconds