Home
last modified time | relevance | path

Searched defs:U_IS_BMP (Results 1 - 4 of 4) sorted by relevance

/third_party/icu/icu4c/source/common/unicode/
H A Dutf.h161 #define U_IS_BMP(c) ((uint32_t)(c)<=0xffff) macro
/third_party/node/deps/icu-small/source/common/unicode/
H A Dutf.h161 #define U_IS_BMP(c) ((uint32_t)(c)<=0xffff) macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dutf.h161 #define U_IS_BMP(c) ((uint32_t)(c)<=0xffff) macro
/third_party/node/deps/v8/src/inspector/
H A Dv8-string-conversions.cc140 #define U_IS_BMP(c) ((uint32_t)(c) <= 0xFFFF) macro

Completed in 23 milliseconds