Home
last modified time | relevance | path

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

/PHP-8.0/ext/mbstring/
H A Dphp_unicode.h182 #define php_unicode_is_hangul(cc) ((cc) >= 0xac00 && (cc) <= 0xd7ff) macro

Completed in 28 milliseconds