Searched defs:U_IS_BMP (Results 1 – 3 of 3) sorted by relevance
161 #define U_IS_BMP(c) ((uint32_t)(c)<=0xffff) macro
168 #define U_IS_BMP(c) ((uint32_t)(c) <= 0xFFFF) macro