Searched refs:UC_PS (Results 1 – 1 of 1) sorted by relevance
/PHP-7.3/ext/mbstring/ |
H A D | php_unicode.h | 59 #define UC_PS 21 /* Punctuation, Open */ 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, … 129 UC_PS, UC_PE, UC_PO, UC_SM, UC_SM, UC_SC, UC_SK, \ 133 UC_PS, UC_PE, UC_PO, UC_SM, UC_SM, UC_SC, UC_SK, \ 143 #define php_unicode_is_openpunct(cc) php_unicode_is_prop1(cc, UC_PS)
|
Completed in 4 milliseconds