OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bytes3
(Results
1 - 4
of
4
) sorted by null
/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);
/libcore/crypto/src/main/java/org/conscrypt/
ServerKeyExchange.java
43
final byte[]
bytes3
;
field in class:ServerKeyExchange
75
bytes3
= null;
78
bytes3
= toUnsignedByteArray(this.par3);
79
length += 2 +
bytes3
.length;
175
bytes3
= in.read(size);
176
par3 = new BigInteger(1,
bytes3
);
177
this.length += 2 +
bytes3
.length;
180
bytes3
= null;
206
if (
bytes3
!= null) {
207
out.writeUint16(
bytes3
.length)
[
all
...]
/external/chromium_org/third_party/icu/source/test/cintltst/
udatatst.c
1180
uint8_t
bytes3
;
member in struct:__anon11545
[
all
...]
/external/icu4c/test/cintltst/
udatatst.c
1183
uint8_t
bytes3
;
member in struct:__anon19058
[
all
...]
Completed in 50 milliseconds