Home
last modified time | relevance | path

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

/PHP-8.2/ext/mbstring/
H A Dphp_unicode.h100 return php_unicode_is_prop1(code, UC_LL); in php_unicode_is_lower()
108 return php_unicode_is_prop1(code, UC_LU); in php_unicode_is_upper()
113 #define php_unicode_is_digit(cc) php_unicode_is_prop1(cc, UC_ND)
115 #define php_unicode_is_cntrl(cc) php_unicode_is_prop1(cc, UC_C)
116 #define php_unicode_is_blank(cc) php_unicode_is_prop1(cc, UC_ZS)
117 #define php_unicode_is_punct(cc) php_unicode_is_prop1(cc, UC_P)
135 #define php_unicode_is_rtl(cc) php_unicode_is_prop1(cc, UC_R)
136 #define php_unicode_is_ltr(cc) php_unicode_is_prop1(cc, UC_L)
148 #define php_unicode_is_math(cc) php_unicode_is_prop1(cc, UC_SM)
156 #define php_unicode_is_lsep(cc) php_unicode_is_prop1(cc, UC_ZL)
[all …]
H A Dphp_unicode.c63 MBSTRING_API bool php_unicode_is_prop1(unsigned long code, int prop) in php_unicode_is_prop1() function

Completed in 10 milliseconds