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

  /external/icu4c/common/unicode/
utf.h 175 #define U_IS_LEAD(c) (((c)&0xfffffc00)==0xd800)
  /external/webkit/Source/JavaScriptCore/icu/unicode/
utf.h 186 #define U_IS_LEAD(c) (((c)&0xfffffc00)==0xd800)
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
utf.h 186 #define U_IS_LEAD(c) (((c)&0xfffffc00)==0xd800)
  /external/webkit/Source/WebCore/icu/unicode/
utf.h 186 #define U_IS_LEAD(c) (((c)&0xfffffc00)==0xd800)
  /external/webkit/Source/WebKit/mac/icu/unicode/
utf.h 186 #define U_IS_LEAD(c) (((c)&0xfffffc00)==0xd800)

Completed in 1310 milliseconds