Searched refs:U_MEMORY_ALLOCATION_ERROR (Results 1 – 9 of 9) sorted by relevance
/php-src/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()
|
/php-src/ext/intl/tests/ |
H A D | formatter_fail.phpt | 146 'numfmt_create: number formatter creation failed: U_MEMORY_ALLOCATION_ERROR' 147 'numfmt_create: number formatter creation failed: U_MEMORY_ALLOCATION_ERROR' 148 'numfmt_create: number formatter creation failed: U_MEMORY_ALLOCATION_ERROR'
|
/php-src/ext/intl/timezone/ |
H A D | timezone_class.cpp | 165 intl_errors_set(outside_error, U_MEMORY_ALLOCATION_ERROR, message, 1); in timezone_process_timezone_argument() 201 intl_errors_set(outside_error, U_MEMORY_ALLOCATION_ERROR, message, 1); in timezone_process_timezone_argument()
|
/php-src/ext/intl/common/ |
H A D | common.stub.php | 98 const U_MEMORY_ALLOCATION_ERROR = UNKNOWN; define
|
H A D | common_arginfo.h | 51 REGISTER_LONG_CONSTANT("U_MEMORY_ALLOCATION_ERROR", U_MEMORY_ALLOCATION_ERROR, CONST_PERSISTENT); in register_common_symbols()
|
/php-src/ext/intl/breakiterator/ |
H A D | codepointiterator_internal.cpp | 262 status = U_MEMORY_ALLOCATION_ERROR; in createBufferClone()
|
/php-src/ext/intl/msgformat/ |
H A D | msgformat_helpers.cpp | 332 intl_errors_set(&err, U_MEMORY_ALLOCATION_ERROR, in umsg_set_timezone()
|
/php-src/ext/intl/calendar/ |
H A D | calendar_methods.cpp | 699 intl_errors_set(CALENDAR_ERROR_P(co), U_MEMORY_ALLOCATION_ERROR, in PHP_FUNCTION()
|
Completed in 15 milliseconds