Searched refs:php_unicode_is_hangul (Results 1 – 1 of 1) sorted by relevance
186 #define php_unicode_is_hangul(cc) ((cc) >= 0xac00 && (cc) <= 0xd7ff) macro
Completed in 8 milliseconds