Home
last modified time | relevance | path

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

/PHP-5.5/ext/mbstring/
H A Dphp_unicode.h51 #define UC_CF 0x00000400 /* Other, Format */ macro
116 #define php_unicode_is_cntrl(cc) php_unicode_is_prop(cc, UC_CC|UC_CF, 0)
134 #define php_unicode_is_fmtcntrl(cc) php_unicode_is_prop(cc, UC_CF, 0)
182 UC_MN|UC_MC|UC_ND|UC_PC|UC_CF, 0)
H A Dphp_unicode.c311 UC_MN|UC_ME|UC_CF|UC_LM|UC_SK|UC_LU|UC_LL|UC_LT|UC_PO|UC_OS, 0); in php_unicode_convert_case()

Completed in 38 milliseconds