Searched refs:nByteOrg_2 (Results 1 – 1 of 1) sorted by relevance
| /AOO42X/main/l10ntools/source/filter/utils/ |
| H A D | FileHelper.java | 474 int nByteOrg_2 = 0; in readAndCheckUTF8File() local 495 nByteOrg_2 = 0; in readAndCheckUTF8File() 547 … nByteOrg_2 = FileHelper.impl_readAndCheckNextByte(aBuffer, i++, nReadCount, 0x80, 0xBF); in readAndCheckUTF8File() 549 nByte_2 = nByteOrg_2-0x80; in readAndCheckUTF8File() 562 … nByteOrg_2 = FileHelper.impl_readAndCheckNextByte(aBuffer, i++, nReadCount, 0xA0, 0xBF); in readAndCheckUTF8File() 564 nByte_2 = nByteOrg_2-0xA0; in readAndCheckUTF8File() 581 … nByteOrg_2 = FileHelper.impl_readAndCheckNextByte(aBuffer, i++, nReadCount, 0x80, 0xBF); in readAndCheckUTF8File() 584 nByte_2 = nByteOrg_2-0x80; in readAndCheckUTF8File() 598 … nByteOrg_2 = FileHelper.impl_readAndCheckNextByte(aBuffer, i++, nReadCount, 0x80, 0x9F); in readAndCheckUTF8File() 600 nByte_2 = nByteOrg_2-0x80; in readAndCheckUTF8File() [all …]
|