HomeSort by relevance Sort by last modified time
    Searched defs:U_IS_BMP (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/JavaScriptCore/icu/unicode/
utf.h 168 #define U_IS_BMP(c) ((uint32_t)(c)<=0xffff)
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
utf.h 168 #define U_IS_BMP(c) ((uint32_t)(c)<=0xffff)
  /external/webkit/Source/WebCore/icu/unicode/
utf.h 168 #define U_IS_BMP(c) ((uint32_t)(c)<=0xffff)
  /external/webkit/Source/WebKit/mac/icu/unicode/
utf.h 168 #define U_IS_BMP(c) ((uint32_t)(c)<=0xffff)
  /external/icu4c/common/unicode/
utf.h 176 #define U_IS_BMP(c) ((uint32_t)(c)<=0xffff)
  /external/webkit/Source/JavaScriptCore/wtf/unicode/
UnicodeMacrosFromICU.h 11 #define U_IS_BMP(c) ((UChar32)(c)<=0xffff)

Completed in 162 milliseconds