Searched refs:xbe (Results 1 - 11 of 11) sorted by relevance
| /PHP_5_3/Zend/ |
| H A D | zend_strtod.c | 676 ULong *x, *xa, *xae, *xb, *xbe, *xc, *xc0; local 700 xbe = xb + wb; 703 for(; xb < xbe; xb++, xc0++) { 735 for(; xb < xbe; xc0++) { 922 ULong *xa, *xae, *xb, *xbe, *xc; local 949 xbe = xb + wb; 961 } while(xb < xbe); 977 } while(xb < xbe);
|
| /PHP_5_3/ext/gd/libgd/ |
| H A D | gd.c | 76 0xbd, 0xbe, 0xac, 0x5b, 0x5c, 0x5d, 0xb4, 0xd7, /*...........[\].. */
|
| /PHP_5_3/ext/mbstring/oniguruma/enc/ |
| H A D | iso8859_10.c | 177 { 0xae, 0xbe }, 191 { 0xbe, 0xae },
|
| H A D | iso8859_14.c | 187 { 0xbd, 0xbe }, 188 { 0xbe, 0xbd },
|
| H A D | iso8859_15.c | 172 { 0xbe, 0xff }, 237 { 0xff, 0xbe }
|
| H A D | iso8859_16.c | 182 { 0xbe, 0xff }, 250 { 0xff, 0xbe }
|
| H A D | iso8859_2.c | 165 { 0xae, 0xbe }, 176 { 0xbe, 0xae },
|
| H A D | iso8859_4.c | 174 { 0xae, 0xbe }, 184 { 0xbe, 0xae },
|
| H A D | iso8859_5.c | 187 { 0xbe, 0xdf }, 221 { 0xde, 0xbe },
|
| H A D | iso8859_7.c | 170 { 0xbe, 0xfd }, 235 { 0xfd, 0xbe },
|
| H A D | mktable.c | 107 if (c >= 0xbe && c <= 0xbf) return 1; 158 if (c >= 0xbe && c <= 0xbf) return 1; 175 if (c >= 0xbe && c <= 0xff) return 1; 217 if (c == 0xbe) return 1; 236 if (c == 0xbe) return 1; 358 if (c == 0xa5 || c == 0xae || c == 0xbe || c == 0xc3 || c == 0xd0 || 425 if (c >= 0xbe && c <= 0xbf) return 1; 447 if (c >= 0xbe && c <= 0xbf) return 1; 472 if (c == 0xbe || c == 0xbf) return 1; 495 if (c == 0xbe || [all...] |
Completed in 26 milliseconds