Home
last modified time | relevance | path

Searched refs:mapsize (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.h282 mbfl_html_numeric_entity(mbfl_string *string, mbfl_string *result, int *convmap, int mapsize, int t…
H A Dmbfilter.c2683 int mapsize; member
2692 size = pc->mapsize; in collector_encode_htmlnumericentity()
2780 size = pc->mapsize; in collector_decode_htmlnumericentity()
2862 size = pc->mapsize; in collector_decode_htmlnumericentity()
2916 size = pc->mapsize; in collector_encode_hex_htmlnumericentity()
3036 int mapsize, in mbfl_html_numeric_entity() argument
3085 pc.mapsize = mapsize; in mbfl_html_numeric_entity()
/PHP-5.5/ext/mbstring/
H A Dmbstring.c3714 int i, *convmap, *mapelm, mapsize=0; in php_mb_numericentity_exec() local
3755 mapsize = 0; in php_mb_numericentity_exec()
3762 mapsize++; in php_mb_numericentity_exec()
3771 mapsize /= 4; in php_mb_numericentity_exec()
3773 ret = mbfl_html_numeric_entity(&string, &result, convmap, mapsize, type); in php_mb_numericentity_exec()

Completed in 44 milliseconds