Home
last modified time | relevance | path

Searched defs:convmap (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/mbstring/
H A Dmbstring.c3896 uint32_t *convmap = (uint32_t*)safe_emalloc(n_elems, sizeof(uint32_t), 0); in make_conversion_map() local
3913 static bool html_numeric_entity_convert(uint32_t w, uint32_t *convmap, size_t conversion_map_size, … in html_numeric_entity_convert()
3935 …ic_entity_encode(zend_string *input, const mbfl_encoding *encoding, uint32_t *convmap, size_t conv… in html_numeric_entity_encode()
4022 uint32_t *convmap = make_conversion_map(target_hash, &conversion_map_size); in PHP_FUNCTION() local
4032 static bool html_numeric_entity_deconvert(uint32_t number, uint32_t *convmap, size_t conversion_map… in html_numeric_entity_deconvert()
4055 …ic_entity_decode(zend_string *input, const mbfl_encoding *encoding, uint32_t *convmap, size_t conv… in html_numeric_entity_decode()
4252 uint32_t *convmap = make_conversion_map(target_hash, &conversion_map_size); in PHP_FUNCTION() local

Completed in 43 milliseconds