HomeSort by relevance Sort by last modified time
    Searched refs:U8_IS_TRAIL (Results 1 - 12 of 12) 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 180 #define U8_IS_TRAIL(c) (((c)&0xc0)==0x80)
431 while(__count>0 && U8_IS_TRAIL((s)[i])) { \
493 while(U8_IS_TRAIL((s)[i])) { --(i); } \
511 if(U8_IS_TRAIL((s)[(i)])) { \
539 if(U8_IS_TRAIL(c)) { \
602 while(U8_IS_TRAIL((s)[--(i)])) {} \
618 if(U8_IS_TRAIL((s)[--(i)])) { \
  /external/icu4c/common/
ucnv_u8.c 136 if (!U8_IS_TRAIL(ch2))
265 if (!U8_IS_TRAIL(ch2))
646 if(U8_IS_TRAIL(myByte = *source)) {
668 if (!U8_IS_TRAIL(myByte))
677 if (!U8_IS_TRAIL(myByte))
686 if (!U8_IS_TRAIL(myByte))
695 if (!U8_IS_TRAIL(myByte))
703 if (!U8_IS_TRAIL(myByte))
821 if(U8_IS_TRAIL(b)) {
896 if(U8_IS_TRAIL(b))
    [all...]
utf_impl.c 174 while(count>0 && U8_IS_TRAIL(s[i])) {
191 while((i)<(length) && U8_IS_TRAIL(s[i])) {
unisetspan.cpp     [all...]
ustrtrns.cpp 321 while(count>0 && U8_IS_TRAIL(*s)) {
389 while(count>0 && s<limit && U8_IS_TRAIL(*s)) {
    [all...]
ucnvmbcs.c     [all...]
  /external/icu4c/test/cintltst/
utf8tst.c 106 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)){
111 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)){
116 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...]
  /external/icu4c/i18n/
ucol.cpp     [all...]

Completed in 1199 milliseconds