Lines Matching refs:nByteOrg_2

474         int                     nByteOrg_2      = 0;  in readAndCheckUTF8File()  local
495 nByteOrg_2 = 0; in readAndCheckUTF8File()
547nByteOrg_2 = FileHelper.impl_readAndCheckNextByte(aBuffer, i++, nReadCount, 0x80, 0xBF); in readAndCheckUTF8File()
549 nByte_2 = nByteOrg_2-0x80; in readAndCheckUTF8File()
562nByteOrg_2 = FileHelper.impl_readAndCheckNextByte(aBuffer, i++, nReadCount, 0xA0, 0xBF); in readAndCheckUTF8File()
564 nByte_2 = nByteOrg_2-0xA0; in readAndCheckUTF8File()
581nByteOrg_2 = FileHelper.impl_readAndCheckNextByte(aBuffer, i++, nReadCount, 0x80, 0xBF); in readAndCheckUTF8File()
584 nByte_2 = nByteOrg_2-0x80; in readAndCheckUTF8File()
598nByteOrg_2 = FileHelper.impl_readAndCheckNextByte(aBuffer, i++, nReadCount, 0x80, 0x9F); in readAndCheckUTF8File()
600 nByte_2 = nByteOrg_2-0x80; in readAndCheckUTF8File()
617nByteOrg_2 = FileHelper.impl_readAndCheckNextByte(aBuffer, i++, nReadCount, 0x80, 0xBF); in readAndCheckUTF8File()
620 nByte_2 = nByteOrg_2-0x80; in readAndCheckUTF8File()
635nByteOrg_2 = FileHelper.impl_readAndCheckNextByte(aBuffer, i++, nReadCount, 0x90, 0xBF); in readAndCheckUTF8File()
638 nByte_2 = nByteOrg_2-0x90; in readAndCheckUTF8File()
657nByteOrg_2 = FileHelper.impl_readAndCheckNextByte(aBuffer, i++, nReadCount, 0x80, 0xBF); in readAndCheckUTF8File()
661 nByte_2 = nByteOrg_2-0x80; in readAndCheckUTF8File()
677nByteOrg_2 = FileHelper.impl_readAndCheckNextByte(aBuffer, i++, nReadCount, 0x80, 0xBF); in readAndCheckUTF8File()
680 nByte_2 = nByteOrg_2-0x80; in readAndCheckUTF8File()
693 …FileHelper.logEncodingData(sLog, nUTF8, nByteOrg_1, nByteOrg_2, nByteOrg_3, nByteOrg_4, nByte_1, n… in readAndCheckUTF8File()
702 …FileHelper.logEncodingData(sLog, nUTF8, nByteOrg_1, nByteOrg_2, nByteOrg_3, nByteOrg_4, nByte_1, n… in readAndCheckUTF8File()