Home
last modified time | relevance | path

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

/glibc-2.36/iconvdata/
Dgb18030.c24144 uint32_t ch4; \
24162 ch4 = inptr[3]; \
24164 if (ch4 < 0x30 || ch4 > 0x39) \
24170 + ch3 - 0x81) * 10 + ch4 - 0x30; \
/glibc-2.36/locale/programs/
Dlinereader.c702 int ch4) in utf8_sequence_error() argument
710 else if (ch4 < 0) in utf8_sequence_error()
714 ch1, ch2, ch3, ch4); in utf8_sequence_error()
758 int ch4 = lr_getc (lr); in utf8_decode() local
759 if (!utf8_valid_trailing (ch4) || ch1 < 0xf0 || ch1 > 0xf4) in utf8_decode()
760 return utf8_sequence_error (lr, ch1, ch2, ch3, ch4); in utf8_decode()
765 | (ch4 & 0x3f)); in utf8_decode()
767 return utf8_sequence_error (lr, ch1, ch2, ch3, ch4); in utf8_decode()