Home
last modified time | relevance | path

Searched refs:nByteOrg_1 (Results 1 – 1 of 1) sorted by relevance

/aoo42x/main/l10ntools/source/filter/utils/
H A DFileHelper.java494 nByteOrg_1 = 0; in readAndCheckUTF8File()
506 nByte_1 = nByteOrg_1; in readAndCheckUTF8File()
529 (nByteOrg_1 <= 0x7F) in readAndCheckUTF8File()
543 (nByteOrg_1 <= 0xDF) in readAndCheckUTF8File()
559 if (nByteOrg_1 == 0xE0) in readAndCheckUTF8File()
577 (nByteOrg_1 <= 0xEC) in readAndCheckUTF8File()
595 if (nByteOrg_1 == 0xED) in readAndCheckUTF8File()
613 (nByteOrg_1 <= 0xEF) in readAndCheckUTF8File()
632 if (nByteOrg_1 == 0xF0) in readAndCheckUTF8File()
653 (nByteOrg_1 <= 0xF3) in readAndCheckUTF8File()
[all …]

Completed in 30 milliseconds