Searched refs:hi_code (Results 1 – 1 of 1) sorted by relevance
3949 uint32_t hi_code = mapelm[1]; in html_numeric_entity_convert() local3953 if (w >= lo_code && w <= hi_code) { in html_numeric_entity_convert()4068 uint32_t hi_code = mapelm[1]; in html_numeric_entity_deconvert() local4071 if (codepoint >= lo_code && codepoint <= hi_code) { in html_numeric_entity_deconvert()
Completed in 20 milliseconds