Searched refs:xae (Results 1 - 8 of 8) sorted by relevance
| /PHP_5_3/Zend/ |
| H A D | zend_strtod.c | 676 ULong *x, *xa, *xae, *xb, *xbe, *xc, *xc0; local 698 xae = xa + wa; 715 while(x < xae); 730 while(x < xae); 745 while(x < xae); 922 ULong *xa, *xae, *xb, *xbe, *xc; local 946 xae = xa + wa; 962 while(xa < xae) { 978 while(xa < xae) {
|
| /PHP_5_3/ext/gd/libgd/ |
| H A D | gd.c | 74 0x79, 0x7a, 0xa1, 0xbf, 0xd0, 0xdd, 0xde, 0xae, /*..stuvwxyz...... */
|
| /PHP_5_3/ext/mbstring/oniguruma/enc/ |
| H A D | iso8859_10.c | 177 { 0xae, 0xbe }, 191 { 0xbe, 0xae },
|
| H A D | iso8859_16.c | 170 { 0xac, 0xae }, 171 { 0xae, 0xac },
|
| 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 | 170 { 0xae, 0xfe }, 253 { 0xfe, 0xae },
|
| H A D | mktable.c | 103 if (c >= 0xae && c <= 0xaf) return 1; 135 if (c == 0xae) return 1; 172 if (c == 0xae || c == 0xaf) return 1; 228 if (c == 0xae) return 1; 358 if (c == 0xa5 || c == 0xae || c == 0xbe || c == 0xc3 || c == 0xd0 || 376 c != 0xae && c != 0xd2) return 1; 513 if (c == 0xae) return 1; 559 if (c == 0xa5 || c == 0xae || c == 0xbe || c == 0xc3 || c == 0xd0 || 578 c != 0xae && c != 0xd2) return 1; 761 if (c >= 0xae [all...] |
Completed in 25 milliseconds