Home
last modified time | relevance | path

Searched refs:UC_PF (Results 1 – 1 of 1) sorted by last modified time

/PHP-8.0/ext/mbstring/
H A Dphp_unicode.h74 #define UC_PF 40 /* Punctuation, Final */ 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)
142 #define php_unicode_is_finalpunct(cc) php_unicode_is_prop1(cc, UC_PF)

Completed in 13 milliseconds