Home
last modified time | relevance | path

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

/PHP-7.2/ext/mbstring/
H A Dphp_unicode.h70 #define UC_R 0x20000000 /* Right-To-Left */ macro
154 #define php_unicode_is_rtl(cc) php_unicode_is_prop(cc, UC_R, 0)
156 #define php_unicode_is_strong(cc) php_unicode_is_prop(cc, UC_L|UC_R, 0)

Completed in 6 milliseconds