Home
last modified time | relevance | path

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

/PHP-7.4/ext/intl/converter/
H A Dconverter.c1085 #define CONV_REASON_CONST(v) zend_declare_class_constant_long(php_converter_ce, "REASON_" #v, sizeo… macro
1101 CONV_REASON_CONST(UNASSIGNED); in php_converter_minit()
1102 CONV_REASON_CONST(ILLEGAL); in php_converter_minit()
1103 CONV_REASON_CONST(IRREGULAR); in php_converter_minit()
1104 CONV_REASON_CONST(RESET); in php_converter_minit()
1105 CONV_REASON_CONST(CLOSE); in php_converter_minit()
1106 CONV_REASON_CONST(CLONE); in php_converter_minit()

Completed in 7 milliseconds