Home
last modified time | relevance | path

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

/PHP-7.4/ext/mbstring/
H A Dphp_unicode.h109 return php_unicode_is_prop1(code, UC_LL); in php_unicode_is_lower()
117 return php_unicode_is_prop1(code, UC_LU); in php_unicode_is_upper()
122 #define php_unicode_is_digit(cc) php_unicode_is_prop1(cc, UC_ND)
125 #define php_unicode_is_blank(cc) php_unicode_is_prop1(cc, UC_ZS)
135 #define php_unicode_is_title(cc) php_unicode_is_prop1(cc, UC_LT)
151 #define php_unicode_is_rtl(cc) php_unicode_is_prop1(cc, UC_R)
152 #define php_unicode_is_ltr(cc) php_unicode_is_prop1(cc, UC_L)
165 #define php_unicode_is_dash(cc) php_unicode_is_prop1(cc, UC_PD)
166 #define php_unicode_is_math(cc) php_unicode_is_prop1(cc, UC_SM)
174 #define php_unicode_is_lsep(cc) php_unicode_is_prop1(cc, UC_ZL)
[all …]
H A Dphp_unicode.c89 MBSTRING_API int php_unicode_is_prop1(unsigned long code, int prop) in php_unicode_is_prop1() function

Completed in 16 milliseconds