Home
last modified time | relevance | path

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

12

/PHP-7.2/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.CONVENTIONS24 void intl_error_set_code(intl_error* err, UErrorCode err_code);
25 void intl_error_set_custom_msg(intl_error* err, char* msg, int copyMsg);
26 void intl_error_set(intl_error* err, UErrorCode code, char* msg, int copyMsg);
38 Objects store an intl_error structed in their private data. For instance:
41 intl_error err;
47 void intl_errors_set_custom_msg(intl_error* err, char* msg, int copyMsg);
48 void intl_errors_set_code(intl_error* err, UErrorCode err_code);
49 void intl_errors_set(intl_error* err, UErrorCode code, char* msg, int copyMsg);
51 by passing a pointer to the object's intl_error structed as the first parameter.
61 private intl_error structured and mirror the global intl_get_error_code() and
[all …]
H A Dphp_intl.h53 intl_error g_error;
H A Dintl_data.h31 intl_error error;
H A Dconfig.w3210 EXTENSION("intl", "php_intl.c intl_convert.c intl_convertcpp.cpp intl_error.c ", true,
H A Dconfig.m422 intl_error.c \
/PHP-7.2/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.cpp35 intl_error *outside_error,
104 intl_error *err, const char *func)
171 U_CFUNC double intl_zval_to_millis(zval *z, intl_error *err, const char *func)
H A Dcommon_enum.h51 intl_error err;
/PHP-7.2/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…
/PHP-7.2/ext/intl/formatter/
H A Dformatter_data.h28 intl_error error;
/PHP-7.2/ext/intl/dateformat/
H A Ddateformat_data.h27 intl_error error;
H A Ddateformat_helpers.h33 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.cpp34 intl_error *err, in datefmt_process_calendar_arg()
/PHP-7.2/ext/intl/normalizer/
H A Dnormalizer_class.h31 intl_error err;
/PHP-7.2/ext/intl/msgformat/
H A Dmsgformat_data.h28 intl_error error;
H A Dmsgformat_helpers.cpp93 intl_error& err) in umsg_get_numeric_types()
139 intl_error& err) in umsg_parse_format()
302 intl_error& err) in umsg_get_types()
322 intl_error& err) in umsg_set_timezone()
399 intl_error& err = INTL_DATA_ERROR(mfo); in umsg_format_helper()
/PHP-7.2/ext/intl/resourcebundle/
H A Dresourcebundle_class.h28 intl_error error;
/PHP-7.2/ext/intl/transliterator/
H A Dtransliterator_class.h29 intl_error err;
/PHP-7.2/ext/intl/collator/
H A Dcollator_class.h31 intl_error err;
/PHP-7.2/ext/intl/breakiterator/
H A Dbreakiterator_class.h33 intl_error err;
/PHP-7.2/ext/intl/calendar/
H A Dcalendar_class.h33 intl_error err;
/PHP-7.2/ext/intl/spoofchecker/
H A Dspoofchecker_class.h31 intl_error err;

Completed in 61 milliseconds

12