Home
last modified time | relevance | path

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

/PHP-8.3/ext/mbstring/
H A Dmbstring.c3658 uint32_t *convmap_end = convmap + (mapsize * 4); in html_numeric_entity_convert() local
3660 for (uint32_t *mapelm = convmap; mapelm < convmap_end; mapelm += 4) { in html_numeric_entity_convert()
3777 uint32_t *convmap_end = convmap + (mapsize * 4); in html_numeric_entity_deconvert() local
3779 for (uint32_t *mapelm = convmap; mapelm < convmap_end; mapelm += 4) { in html_numeric_entity_deconvert()

Completed in 30 milliseconds