HomeSort by relevance Sort by last modified time
    Searched refs:UTF_FIRST_SURROGATE (Results 1 - 2 of 2) sorted by null

  /external/icu4c/common/unicode/
utf_old.h 521 #define UTF_FIRST_SURROGATE(supplementary) (UChar)(((supplementary)>>10)+0xd7c0)
527 #define UTF16_LEAD(supplementary) UTF_FIRST_SURROGATE(supplementary)
    [all...]
  /external/icu4c/test/cintltst/
utf16tst.c 711 UChar first = UTF_FIRST_SURROGATE(s[i]);

Completed in 24 milliseconds