Searched refs:convmap_end (Results 1 – 1 of 1) sorted by relevance
3945 uint32_t *convmap_end = convmap + conversion_map_size; in html_numeric_entity_convert() local3947 for (uint32_t *mapelm = convmap; mapelm < convmap_end; mapelm += 4) { in html_numeric_entity_convert()4064 uint32_t *convmap_end = convmap + conversion_map_size; in html_numeric_entity_deconvert() local4066 for (uint32_t *mapelm = convmap; mapelm < convmap_end; mapelm += 4) { in html_numeric_entity_deconvert()
Completed in 33 milliseconds