Searched refs:mapelm (Results 1 - 2 of 2) sorted by relevance
| /PHP_TRUNK/ext/mbstring/libmbfl/mbfl/ |
| H A D | mbfilter.c | 2690 int f, n, s, r, d, size, *mapelm; local 2696 mapelm = &(pc->convmap[n*4]); 2697 if (c >= mapelm[0] && c <= mapelm[1]) { 2698 s = (c + mapelm[2]) & mapelm[3]; 2736 int f, n, s, r, d, size, *mapelm; local 2782 mapelm = &(pc->convmap[n*4]); 2783 d = s - mapelm[2]; 2784 if (d >= mapelm[ 2914 int f, n, s, r, d, size, *mapelm; local [all...] |
| /PHP_TRUNK/ext/mbstring/ |
| H A D | mbstring.c | 3714 int i, *convmap, *mapelm, mapsize=0; local 3754 mapelm = convmap; 3761 *mapelm++ = Z_LVAL_PP(hash_entry);
|
Completed in 12 milliseconds