Searched refs:UC_L (Results 1 – 1 of 1) sorted by relevance
69 #define UC_L 0x10000000 /* Left-To-Right */ macro155 #define php_unicode_is_ltr(cc) php_unicode_is_prop(cc, UC_L, 0)156 #define php_unicode_is_strong(cc) php_unicode_is_prop(cc, UC_L|UC_R, 0)
Completed in 6 milliseconds