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

  /external/chromium_org/third_party/icu/source/common/unicode/
utf8.h 180 #define U8_IS_TRAIL(c) (((c)&0xc0)==0x80)
522 while(__count>0 && U8_IS_TRAIL((s)[i])) { \
586 while(U8_IS_TRAIL((s)[i])) { --(i); } \
604 if(U8_IS_TRAIL((s)[(i)])) { \
632 if(U8_IS_TRAIL(c)) { \
724 while(U8_IS_TRAIL((s)[--(i)])) {} \
740 if(U8_IS_TRAIL((s)[--(i)])) { \
  /external/icu/icu4c/source/common/unicode/
utf8.h 180 #define U8_IS_TRAIL(c) (((c)&0xc0)==0x80)
518 while(__count>0 && U8_IS_TRAIL((s)[i])) { \
582 while(U8_IS_TRAIL((s)[i])) { --(i); } \
600 if(U8_IS_TRAIL((s)[(i)])) { \
628 if(U8_IS_TRAIL(c)) { \
718 while(U8_IS_TRAIL((s)[--(i)])) {} \
734 if(U8_IS_TRAIL((s)[--(i)])) { \

Completed in 1694 milliseconds