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

  /external/webkit/Source/JavaScriptCore/wtf/unicode/
UnicodeMacrosFromICU.h 19 #define U16_TRAIL(supplementary) (UChar)(((supplementary)&0x3ff)|0xdc00)
  /external/icu4c/common/unicode/
utf16.h 131 #define U16_TRAIL(supplementary) (UChar)(((supplementary)&0x3ff)|0xdc00)
  /external/webkit/Source/JavaScriptCore/icu/unicode/
utf16.h 122 #define U16_TRAIL(supplementary) (UChar)(((supplementary)&0x3ff)|0xdc00)
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
utf16.h 122 #define U16_TRAIL(supplementary) (UChar)(((supplementary)&0x3ff)|0xdc00)
  /external/webkit/Source/WebCore/icu/unicode/
utf16.h 122 #define U16_TRAIL(supplementary) (UChar)(((supplementary)&0x3ff)|0xdc00)
  /external/webkit/Source/WebKit/mac/icu/unicode/
utf16.h 122 #define U16_TRAIL(supplementary) (UChar)(((supplementary)&0x3ff)|0xdc00)

Completed in 54 milliseconds