Home
last modified time | relevance | path

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

/PHP-7.0/ext/mbstring/
H A Dphp_unicode.h69 #define UC_L 0x10000000 /* Left-To-Right */ macro
155 #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 5 milliseconds