Searched defs:supplementary (Results 1 – 6 of 6) sorted by relevance
173 int supplementary = UCharacterProperty.getRawSupplementary(c, c2); in span() local212 int supplementary = UCharacterProperty.getRawSupplementary(c, c2); in span() local269 int supplementary = UCharacterProperty.getRawSupplementary(c2, c); in spanBack() local309 int supplementary = UCharacterProperty.getRawSupplementary(c2, c); in spanBack() local
973 int supplementary = UCharacterProperty.getRawSupplementary(c, c2); in spanOne() local985 int supplementary = UCharacterProperty.getRawSupplementary(c2, c); in spanOneBack() local
120 #define U16_LEAD(supplementary) (UChar)(((supplementary)>>10)+0xd7c0) argument129 #define U16_TRAIL(supplementary) (UChar)(((supplementary)&0x3ff)|0xdc00) argument
517 #define UTF_FIRST_SURROGATE(supplementary) (UChar)(((supplementary)>>10)+0xd7c0) argument520 #define UTF_SECOND_SURROGATE(supplementary) (UChar)(((supplementary)&0x3ff)|0xdc00) argument523 #define UTF16_LEAD(supplementary) UTF_FIRST_SURROGATE(supplementary) argument526 #define UTF16_TRAIL(supplementary) UTF_SECOND_SURROGATE(supplementary) argument
781 UChar supplementary[2]; in TestMaxExpansion() local
298 UChar32 supplementary = U16_GET_SUPPLEMENTARY(c, trail); in utext_next32() local337 UChar32 supplementary = U16_GET_SUPPLEMENTARY(lead, c); in utext_previous32() local