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 154 #define U8_IS_TRAIL(c) (((c)&0xc0)==0x80)
408 while(__count>0 && U8_IS_TRAIL((s)[i])) { \
470 while(U8_IS_TRAIL((s)[i])) { --(i); } \
488 if(U8_IS_TRAIL((s)[(i)])) { \
516 if(U8_IS_TRAIL(c)) { \
579 while(U8_IS_TRAIL((s)[--(i)])) {} \
595 if(U8_IS_TRAIL((s)[--(i)])) { \
  /external/icu4c/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)])) { \

Completed in 2147 milliseconds