Searched defs:U_IS_BMP (Results 1 – 6 of 6) sorted by relevance
168 #define U_IS_BMP(c) ((uint32_t)(c)<=0xffff) macro
159 #define U_IS_BMP(c) ((uint32_t)(c)<=0xffff) macro
11 #define U_IS_BMP(c) ((UChar32)(c)<=0xffff) macro