Home | History | Annotate | Download | only in unicode

Lines Matching refs:UTF_IS_FIRST_SURROGATE

505 #define UTF_IS_FIRST_SURROGATE(uchar) (((uchar)&0xfffffc00)==0xd800)
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])) { \