| /PHP_5_3/Zend/ |
| H A D | zend_strtod.c | 676 ULong *x, *xa, *xae, *xb, *xbe, *xc, *xc0; local 701 xc0 = c->x; 703 for(; xb < xbe; xb++, xc0++) { 706 xc = xc0; 720 xc = xc0; 735 for(; xb < xbe; xc0++) { 738 xc = xc0; 750 for(xc0 = c->x, xc = xc0 + wc; wc > 0 && !*--xc; --wc) ;
|
| /PHP_5_3/ext/pcre/pcrelib/ |
| H A D | pcre_printint.src | 85 if (!utf8 || (c & 0xc0) != 0xc0) 102 if ((ptr[i] & 0xc0) != 0x80)
|
| H A D | pcredemo.c | 349 if ((subject[ovector[1]] & 0xc0) != 0x80) break;
|
| H A D | pcre_internal.h | 610 #define HASUTF8EXTRALEN(c) ((c) >= 0xc0) 681 #define HAS_EXTRALEN(c) ((c) >= 0xc0) 691 #define NOT_FIRSTCHAR(c) (((c) & 0xc0) == 0x80) 698 if (c >= 0xc0) GETUTF8(c, eptr); 705 if (utf && c >= 0xc0) GETUTF8(c, eptr); 712 if (c >= 0xc0) GETUTF8INC(c, eptr); 719 if (utf && c >= 0xc0) GETUTF8INC(c, eptr); 763 if (c >= 0xc0) GETUTF8LEN(c, eptr, len); 771 if (utf && c >= 0xc0) GETUTF8LEN(c, eptr, len); 801 #define BACKCHAR(eptr) while((*eptr & 0xc0) [all...] |
| H A D | pcre_valid_utf8.c | 126 if (c < 0xc0) /* Isolated 10xx xxxx byte */ 148 if (((d = *(++p)) & 0xc0) != 0x80) 175 if ((*(++p) & 0xc0) != 0x80) /* Third byte */ 198 if ((*(++p) & 0xc0) != 0x80) /* Third byte */ 203 if ((*(++p) & 0xc0) != 0x80) /* Fourth byte */ 230 if ((*(++p) & 0xc0) != 0x80) /* Third byte */ 235 if ((*(++p) & 0xc0) != 0x80) /* Fourth byte */ 240 if ((*(++p) & 0xc0) != 0x80) /* Fifth byte */ 256 if ((*(++p) & 0xc0) != 0x80) /* Third byte */ 261 if ((*(++p) & 0xc0) ! [all...] |
| /PHP_5_3/ext/sqlite/libsqlite/src/ |
| H A D | func.c | 74 for(len=0; *z; z++){ if( (0xc0&*z)!=0x80 ) len++; } 109 for(len=0, z2=z; *z2; z2++){ if( (0xc0&*z2)!=0x80 ) len++; } 127 if( (z[i]&0xc0)==0x80 ) p1++; 129 while( z[i] && (z[i]&0xc0)==0x80 ){ i++; p1++; } 131 if( (z[i]&0xc0)==0x80 ) p2++; 133 while( z[i] && (z[i]&0xc0)==0x80 ){ i++; p2++; }
|
| /PHP_5_3/ext/fileinfo/libmagic/ |
| H A D | ascmagic.c | 321 *buf++ = (unsigned char)((ubuf[i] >> 6) + 0xc0);
|
| /PHP_5_3/ext/mbstring/libmbfl/filters/ |
| H A D | mbfilter_utf8.c | 108 } else if (c < 0xc0) { 184 CK((*filter->output_function)(((c >> 6) & 0x1f) | 0xc0, filter->data)); 227 } else if (c < 0xc0) {
|
| /PHP_5_3/ext/mbstring/oniguruma/enc/ |
| H A D | iso8859_10.c | 194 { 0xc0, 0xe0 }, 227 { 0xe0, 0xc0 },
|
| H A D | iso8859_13.c | 164 { 0xc0, 0xe0 }, 196 { 0xe0, 0xc0 },
|
| H A D | iso8859_14.c | 191 { 0xc0, 0xe0 }, 224 { 0xe0, 0xc0 },
|
| H A D | iso8859_15.c | 174 { 0xc0, 0xe0 }, 206 { 0xe0, 0xc0 },
|
| H A D | iso8859_16.c | 185 { 0xc0, 0xe0 }, 218 { 0xe0, 0xc0 },
|
| H A D | iso8859_2.c | 179 { 0xc0, 0xe0 }, 211 { 0xe0, 0xc0 },
|
| H A D | iso8859_3.c | 181 { 0xc0, 0xe0 }, 211 { 0xe0, 0xc0 },
|
| H A D | iso8859_4.c | 186 { 0xc0, 0xe0 }, 218 { 0xe0, 0xc0 },
|
| H A D | iso8859_5.c | 190 { 0xc0, 0xe0 }, 224 { 0xe0, 0xc0 },
|
| H A D | iso8859_7.c | 140 if (*p == 0xc0 || *p == 0xe0)
|
| H A D | iso8859_9.c | 166 { 0xc0, 0xe0 }, 198 { 0xe0, 0xc0 },
|
| H A D | koi8.c | 157 { 0xc0, 0xe0 }, 191 { 0xe0, 0xc0 },
|
| H A D | koi8_r.c | 159 { 0xc0, 0xe0 }, 193 { 0xe0, 0xc0 },
|
| H A D | mktable.c | 94 if (c >= 0xc0 && c <= 0xd6) return 1; 108 if (c >= 0xc0 && c <= 0xd6) return 1; 122 if (c >= 0xc0 && c <= 0xc2) return 1; 139 if (c >= 0xc0 && c <= 0xd6) return 1; 159 if (c == 0xc0) return 1; 208 if (c >= 0xc0 && c <= 0xd6) return 1; 238 if (c >= 0xc0 && c <= 0xde) return 1; 246 if (c >= 0xc0 && c <= 0xff) return 1; 392 if (c >= 0xc0 && c <= 0xff) return 1; 461 if (c == 0xc0) retur [all...] |
| H A D | utf16_be.c | 82 code = ((((p[0] - 0xd8) << 2) + ((p[1] & 0xc0) >> 6) + 1) << 16)
|
| H A D | utf16_le.c | 90 code = ((((c1 - 0xd8) << 2) + ((c0 & 0xc0) >> 6) + 1) << 16)
|
| /PHP_5_3/ext/libxml/ |
| H A D | libxml.c | 867 } else if ((c & 0xe0) == 0xc0) { 868 if ((s[i++] & 0xc0) != 0x80) { 872 if ((s[i++] & 0xc0) != 0x80 || (s[i++] & 0xc0) != 0x80) { 876 if ((s[i++] & 0xc0) != 0x80 || (s[i++] & 0xc0) != 0x80 || (s[i++] & 0xc0) != 0x80) {
|