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

  /external/webkit/JavaScriptCore/icu/unicode/
utf.h 194 #define U_IS_TRAIL(c) (((c)&0xfffffc00)==0xdc00)
  /external/webkit/JavaScriptGlue/icu/unicode/
utf.h 194 #define U_IS_TRAIL(c) (((c)&0xfffffc00)==0xdc00)
  /external/webkit/WebCore/icu/unicode/
utf.h 194 #define U_IS_TRAIL(c) (((c)&0xfffffc00)==0xdc00)
  /external/webkit/WebKit/mac/icu/unicode/
utf.h 194 #define U_IS_TRAIL(c) (((c)&0xfffffc00)==0xdc00)
  /external/chromium/third_party/icu/public/common/unicode/
utf.h 200 #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 463 milliseconds