Searched defs:UTF_IS_FIRST_SURROGATE (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/common/unicode/
H A Dutf_old.h505 #define UTF_IS_FIRST_SURROGATE(uchar) (((uchar)&0xfffffc00)==0xd800) macro
536 #define UTF16_IS_LEAD(uchar) UTF_IS_FIRST_SURROGATE(uchar)
589 if((i)-1>=(start) && UTF_IS_FIRST_SURROGATE(__c2=(s)[(i)-1])) { \
605 if(UTF_IS_FIRST_SURROGATE(c)) { \
622 if(UTF_IS_FIRST_SURROGATE((s)[(i)++])) { \
646 if(UTF_IS_FIRST_SURROGATE(c)) { \
713 if(UTF_IS_FIRST_SURROGATE((s)[(i)-1])) { \
723 if((i)>(start) && UTF_IS_FIRST_SURROGATE(__c2=(s)[(i)-1])) { \

Completed in 72 milliseconds