Searched refs:U_MEMORY_ALLOCATION_ERROR (Results 1 – 12 of 12) sorted by relevance
/PHP-8.3/ext/intl/dateformat/ |
H A D | dateformat_attrcpp.cpp | 73 intl_errors_set(INTL_DATA_ERROR_P(dfo), U_MEMORY_ALLOCATION_ERROR, in PHP_FUNCTION() 148 intl_errors_set(INTL_DATA_ERROR_P(dfo), U_MEMORY_ALLOCATION_ERROR, in PHP_FUNCTION() 199 intl_errors_set(INTL_DATA_ERROR_P(dfo), U_MEMORY_ALLOCATION_ERROR, in PHP_FUNCTION() 209 intl_errors_set(INTL_DATA_ERROR_P(dfo), U_MEMORY_ALLOCATION_ERROR, in PHP_FUNCTION()
|
H A D | dateformat_helpers.cpp | 87 status = U_MEMORY_ALLOCATION_ERROR; in datefmt_process_calendar_arg()
|
H A D | datepatterngenerator_class.cpp | 54 U_MEMORY_ALLOCATION_ERROR); in IntlDatePatternGenerator_object_clone()
|
/PHP-8.3/ext/intl/tests/ |
H A D | formatter_fail.phpt | 142 'numfmt_create: number formatter creation failed: U_MEMORY_ALLOCATION_ERROR' 143 'numfmt_create: number formatter creation failed: U_MEMORY_ALLOCATION_ERROR' 144 'numfmt_create: number formatter creation failed: U_MEMORY_ALLOCATION_ERROR'
|
/PHP-8.3/ext/intl/timezone/ |
H A D | timezone_class.cpp | 163 intl_errors_set(outside_error, U_MEMORY_ALLOCATION_ERROR, message, 1); in timezone_process_timezone_argument() 199 intl_errors_set(outside_error, U_MEMORY_ALLOCATION_ERROR, message, 1); in timezone_process_timezone_argument() 248 U_MEMORY_ALLOCATION_ERROR); in TimeZone_clone_obj()
|
/PHP-8.3/ext/intl/common/ |
H A D | common.stub.php | 98 const U_MEMORY_ALLOCATION_ERROR = UNKNOWN; define
|
H A D | common_arginfo.h | 53 REGISTER_LONG_CONSTANT("U_MEMORY_ALLOCATION_ERROR", U_MEMORY_ALLOCATION_ERROR, CONST_PERSISTENT); in register_common_symbols()
|
/PHP-8.3/ext/intl/breakiterator/ |
H A D | breakiterator_class.cpp | 118 U_MEMORY_ALLOCATION_ERROR); in BreakIterator_clone_obj()
|
H A D | codepointiterator_internal.cpp | 262 status = U_MEMORY_ALLOCATION_ERROR; in createBufferClone()
|
/PHP-8.3/ext/intl/calendar/ |
H A D | calendar_class.cpp | 100 U_MEMORY_ALLOCATION_ERROR); in Calendar_clone_obj()
|
H A D | calendar_methods.cpp | 693 intl_errors_set(CALENDAR_ERROR_P(co), U_MEMORY_ALLOCATION_ERROR, in PHP_FUNCTION()
|
/PHP-8.3/ext/intl/msgformat/ |
H A D | msgformat_helpers.cpp | 332 intl_errors_set(&err, U_MEMORY_ALLOCATION_ERROR, in umsg_set_timezone()
|
Completed in 25 milliseconds