OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:secondByte
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocketFrame.cpp
63
unsigned char
secondByte
= *p++;
71
bool masked =
secondByte
& maskBit;
72
uint64_t payloadLength64 =
secondByte
& payloadLengthMask;
/external/chromium_org/third_party/icu/source/i18n/
csrmbcs.cpp
256
int32_t
secondByte
= it->nextByte(det);
257
if (
secondByte
>= 0) {
258
it->charValue = (firstByte << 8) |
secondByte
;
262
if (! ((
secondByte
>= 0x40 &&
secondByte
<= 0x7F) || (
secondByte
>= 0x80 &&
secondByte
<= 0xFE))) {
292
int32_t
secondByte
= 0;
309
secondByte
= it->nextByte(det);
310
if (
secondByte
>= 0)
[
all
...]
/external/icu4c/i18n/
csrmbcs.cpp
257
int32_t
secondByte
= it->nextByte(det);
258
if (
secondByte
>= 0) {
259
it->charValue = (firstByte << 8) |
secondByte
;
263
if (! ((
secondByte
>= 0x40 &&
secondByte
<= 0x7F) || (
secondByte
>= 0x80 &&
secondByte
<= 0xFE))) {
294
int32_t
secondByte
= 0;
311
secondByte
= it->nextByte(det);
312
if (
secondByte
>= 0)
[
all
...]
/external/zxing/core/
core.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
Completed in 64 milliseconds