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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/unistr/
H A Du16-set.c25 #define IS_SINGLE_UNIT(uc) (uc < 0xd800 || (uc < 0x10000 && uc >= 0xe000)) macro
H A Du32-set.c25 #define IS_SINGLE_UNIT(uc) (uc < 0xd800 || (uc >= 0xe000 && uc < 0x110000)) macro
H A Du8-set.c25 #define IS_SINGLE_UNIT(uc) (uc < 0x80) macro
35 if (IS_SINGLE_UNIT (uc))
H A Du-set.h25 if (IS_SINGLE_UNIT (uc))

Completed in 98 milliseconds