Searched refs:UC_CP (Results 1 – 1 of 1) sorted by relevance
96 #define UC_CP 0x00004000 /* Defined */ macro184 #define php_unicode_is_defined(cc) php_unicode_is_prop(cc, 0, UC_CP)185 #define php_unicode_is_undefined(cc) !php_unicode_is_prop(cc, 0, UC_CP)
Completed in 5 milliseconds