Searched refs:U_IS_BMP (Results 1 – 17 of 17) sorted by relevance
161 #define U_IS_BMP(c) ((uint32_t)(c)<=0xffff) macro
163 #define U_IS_BMP(c) ((uint32_t)(c)<=0xffff) macro
36 if (U_IS_BMP(c)) { in uregex_utext_unescape_charAt()
366 if (U_IS_BMP(escapedChar)) { in appendReplacement()388 if (U_IS_BMP(c)) { in appendReplacement()402 if (U_IS_BMP(c)) { in appendReplacement()
1571 !U_IS_BMP(0) || !U_IS_BMP(0x61) || !U_IS_BMP(0x20ac) || in TestCodePoint()1572 !U_IS_BMP(0xd9da) || !U_IS_BMP(0xdfed) || !U_IS_BMP(0xffff) || in TestCodePoint()1573 U_IS_BMP(U_SENTINEL) || U_IS_BMP(0x10000) || U_IS_BMP(0x50005) || in TestCodePoint()1574 U_IS_BMP(0x10ffff) || U_IS_BMP(0x110000) || U_IS_BMP(0x7fffffff) in TestCodePoint()
139 if (U_IS_BMP(cp)){ in ExplainCodePointTag()
1368 if(U_IS_BMP(c)) { in recompose()
1441 if(U_IS_BMP(ch)){ in utext_strFromUTF8()