Home
last modified time | relevance | path

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

/PHP-7.0/ext/mbstring/
H A Dphp_unicode.h91 #define UC_HD 0x00000400 /* Hex Digit */ macro
131 #define php_unicode_is_xdigit(cc) php_unicode_is_prop(cc, 0, UC_HD)
145 #define php_unicode_is_hex(cc) php_unicode_is_prop(cc, 0, UC_HD)

Completed in 6 milliseconds