Searched refs:UC_R (Results 1 – 1 of 1) sorted by relevance
70 #define UC_R 0x20000000 /* Right-To-Left */ macro154 #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 4 milliseconds