Searched refs:byte1 (Results 1 – 1 of 1) sorted by relevance
55 unsigned char byte1, byte2; in __jp2uc() local65 byte1 = (c >> 8) + 0x80; in __jp2uc()69 byte1 = (c >> 8); in __jp2uc()73 byte1 = c >> 8; in __jp2uc()85 if (byte1 <= 0x9f) in __jp2uc()86 byte1 = ((byte1 - 112) << 1) + adj; in __jp2uc()88 byte1 = ((byte1 - 176) << 1) + adj; in __jp2uc()97 if (byte1 >= 0xb0 && byte1 <= 0xcf && c <= (wint_t) 0xcfd3) in __jp2uc()99 index = (byte1 - 0xb0) * 0xfe + (byte2 - 0xa1); in __jp2uc()102 else if (byte1 >= 0xd0 && byte1 <= 0xf4 && c <= (wint_t) 0xf4a6) in __jp2uc()[all …]