Searched refs:UC_PD (Results 1 – 1 of 1) sorted by relevance
/PHP-7.3/ext/mbstring/ |
H A D | php_unicode.h | 58 #define UC_PD 20 /* Punctuation, Dash */ macro 126 #define php_unicode_is_punct(cc) php_unicode_is_prop(cc, UC_PD, UC_PS, UC_PE, UC_PO, UC_PI, UC_PF, … 128 UC_LU, UC_LL, UC_LT, UC_LM, UC_LO, UC_PC, UC_PD, \ 132 UC_LU, UC_LL, UC_LT, UC_LM, UC_LO, UC_PC, UC_PD, \ 165 #define php_unicode_is_dash(cc) php_unicode_is_prop1(cc, UC_PD)
|
Completed in 6 milliseconds