Home
last modified time | relevance | path

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

/php-src/ext/mbstring/
H A Dphp_unicode.h102 return php_unicode_is_prop1(code, UC_LL); in php_unicode_is_lower()
110 return php_unicode_is_prop1(code, UC_LU); in php_unicode_is_upper()
115 #define php_unicode_is_digit(cc) php_unicode_is_prop1(cc, UC_ND)
117 #define php_unicode_is_cntrl(cc) php_unicode_is_prop1(cc, UC_C)
118 #define php_unicode_is_blank(cc) php_unicode_is_prop1(cc, UC_ZS)
119 #define php_unicode_is_punct(cc) php_unicode_is_prop1(cc, UC_P)
137 #define php_unicode_is_rtl(cc) php_unicode_is_prop1(cc, UC_R)
138 #define php_unicode_is_ltr(cc) php_unicode_is_prop1(cc, UC_L)
150 #define php_unicode_is_math(cc) php_unicode_is_prop1(cc, UC_SM)
158 #define php_unicode_is_lsep(cc) php_unicode_is_prop1(cc, UC_ZL)
[all …]
H A Dphp_unicode.c64 MBSTRING_API bool php_unicode_is_prop1(unsigned long code, int prop) in php_unicode_is_prop1() function

Completed in 12 milliseconds