Home
last modified time | relevance | path

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

/PHP-8.3/ext/mbstring/
H A Dmbstring.c3646 uint32_t *mapelm = convmap; in make_conversion_map() local
3649 *mapelm++ = zval_get_long(hash_entry); in make_conversion_map()
3660 for (uint32_t *mapelm = convmap; mapelm < convmap_end; mapelm += 4) { in html_numeric_entity_convert() local
3661 uint32_t lo_code = mapelm[0]; in html_numeric_entity_convert()
3662 uint32_t hi_code = mapelm[1]; in html_numeric_entity_convert()
3663 uint32_t offset = mapelm[2]; in html_numeric_entity_convert()
3664 uint32_t mask = mapelm[3]; in html_numeric_entity_convert()
3779 for (uint32_t *mapelm = convmap; mapelm < convmap_end; mapelm += 4) { in html_numeric_entity_deconvert() local
3780 uint32_t lo_code = mapelm[0]; in html_numeric_entity_deconvert()
3781 uint32_t hi_code = mapelm[1]; in html_numeric_entity_deconvert()
[all …]

Completed in 28 milliseconds