Home
last modified time | relevance | path

Searched refs:intl_error (Results 1 – 25 of 28) sorted by relevance

12

/PHP-8.3/ext/intl/
H A Dintl_error.h30 } intl_error; typedef
32 intl_error* intl_error_create( void );
33 void intl_error_init( intl_error* err );
34 void intl_error_reset( intl_error* err );
35 void intl_error_set_code( intl_error* err, UErrorCode err_code );
36 void intl_error_set_custom_msg( intl_error* err, const char* msg, int copyMsg );
38 UErrorCode intl_error_get_code( intl_error* err );
39 zend_string* intl_error_get_message( intl_error* err );
42 void intl_errors_reset( intl_error* err );
43 void intl_errors_set_custom_msg( intl_error* err, const char* msg, int copyMsg );
[all …]
H A Dintl_error.c33 static intl_error* intl_g_error_get( void )
40 static void intl_free_custom_error_msg( intl_error* err ) in intl_free_custom_error_msg()
55 intl_error* intl_error_create( void ) in intl_error_create()
57 intl_error* err = ecalloc( 1, sizeof( intl_error ) ); in intl_error_create()
66 void intl_error_init( intl_error* err ) in intl_error_init()
78 void intl_error_reset( intl_error* err ) in intl_error_reset()
116 zend_string * intl_error_get_message( intl_error* err ) in intl_error_get_message()
141 void intl_error_set_code( intl_error* err, UErrorCode err_code ) in intl_error_set_code()
151 UErrorCode intl_error_get_code( intl_error* err ) in intl_error_get_code()
177 void intl_errors_reset( intl_error* err ) in intl_errors_reset()
[all …]
H A DERROR_CONVENTIONS.md29 void intl_error_set_code(intl_error* err, UErrorCode err_code);
30 void intl_error_set_custom_msg(intl_error* err, char* msg, int copyMsg);
31 void intl_error_set(intl_error* err, UErrorCode code, char* msg, int copyMsg);
43 Objects store an intl_error structed in their private data. For instance:
48 intl_error err;
57 void intl_errors_set_custom_msg(intl_error* err, char* msg, int copyMsg);
58 void intl_errors_set_code(intl_error* err, UErrorCode err_code);
59 void intl_errors_set(intl_error* err, UErrorCode code, char* msg, int copyMsg);
62 by passing a pointer to the object's `intl_error` structed as the first parameter.
71 private `intl_error` structured and mirror the global `intl_get_error_code()`
[all …]
H A Dphp_intl.h51 intl_error g_error;
H A Dintl_data.h29 intl_error error;
/PHP-8.3/ext/intl/common/
H A Dcommon_date.h31 U_CFUNC TimeZone *timezone_convert_datetimezone(int type, void *object, int is_datetime, intl_error
33 intl_error *err, const char *func);
37 U_CFUNC double intl_zval_to_millis(zval *z, intl_error *err, const char *func);
H A Dcommon_date.cpp36 intl_error *outside_error, in timezone_convert_datetimezone()
98 intl_error *err, const char *func) in intl_datetime_decompose()
165 U_CFUNC double intl_zval_to_millis(zval *z, intl_error *err, const char *func) in intl_zval_to_millis()
H A Dcommon_enum.h49 intl_error err;
/PHP-8.3/ext/intl/timezone/
H A Dtimezone_class.h36 intl_error err;
67 zval *timezone_convert_to_datetimezone(const TimeZone *timeZone, intl_error *outside_error, const c…
68 TimeZone *timezone_process_timezone_argument(zval *zv_timezone, intl_error *error, const char *func…
H A Dtimezone_class.cpp62 intl_error *outside_error, in timezone_convert_to_datetimezone()
131 intl_error *outside_error, in timezone_process_timezone_argument()
/PHP-8.3/ext/intl/dateformat/
H A Ddateformat_data.h25 intl_error error;
H A Ddateformat_helpers.h35 …const char *func_name, intl_error *err, Calendar*& cal, zend_long& cal_int_type, bool& calendar_ow…
H A Ddatepatterngenerator_class.h31 intl_error err;
H A Ddateformat_format.c57 HashTable* hash_arr, char* key_name, intl_error *err) in internal_get_arr_ele()
103 intl_error *err = &dfo->datef_data.error; in internal_get_timestamp()
H A Ddateformat_helpers.cpp33 …const char *func_name, intl_error *err, Calendar*& cal, zend_long& cal_int_type, bool& calendar_ow… in datefmt_process_calendar_arg()
/PHP-8.3/ext/intl/formatter/
H A Dformatter_data.h26 intl_error error;
/PHP-8.3/ext/intl/normalizer/
H A Dnormalizer_class.h29 intl_error err;
/PHP-8.3/ext/intl/msgformat/
H A Dmsgformat_data.h26 intl_error error;
H A Dmsgformat_helpers.cpp90 intl_error& err) in umsg_get_numeric_types()
131 intl_error& err) in umsg_parse_format()
285 intl_error& err) in umsg_get_types()
295 intl_error& err) in umsg_set_timezone()
374 intl_error& err = INTL_DATA_ERROR(mfo); in umsg_format_helper()
/PHP-8.3/ext/intl/resourcebundle/
H A Dresourcebundle_class.h26 intl_error error;
/PHP-8.3/ext/intl/transliterator/
H A Dtransliterator_class.h27 intl_error err;
/PHP-8.3/ext/intl/collator/
H A Dcollator_class.h29 intl_error err;
/PHP-8.3/ext/intl/breakiterator/
H A Dbreakiterator_class.h33 intl_error err;
/PHP-8.3/ext/intl/calendar/
H A Dcalendar_class.h33 intl_error err;
/PHP-8.3/ext/intl/spoofchecker/
H A Dspoofchecker_class.h28 intl_error err;

Completed in 44 milliseconds

12