Searched refs:nByteOrg_1 (Results 1 – 1 of 1) sorted by relevance
473 int nByteOrg_1 = 0; in readAndCheckUTF8File() local494 nByteOrg_1 = 0; in readAndCheckUTF8File()505 nByteOrg_1 = aBuffer[i++] & 0xFF; in readAndCheckUTF8File()506 nByte_1 = nByteOrg_1; in readAndCheckUTF8File()528 (nByteOrg_1 >= 0x00) && in readAndCheckUTF8File()529 (nByteOrg_1 <= 0x7F) in readAndCheckUTF8File()542 (nByteOrg_1 >= 0xC2) && in readAndCheckUTF8File()543 (nByteOrg_1 <= 0xDF) in readAndCheckUTF8File()548 nByte_1 = nByteOrg_1-0xC2; in readAndCheckUTF8File()559 if (nByteOrg_1 == 0xE0) in readAndCheckUTF8File()[all …]