Home
last modified time | relevance | path

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

/PHP-8.0/ext/mbstring/
H A Dphp_unicode.h105 return php_unicode_is_prop1(code, UC_LL); in php_unicode_is_lower()
113 return php_unicode_is_prop1(code, UC_LU); in php_unicode_is_upper()
118 #define php_unicode_is_digit(cc) php_unicode_is_prop1(cc, UC_ND)
121 #define php_unicode_is_blank(cc) php_unicode_is_prop1(cc, UC_ZS)
131 #define php_unicode_is_title(cc) php_unicode_is_prop1(cc, UC_LT)
147 #define php_unicode_is_rtl(cc) php_unicode_is_prop1(cc, UC_R)
148 #define php_unicode_is_ltr(cc) php_unicode_is_prop1(cc, UC_L)
161 #define php_unicode_is_dash(cc) php_unicode_is_prop1(cc, UC_PD)
162 #define php_unicode_is_math(cc) php_unicode_is_prop1(cc, UC_SM)
170 #define php_unicode_is_lsep(cc) php_unicode_is_prop1(cc, UC_ZL)
[all …]
H A Dphp_unicode.c80 MBSTRING_API int php_unicode_is_prop1(unsigned long code, int prop) in php_unicode_is_prop1() function

Completed in 19 milliseconds