Searched defs:U8_IS_TRAIL (Results 1 - 5 of 5) sorted by relevance

/external/icu4c/common/unicode/
H A Dutf8.h154 #define U8_IS_TRAIL(c) (((c)&0xc0)==0x80) macro
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/
H A Dutf8.h123 #define U8_IS_TRAIL(c) (((c)&0xc0)==0x80) macro
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/
H A Dutf8.h123 #define U8_IS_TRAIL(c) (((c)&0xc0)==0x80) macro
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/
H A Dutf8.h123 #define U8_IS_TRAIL(c) (((c)&0xc0)==0x80) macro
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/
H A Dutf8.h123 #define U8_IS_TRAIL(c) (((c)&0xc0)==0x80) macro
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 27 milliseconds