Searched refs:c_4 (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/unistr/
H A Du8-prev.c73 uint8_t c_4 = s[-4]; local
75 if (c_4 >= 0xf0 && c_4 < 0xf8
77 && (c_4 >= 0xf1 || c_3 >= 0x90)
78 && (c_4 < 0xf4 || (c_4 == 0xf4 && c_3 < 0x90))
82 *puc = ((unsigned int) (c_4 & 0x07) << 18)

Completed in 102 milliseconds