Home
last modified time | relevance | path

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

/PHP-8.0/ext/mbstring/
H A Dphp_unicode.h69 #define UC_B 35 /* Block Separator */ macro
151 #define php_unicode_is_neutral(cc) php_unicode_is_prop(cc, UC_B, UC_S, UC_WS, UC_ON, -1)
152 #define php_unicode_is_separator(cc) php_unicode_is_prop(cc, UC_B, UC_S, -1)

Completed in 5 milliseconds