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

  /external/webkit/Source/JavaScriptCore/icu/unicode/
utf.h 194 #define U_IS_TRAIL(c) (((c)&0xfffffc00)==0xdc00)
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
utf.h 194 #define U_IS_TRAIL(c) (((c)&0xfffffc00)==0xdc00)
  /external/webkit/Source/WebCore/icu/unicode/
utf.h 194 #define U_IS_TRAIL(c) (((c)&0xfffffc00)==0xdc00)
  /external/webkit/Source/WebKit/mac/icu/unicode/
utf.h 194 #define U_IS_TRAIL(c) (((c)&0xfffffc00)==0xdc00)
  /external/icu4c/common/unicode/
utf.h 200 #define U_IS_TRAIL(c) (((c)&0xfffffc00)==0xdc00)

Completed in 138 milliseconds