Home
last modified time | relevance | path

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

/PHP-8.0/ext/mbstring/
H A Dphp_unicode.h62 #define UC_L 28 /* Left-To-Right */ macro
148 #define php_unicode_is_ltr(cc) php_unicode_is_prop1(cc, UC_L)
149 #define php_unicode_is_strong(cc) php_unicode_is_prop(cc, UC_L, UC_R, -1)

Completed in 24 milliseconds