Searched refs:UC_PI (Results 1 – 1 of 1) sorted by relevance
/PHP-8.0/ext/mbstring/ |
H A D | php_unicode.h | 73 #define UC_PI 39 /* Punctuation, Initial */ macro 122 #define php_unicode_is_punct(cc) php_unicode_is_prop(cc, UC_PD, UC_PS, UC_PE, UC_PO, UC_PI, UC_PF, … 126 UC_SO, UC_PI, UC_PF, -1) 130 UC_SO, UC_ZS, UC_PI, UC_PF, -1) 141 #define php_unicode_is_initialpunct(cc) php_unicode_is_prop1(cc, UC_PI)
|
Completed in 13 milliseconds