OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lengthByte
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/common/
unames.cpp
517
uint8_t
lengthByte
;
521
lengthByte
=*s++;
523
/* read even nibble - MSBs of
lengthByte
*/
526
length=(uint16_t)(((length&0x3)<<4|
lengthByte
>>4)+12);
527
lengthByte
&=0xf;
528
} else if((
lengthByte
/* &0xf0 */)>=0xc0) {
530
length=(uint16_t)((
lengthByte
&0x3f)+12);
533
length=(uint16_t)(
lengthByte
>>4);
534
lengthByte
&=0xf;
543
/* read odd nibble - LSBs of
lengthByte
*/
[
all
...]
/prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-websocket/8.1.14.v20131031/
jetty-websocket-8.1.14.v20131031.jar
Completed in 765 milliseconds