Searched refs:ch3 (Results 1 – 4 of 4) sorted by relevance
46 unsigned char ch3; in uint32_t() local60 ch3 = (*s)[2]; in uint32_t()61 if ((ch3 - offset) <= 0x20 || (ch3 - offset) >= 0x7f) in uint32_t()64 idx = (ch2 - 0x21 - offset) * 94 + (ch3 - 0x21 - offset); in uint32_t()
4730 unsigned char ch3 = (unsigned char)inptr[2]; \4733 if (__builtin_expect(ch3 == 0xff, 0) \4734 || __builtin_expect(ch3 < 0xa1, 0)) \4750 int idx = ((ch2-0xf3)*94 + ch3-0xa1) - (94-12); \4764 ch = 0xe3ac + (ch2 - 0xf5) * 94 + (ch3 - 0xa1); \
24143 uint32_t ch3; \24154 ch3 = inptr[2]; \24156 if (ch3 < 0x81 || ch3 > 0xfe) \24170 + ch3 - 0x81) * 10 + ch4 - 0x30; \
167 uint32_t ch3; \176 ch3 = inptr[2]; \179 ch = jisx0213_to_ucs4 (0x200 - 0x80 + ch2, ch3 ^ 0x80); \
Completed in 62 milliseconds