Lines Matching refs:NORMALIZER_EXPOSE_CLASS_CONST
41 …#define NORMALIZER_EXPOSE_CLASS_CONST(x) zend_declare_class_constant_long( Normalizer_ce_ptr, ZEND… in normalizer_register_constants() macro
45 NORMALIZER_EXPOSE_CLASS_CONST( NONE ); in normalizer_register_constants()
46 NORMALIZER_EXPOSE_CLASS_CONST( FORM_D ); in normalizer_register_constants()
47 NORMALIZER_EXPOSE_CLASS_CONST( NFD ); in normalizer_register_constants()
48 NORMALIZER_EXPOSE_CLASS_CONST( FORM_KD ); in normalizer_register_constants()
49 NORMALIZER_EXPOSE_CLASS_CONST( NFKD ); in normalizer_register_constants()
50 NORMALIZER_EXPOSE_CLASS_CONST( FORM_C ); in normalizer_register_constants()
51 NORMALIZER_EXPOSE_CLASS_CONST( NFC ); in normalizer_register_constants()
52 NORMALIZER_EXPOSE_CLASS_CONST( FORM_KC ); in normalizer_register_constants()
53 NORMALIZER_EXPOSE_CLASS_CONST( NFKC ); in normalizer_register_constants()
56 #undef NORMALIZER_EXPOSE_CLASS_CONST in normalizer_register_constants()