Searched refs:mapsize (Results 1 - 3 of 3) sorted by relevance
| /PHP_TRUNK/ext/mbstring/libmbfl/mbfl/ |
| H A D | mbfilter.c | 2683 int mapsize; member in struct:collector_htmlnumericentity_data 2692 size = pc->mapsize; 2780 size = pc->mapsize; 2862 size = pc->mapsize; 2916 size = pc->mapsize; 3036 int mapsize, 3085 pc.mapsize = mapsize; 3032 mbfl_html_numeric_entity( mbfl_string *string, mbfl_string *result, int *convmap, int mapsize, int type) argument
|
| H A D | mbfilter.h | 282 mbfl_html_numeric_entity(mbfl_string *string, mbfl_string *result, int *convmap, int mapsize, int type);
|
| /PHP_TRUNK/ext/mbstring/ |
| H A D | mbstring.c | 3714 int i, *convmap, *mapelm, mapsize=0; local 3755 mapsize = 0; 3762 mapsize++; 3771 mapsize /= 4; 3773 ret = mbfl_html_numeric_entity(&string, &result, convmap, mapsize, type);
|
Completed in 16 milliseconds