HomeSort by relevance Sort by last modified time
    Searched refs:bytes3 (Results 1 - 4 of 4) sorted by null

  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
ServerKeyExchange.java 43 final byte[] bytes3; field in class:ServerKeyExchange
75 bytes3 = null;
78 bytes3 = toUnsignedByteArray(this.par3);
79 length += 2 + bytes3.length;
121 bytes3 = in.read(size);
122 par3 = new BigInteger(1, bytes3);
123 this.length += 2 + bytes3.length;
126 bytes3 = null;
152 if (bytes3 != null) {
153 out.writeUint16(bytes3.length)
    [all...]
  /libcore/luni/src/test/java/libcore/java/text/
OldCollationKeyTest.java 57 byte[] bytes3 = collator.getCollationKey("124").toByteArray();
65 compareUnsignedByteArrays(bytes2, bytes3) < 0);
68 compareUnsignedByteArrays(bytes3, bytes4) < 0);
  /external/chromium/third_party/icu/source/test/cintltst/
udatatst.c 1170 uint8_t bytes3; member in struct:__anon3145
    [all...]
  /external/icu4c/test/cintltst/
udatatst.c 1177 uint8_t bytes3; member in struct:__anon4212
    [all...]

Completed in 135 milliseconds