Home
last modified time | relevance | path

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

/php-src/ext/mbstring/
H A Dmbstring.c3918 uint32_t lo_code = mapelm[0]; in html_numeric_entity_convert() local
3923 if (w >= lo_code && w <= hi_code) { in html_numeric_entity_convert()
4037 uint32_t lo_code = mapelm[0]; in html_numeric_entity_deconvert() local
4041 if (codepoint >= lo_code && codepoint <= hi_code) { in html_numeric_entity_deconvert()

Completed in 24 milliseconds