Home
last modified time | relevance | path

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

/PHP-8.3/ext/mbstring/
H A Dmbstring.c3661 uint32_t lo_code = mapelm[0]; in html_numeric_entity_convert() local
3666 if (w >= lo_code && w <= hi_code) { in html_numeric_entity_convert()
3780 uint32_t lo_code = mapelm[0]; in html_numeric_entity_deconvert() local
3784 if (codepoint >= lo_code && codepoint <= hi_code) { in html_numeric_entity_deconvert()

Completed in 27 milliseconds