Searched refs:hi_code (Results 1 – 1 of 1) sorted by relevance
3687 uint32_t hi_code = mapelm[1]; in html_numeric_entity_convert() local3691 if (w >= lo_code && w <= hi_code) { in html_numeric_entity_convert()3806 uint32_t hi_code = mapelm[1]; in html_numeric_entity_deconvert() local3809 if (codepoint >= lo_code && codepoint <= hi_code) { in html_numeric_entity_deconvert()
Completed in 18 milliseconds