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

  /external/chromium_org/third_party/icu/source/common/unicode/
utf_old.h 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])) { \
    [all...]
  /external/icu/icu4c/source/common/unicode/
utf_old.h 501 #define UTF_IS_FIRST_SURROGATE(uchar) (((uchar)&0xfffffc00)==0xd800)
532 #define UTF16_IS_LEAD(uchar) UTF_IS_FIRST_SURROGATE(uchar)
585 if((i)-1>=(start) && UTF_IS_FIRST_SURROGATE(__c2=(s)[(i)-1])) { \
601 if(UTF_IS_FIRST_SURROGATE(c)) { \
618 if(UTF_IS_FIRST_SURROGATE((s)[(i)++])) { \
642 if(UTF_IS_FIRST_SURROGATE(c)) { \
709 if(UTF_IS_FIRST_SURROGATE((s)[(i)-1])) { \
719 if((i)>(start) && UTF_IS_FIRST_SURROGATE(__c2=(s)[(i)-1])) { \
    [all...]

Completed in 167 milliseconds