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

  /external/webkit/Source/JavaScriptCore/wtf/unicode/
UnicodeMacrosFromICU.h 18 #define U16_LEAD(supplementary) (UChar)(((supplementary)>>10)+0xd7c0)
  /external/icu4c/common/unicode/
utf16.h 122 #define U16_LEAD(supplementary) (UChar)(((supplementary)>>10)+0xd7c0)
  /external/webkit/Source/JavaScriptCore/icu/unicode/
utf16.h 113 #define U16_LEAD(supplementary) (UChar)(((supplementary)>>10)+0xd7c0)
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
utf16.h 113 #define U16_LEAD(supplementary) (UChar)(((supplementary)>>10)+0xd7c0)
  /external/webkit/Source/WebCore/icu/unicode/
utf16.h 113 #define U16_LEAD(supplementary) (UChar)(((supplementary)>>10)+0xd7c0)
  /external/webkit/Source/WebKit/mac/icu/unicode/
utf16.h 113 #define U16_LEAD(supplementary) (UChar)(((supplementary)>>10)+0xd7c0)

Completed in 56 milliseconds