Home
last modified time | relevance | path

Searched defs:secondByte (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
Dcsrmbcs.cpp256 int32_t secondByte = it->nextByte(det); in nextChar() local
292 int32_t secondByte = 0; in nextChar() local
416 int32_t secondByte = it->nextByte(det); in nextChar() local
451 int32_t secondByte = 0; in nextChar() local
/external/icu/icu4c/source/i18n/
Dcsrmbcs.cpp257 int32_t secondByte = it->nextByte(det); in nextChar() local
294 int32_t secondByte = 0; in nextChar() local
422 int32_t secondByte = it->nextByte(det); in nextChar() local
459 int32_t secondByte = 0; in nextChar() local
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
DWebSocketFrame.cpp63 unsigned char secondByte = *p++; in parseFrame() local