Home
last modified time | relevance | path

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

/PHP-7.3/ext/mbstring/
H A Dphp_unicode.h77 #define UC_PI 39 /* Punctuation, Initial */ 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, …
130 UC_SO, UC_PI, UC_PF, -1)
134 UC_SO, UC_ZS, UC_PI, UC_PF, -1)
145 #define php_unicode_is_initialpunct(cc) php_unicode_is_prop1(cc, UC_PI)

Completed in 6 milliseconds