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

  /external/icu4c/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/webkit/Source/JavaScriptCore/icu/unicode/
utf8.h 123 #define U8_IS_TRAIL(c) (((c)&0xc0)==0x80)
352 while(__count>0 && U8_IS_TRAIL((s)[i])) { \
414 while(U8_IS_TRAIL((s)[i])) { --(i); } \
432 if(U8_IS_TRAIL((s)[(i)])) { \
460 if(U8_IS_TRAIL(c)) { \
523 while(U8_IS_TRAIL((s)[--(i)])) {} \
539 if(U8_IS_TRAIL((s)[--(i)])) { \
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
utf8.h 123 #define U8_IS_TRAIL(c) (((c)&0xc0)==0x80)
352 while(__count>0 && U8_IS_TRAIL((s)[i])) { \
414 while(U8_IS_TRAIL((s)[i])) { --(i); } \
432 if(U8_IS_TRAIL((s)[(i)])) { \
460 if(U8_IS_TRAIL(c)) { \
523 while(U8_IS_TRAIL((s)[--(i)])) {} \
539 if(U8_IS_TRAIL((s)[--(i)])) { \
  /external/webkit/Source/WebCore/icu/unicode/
utf8.h 123 #define U8_IS_TRAIL(c) (((c)&0xc0)==0x80)
352 while(__count>0 && U8_IS_TRAIL((s)[i])) { \
414 while(U8_IS_TRAIL((s)[i])) { --(i); } \
432 if(U8_IS_TRAIL((s)[(i)])) { \
460 if(U8_IS_TRAIL(c)) { \
523 while(U8_IS_TRAIL((s)[--(i)])) {} \
539 if(U8_IS_TRAIL((s)[--(i)])) { \
  /external/webkit/Source/WebKit/mac/icu/unicode/
utf8.h 123 #define U8_IS_TRAIL(c) (((c)&0xc0)==0x80)
352 while(__count>0 && U8_IS_TRAIL((s)[i])) { \
414 while(U8_IS_TRAIL((s)[i])) { --(i); } \
432 if(U8_IS_TRAIL((s)[(i)])) { \
460 if(U8_IS_TRAIL(c)) { \
523 while(U8_IS_TRAIL((s)[--(i)])) {} \
539 if(U8_IS_TRAIL((s)[--(i)])) { \

Completed in 122 milliseconds