OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UTF_FIRST_SURROGATE
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/common/unicode/
utf_old.h
517
#define
UTF_FIRST_SURROGATE
(supplementary) (UChar)(((supplementary)>>10)+0xd7c0)
523
#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 1773 milliseconds