Home
last modified time | relevance | path

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

/PHP-7.2/ext/mbstring/
H A Dphp_unicode.h50 #define UC_CC 0x00000200 /* Other, Control */ macro
116 #define php_unicode_is_cntrl(cc) php_unicode_is_prop(cc, UC_CC|UC_CF, 0)
133 #define php_unicode_is_isocntrl(cc) php_unicode_is_prop(cc, UC_CC, 0)

Completed in 7 milliseconds