Home
last modified time | relevance | path

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

12

/PHP-7.4/ext/intl/
H A Dintl_error.h32 } intl_error; typedef
34 intl_error* intl_error_create( void );
35 void intl_error_init( intl_error* err );
36 void intl_error_reset( intl_error* err );
37 void intl_error_set_code( intl_error* err, UErrorCode err_code );
38 void intl_error_set_custom_msg( intl_error* err, const char* msg, int copyMsg );
40 UErrorCode intl_error_get_code( intl_error* err );
41 zend_string* intl_error_get_message( intl_error* err );
44 void intl_errors_reset( intl_error* err );
45 void intl_errors_set_custom_msg( intl_error* err, const char* msg, int copyMsg );
[all …]
H A Dintl_error.c37 static intl_error* intl_g_error_get( void )
46 static void intl_free_custom_error_msg( intl_error* err ) in intl_free_custom_error_msg()
63 intl_error* intl_error_create( void ) in intl_error_create()
65 intl_error* err = ecalloc( 1, sizeof( intl_error ) ); in intl_error_create()
76 void intl_error_init( intl_error* err ) in intl_error_init()
90 void intl_error_reset( intl_error* err ) in intl_error_reset()
132 zend_string * intl_error_get_message( intl_error* err ) in intl_error_get_message()
159 void intl_error_set_code( intl_error* err, UErrorCode err_code ) in intl_error_set_code()
171 UErrorCode intl_error_get_code( intl_error* err ) in intl_error_get_code()
202 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.h53 intl_error g_error;
H A Dintl_data.h31 intl_error error;
H A Dconfig.m411 intl_error.c \
H A Dconfig.w329 EXTENSION("intl", "php_intl.c intl_convert.c intl_convertcpp.cpp intl_error.c ", true,
/PHP-7.4/ext/intl/common/
H A Dcommon_date.h33 U_CFUNC TimeZone *timezone_convert_datetimezone(int type, void *object, int is_datetime, intl_error
35 intl_error *err, const char *func);
39 U_CFUNC double intl_zval_to_millis(zval *z, intl_error *err, const char *func);
H A Dcommon_date.cpp38 intl_error *outside_error, in timezone_convert_datetimezone()
100 intl_error *err, const char *func) in intl_datetime_decompose()
167 U_CFUNC double intl_zval_to_millis(zval *z, intl_error *err, const char *func) in intl_zval_to_millis()
H A Dcommon_enum.h51 intl_error err;
/PHP-7.4/ext/intl/timezone/
H A Dtimezone_class.h38 intl_error err;
69 zval *timezone_convert_to_datetimezone(const TimeZone *timeZone, intl_error *outside_error, const c…
70 TimeZone *timezone_process_timezone_argument(zval *zv_timezone, intl_error *error, const char *func…
/PHP-7.4/ext/intl/dateformat/
H A Ddateformat_data.h27 intl_error error;
H A Ddateformat_helpers.h38 intl_error *err,
H A Ddateformat_format.c64 HashTable* hash_arr, char* key_name, intl_error *err) in internal_get_arr_ele()
112 intl_error *err = &dfo->datef_data.error; in internal_get_timestamp()
H A Ddateformat_helpers.cpp36 intl_error *err, in datefmt_process_calendar_arg()
/PHP-7.4/ext/intl/formatter/
H A Dformatter_data.h28 intl_error error;
/PHP-7.4/ext/intl/normalizer/
H A Dnormalizer_class.h31 intl_error err;
/PHP-7.4/ext/intl/msgformat/
H A Dmsgformat_data.h28 intl_error error;
H A Dmsgformat_helpers.cpp93 intl_error& err) in umsg_get_numeric_types()
134 intl_error& err) in umsg_parse_format()
288 intl_error& err) in umsg_get_types()
298 intl_error& err) in umsg_set_timezone()
377 intl_error& err = INTL_DATA_ERROR(mfo); in umsg_format_helper()
/PHP-7.4/ext/intl/resourcebundle/
H A Dresourcebundle_class.h28 intl_error error;
/PHP-7.4/ext/intl/transliterator/
H A Dtransliterator_class.h29 intl_error err;
/PHP-7.4/ext/intl/collator/
H A Dcollator_class.h31 intl_error err;
/PHP-7.4/ext/intl/breakiterator/
H A Dbreakiterator_class.h35 intl_error err;
/PHP-7.4/ext/intl/calendar/
H A Dcalendar_class.h35 intl_error err;
/PHP-7.4/ext/intl/spoofchecker/
H A Dspoofchecker_class.h31 intl_error err;

Completed in 30 milliseconds

12