Home
last modified time | relevance | path

Searched defs:U_IS_BMP (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/JavaScriptGlue/icu/unicode/
Dutf.h168 #define U_IS_BMP(c) ((uint32_t)(c)<=0xffff) macro
/external/webkit/Source/JavaScriptCore/icu/unicode/
Dutf.h168 #define U_IS_BMP(c) ((uint32_t)(c)<=0xffff) macro
/external/webkit/Source/WebCore/icu/unicode/
Dutf.h168 #define U_IS_BMP(c) ((uint32_t)(c)<=0xffff) macro
/external/webkit/Source/WebKit/mac/icu/unicode/
Dutf.h168 #define U_IS_BMP(c) ((uint32_t)(c)<=0xffff) macro
/external/icu4c/common/unicode/
Dutf.h159 #define U_IS_BMP(c) ((uint32_t)(c)<=0xffff) macro
/external/webkit/Source/JavaScriptCore/wtf/unicode/
DUnicodeMacrosFromICU.h11 #define U_IS_BMP(c) ((UChar32)(c)<=0xffff) macro