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.c3948 uint32_t lo_code = mapelm[0]; in html_numeric_entity_convert() local
3953 if (w >= lo_code && w <= hi_code) { in html_numeric_entity_convert()
4067 uint32_t lo_code = mapelm[0]; in html_numeric_entity_deconvert() local
4071 if (codepoint >= lo_code && codepoint <= hi_code) { in html_numeric_entity_deconvert()

Completed in 21 milliseconds