Searched refs:nByteOrg_3 (Results 1 – 1 of 1) sorted by relevance
| /AOO41X/main/l10ntools/source/filter/utils/ |
| H A D | FileHelper.java | 475 int nByteOrg_3 = 0; in readAndCheckUTF8File() local 496 nByteOrg_3 = 0; in readAndCheckUTF8File() 563 … nByteOrg_3 = FileHelper.impl_readAndCheckNextByte(aBuffer, i++, nReadCount, 0x80, 0xBF); in readAndCheckUTF8File() 565 nByte_3 = nByteOrg_3-0x80; in readAndCheckUTF8File() 582 … nByteOrg_3 = FileHelper.impl_readAndCheckNextByte(aBuffer, i++, nReadCount, 0x80, 0xBF); in readAndCheckUTF8File() 585 nByte_3 = nByteOrg_3-0x80; in readAndCheckUTF8File() 599 … nByteOrg_3 = FileHelper.impl_readAndCheckNextByte(aBuffer, i++, nReadCount, 0x80, 0xBF); in readAndCheckUTF8File() 601 nByte_3 = nByteOrg_3-0x80; in readAndCheckUTF8File() 618 … nByteOrg_3 = FileHelper.impl_readAndCheckNextByte(aBuffer, i++, nReadCount, 0x80, 0xBF); in readAndCheckUTF8File() 621 nByte_3 = nByteOrg_3-0x80; in readAndCheckUTF8File() [all …]
|