Searched refs:U_INTERNAL_PROGRAM_ERROR (Results 1 – 5 of 5) sorted by relevance
/PHP-8.2/ext/intl/common/ |
H A D | common.stub.php | 88 const U_INTERNAL_PROGRAM_ERROR = UNKNOWN; define
|
H A D | common_date.cpp | 123 intl_errors_set(err, U_INTERNAL_PROGRAM_ERROR, in intl_datetime_decompose()
|
H A D | common_arginfo.h | 51 REGISTER_LONG_CONSTANT("U_INTERNAL_PROGRAM_ERROR", U_INTERNAL_PROGRAM_ERROR, CONST_PERSISTENT); in register_common_symbols()
|
/PHP-8.2/ext/intl/uchar/ |
H A D | uchar.c | 183 intl_error_set_code(NULL, U_INTERNAL_PROGRAM_ERROR); in enumCharType_callback() 284 intl_error_set_code(NULL, U_INTERNAL_PROGRAM_ERROR); in enumCharNames_callback()
|
/PHP-8.2/ext/intl/converter/ |
H A D | converter.c | 234 …php_converter_throw_failure(objval, U_INTERNAL_PROGRAM_ERROR, "Unexpected failure calling toUCallb… in php_converter_to_u_callback() 316 …php_converter_throw_failure(objval, U_INTERNAL_PROGRAM_ERROR, "Unexpected failure calling fromUCal… in php_converter_from_u_callback() 519 …php_converter_throw_failure(objval, U_INTERNAL_PROGRAM_ERROR, "Error setting converter callback: %… in php_converter_resolve_callback()
|
Completed in 22 milliseconds