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

  /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)])) { \
  /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/icu4c/common/
ucnv_u8.c 643 if(U8_IS_TRAIL(myByte = *source)) {
819 if(U8_IS_TRAIL(b)) {
894 if(U8_IS_TRAIL(b)) {
    [all...]
unisetspan.cpp     [all...]
ucnvmbcs.c     [all...]
  /external/icu4c/test/cintltst/
utf8tst.c 98 if(!UTF8_IS_SINGLE(c) || UTF8_IS_LEAD(c) || UTF8_IS_TRAIL(c) || !U8_IS_SINGLE(c) || U8_IS_LEAD(c) || U8_IS_TRAIL(c)){
103 if(!UTF8_IS_LEAD(c) || UTF8_IS_SINGLE(c) || UTF8_IS_TRAIL(c) || !U8_IS_LEAD(c) || U8_IS_SINGLE(c) || U8_IS_TRAIL(c)){
108 if(!UTF8_IS_TRAIL(c) || UTF8_IS_SINGLE(c) || UTF8_IS_LEAD(c) || !U8_IS_TRAIL(c) || U8_IS_SINGLE(c) || U8_IS_LEAD(c)){
    [all...]

Completed in 1216 milliseconds