OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:byteVal
(Results
1 - 3
of
3
) sorted by null
/libcore/luni/src/test/java/libcore/sqlite/
OldFunctionContextTest.java
107
expected = "X'" + getHexString(testBinArrayFnc.
byteVal
) + "'";
114
st.bind(1, testBinArrayFnc.
byteVal
);
142
byte[]
byteVal
= {(byte) 1, (byte) 2, (byte) 3};
150
st.bind(1,
byteVal
);
268
public byte[]
byteVal
= {(byte) 1, (byte) 2, (byte) 3};
/external/chromium_org/third_party/icu/source/io/
ufmt_cmn.c
115
uint8_t
byteVal
= ptrIdx[i];
116
uint16_t firstNibble = (uint16_t)(
byteVal
>>4);
117
uint16_t secondNibble = (uint16_t)(
byteVal
&0xF);
/external/icu4c/io/
ufmt_cmn.c
115
uint8_t
byteVal
= ptrIdx[i];
116
uint16_t firstNibble = (uint16_t)(
byteVal
>>4);
117
uint16_t secondNibble = (uint16_t)(
byteVal
&0xF);
Completed in 262 milliseconds