OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:secondByte
(Results
1 - 23
of
23
) sorted by null
/external/icu/android_icu4j/src/main/java/android/icu/text/
CharsetRecog_mbcs.java
213
int
secondByte
= it.nextByte(det);
214
if (
secondByte
< 0) {
217
it.charValue = (firstByte << 8) |
secondByte
;
218
if (! ((
secondByte
>=0x40 &&
secondByte
<=0x7f) || (
secondByte
>=0x80 &&
secondByte
<=0xff))) {
277
int
secondByte
= it.nextByte(det);
278
if (
secondByte
< 0) {
281
it.charValue = (it.charValue << 8) |
secondByte
;
[
all
...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
CharsetRecog_mbcs.java
212
int
secondByte
= it.nextByte(det);
213
if (
secondByte
< 0) {
216
it.charValue = (firstByte << 8) |
secondByte
;
217
if (! ((
secondByte
>=0x40 &&
secondByte
<=0x7f) || (
secondByte
>=0x80 &&
secondByte
<=0xff))) {
276
int
secondByte
= it.nextByte(det);
277
if (
secondByte
< 0) {
280
it.charValue = (it.charValue << 8) |
secondByte
;
[
all
...]
/external/icu/icu4c/source/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/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/mbcs/
BIG5Tool.java
303
int
secondByte
= 0;
319
secondByte
= it.nextByte();
320
it.charValue = (it.charValue << 8) |
secondByte
;
322
if (
secondByte
< 0x40 ||
323
secondByte
== 0x007f ||
324
secondByte
== 0x00ff ||
325
sjis &&
secondByte
>= 0x00fd) {
330
System.out.println("Error " + Integer.toHexString(firstByte) + " " + Integer.toHexString(
secondByte
));
EUCTool.java
303
int
secondByte
= 0;
319
secondByte
= it.nextByte();
320
it.charValue = (it.charValue << 8) |
secondByte
;
324
if (
secondByte
< 0xa1) {
336
if (
secondByte
< 0xa1) {
354
System.out.println("Error " + Integer.toHexString(firstByte) + " " + Integer.toHexString(
secondByte
)
/external/lzma/CPP/7zip/Crypto/
7zAes.cpp
155
Byte
secondByte
= (Byte)(((saltSizeSpec) << 4) | ivSizeSpec);
156
RINOK(outStream->Write(&
secondByte
, 1, NULL));
195
Byte
secondByte
= data[pos++];
197
_key.SaltSize += (
secondByte
>> 4);
198
ivSize += (
secondByte
& 0x0F);
/external/pdfium/xfa/src/fxbarcode/datamatrix/
BC_DataMatrixDecodedBitStreamParser.h
32
int32_t
secondByte
,
BC_DataMatrixDecodedBitStreamParser.cpp
395
int32_t
secondByte
,
397
int32_t fullBitValue = (firstByte << 8) +
secondByte
- 1;
/external/pdfium/xfa/src/fxbarcode/qrcode/
BC_QRDecodedBitStreamParser.cpp
261
int32_t
secondByte
= bits->ReadBits(8, e);
263
return ((firstByte & 0x3f) << 8) |
secondByte
;
/external/fonttools/Lib/fontTools/ttLib/tables/
E_B_D_T_.py
569
secondByte
= (curByte >> numBitsCut) & ((1<<8-numBitsCut)-1)
570
ordDataList[secondByteLoc] |=
secondByte
_c_m_a_p.py
444
secondByte
= charCode & 0x00FF
461
subHeader.firstCode =
secondByte
469
codeDiff =
secondByte
- (subHeader.firstCode + subHeader.entryCount)
[
all
...]
/prebuilts/tools/common/m2/repository/com/googlecode/juniversalchardet/juniversalchardet/1.0.3/
juniversalchardet-1.0.3.jar
/prebuilts/tools/common/offline-m2/com/googlecode/juniversalchardet/juniversalchardet/1.0.3/
juniversalchardet-1.0.3.jar
/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
/packages/apps/TV/usbtuner/libs/
exoplayer_1.5.6.jar
/prebuilts/devtools/tools/lib/
commons-compress-1.8.1.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar
/prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar
/prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.9/
commons-compress-1.9.jar
/prebuilts/tools/common/offline-m2/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar
Completed in 2303 milliseconds