Home
last modified time | relevance | path

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

/php-src/ext/mbstring/
H A Dmbstring.c3897 uint32_t *mapelm = convmap; in make_conversion_map() local
3907 *mapelm++ = tmp; in make_conversion_map()
3917 for (uint32_t *mapelm = convmap; mapelm < convmap_end; mapelm += 4) { in html_numeric_entity_convert() local
3918 uint32_t lo_code = mapelm[0]; in html_numeric_entity_convert()
3919 uint32_t hi_code = mapelm[1]; in html_numeric_entity_convert()
3920 uint32_t offset = mapelm[2]; in html_numeric_entity_convert()
3921 uint32_t mask = mapelm[3]; in html_numeric_entity_convert()
4036 for (uint32_t *mapelm = convmap; mapelm < convmap_end; mapelm += 4) { in html_numeric_entity_deconvert() local
4037 uint32_t lo_code = mapelm[0]; in html_numeric_entity_deconvert()
4038 uint32_t hi_code = mapelm[1]; in html_numeric_entity_deconvert()
[all …]

Completed in 24 milliseconds