/php-src/ext/intl/ |
H A D | intl_error.h | 27 UErrorCode code; 35 void intl_error_set_code( intl_error* err, UErrorCode err_code ); 37 void intl_error_set( intl_error* err, UErrorCode code, const char* msg, int copyMsg ); 38 UErrorCode intl_error_get_code( intl_error* err ); 44 void intl_errors_set_code( intl_error* err, UErrorCode err_code ); 45 void intl_errors_set( intl_error* err, UErrorCode code, const char* msg, int copyMsg );
|
H A D | intl_convert.h | 24 UErrorCode* status ); 28 UErrorCode* status );
|
H A D | intl_convertcpp.h | 27 int intl_stringFromChar(UnicodeString &ret, char *str, size_t str_len, UErrorCode *status); 29 zend_string* intl_charFromString(const UnicodeString &from, UErrorCode *status);
|
H A D | intl_error.c | 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() 161 void intl_error_set( intl_error* err, UErrorCode code, const char* msg, int copyMsg ) in intl_error_set() 169 void intl_errors_set( intl_error* err, UErrorCode code, const char* msg, int copyMsg ) in intl_errors_set() 197 void intl_errors_set_code( intl_error* err, UErrorCode err_code ) in intl_errors_set_code() 210 UErrorCode status; in intl_parse_error_to_string()
|
H A D | intl_convertcpp.cpp | 24 int intl_stringFromChar(UnicodeString &ret, char *str, size_t str_len, UErrorCode *status) in intl_stringFromChar() 55 zend_string* intl_charFromString(const UnicodeString &from, UErrorCode *status) in intl_charFromString()
|
H A D | intl_convert.c | 51 UErrorCode* status ) in intl_convert_utf8_to_utf16() 118 UErrorCode* status ) in intl_convert_utf16_to_utf8()
|
H A D | ERROR_CONVENTIONS.md | 29 void intl_error_set_code(intl_error* err, UErrorCode err_code); 31 void intl_error_set(intl_error* err, UErrorCode code, 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);
|
/php-src/ext/intl/breakiterator/ |
H A D | codepointiterator_internal.cpp | 41 UErrorCode uec = UErrorCode(); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 53 UErrorCode uec = UErrorCode(); in operator =() 112 UText *CodePointBreakIterator::getUText(UText *fillIn, UErrorCode &status) const in getUText() 119 UErrorCode uec = UErrorCode(); in setText() 127 void CodePointBreakIterator::setText(UText *text, UErrorCode &status) in setText() 140 UErrorCode uec = UErrorCode(); in adoptText() 234 void *stackBuffer, int32_t &bufferSize, UErrorCode &status) in createBufferClone() 273 CodePointBreakIterator &CodePointBreakIterator::refreshInputText(UText *input, UErrorCode &status) in refreshInputText()
|
H A D | codepointiterator_internal.h | 52 UText *getUText(UText *fillIn, UErrorCode &status) const override; 56 void setText(UText *text, UErrorCode &status) override; 80 UErrorCode &status) override; 82 CodePointBreakIterator &refreshInputText(UText *input, UErrorCode &status) override;
|
H A D | breakiterator_methods.cpp | 45 BreakIterator *(*func)(const Locale&, UErrorCode&), in _breakiter_factory() argument 52 UErrorCode status = UErrorCode(); in _breakiter_factory()
|
/php-src/ext/intl/timezone/ |
H A D | timezone_methods.cpp | 59 UErrorCode status = UErrorCode(); in PHP_FUNCTION() 200 UErrorCode status = UErrorCode(); in PHP_FUNCTION() 249 UErrorCode uec = UErrorCode(); in PHP_FUNCTION() 270 UErrorCode status = UErrorCode(); in PHP_FUNCTION() 306 UErrorCode status = UErrorCode(); in PHP_FUNCTION() 326 UErrorCode status = UErrorCode(); in PHP_FUNCTION() 349 UErrorCode status = UErrorCode(); in PHP_FUNCTION() 376 UErrorCode status = UErrorCode(); in PHP_FUNCTION() 628 UErrorCode error; in PHP_FUNCTION() 664 UErrorCode error; in PHP_FUNCTION()
|
/php-src/ext/intl/collator/ |
H A D | collator_convert.c | 37 UErrorCode* status ) in collator_convert_hash_item_from_utf8_to_utf16() 78 UErrorCode* status ) in collator_convert_hash_item_from_utf16_to_utf8() 115 void collator_convert_hash_from_utf8_to_utf16( HashTable* hash, UErrorCode* status ) in collator_convert_hash_from_utf8_to_utf16() 134 void collator_convert_hash_from_utf16_to_utf8( HashTable* hash, UErrorCode* status ) in collator_convert_hash_from_utf16_to_utf8() 162 UErrorCode status = U_ZERO_ERROR; in collator_convert_zstr_utf16_to_utf8() 181 UErrorCode status = U_ZERO_ERROR; in collator_convert_zstr_utf8_to_utf16() 205 UErrorCode status = U_ZERO_ERROR; in collator_convert_object_to_string()
|
H A D | collator_convert.h | 22 void collator_convert_hash_from_utf8_to_utf16( HashTable* hash, UErrorCode* status ); 23 void collator_convert_hash_from_utf16_to_utf8( HashTable* hash, UErrorCode* status );
|
/php-src/ext/intl/normalizer/ |
H A D | normalizer_normalize.c | 27 static const UNormalizer2 *intl_get_normalizer(zend_long form, UErrorCode *err) in intl_get_normalizer() 52 …ze(zend_long form, const UChar *src, int32_t src_len, UChar *dst, int32_t dst_len, UErrorCode *err) in intl_normalize() 62 static UBool intl_is_normalized(zend_long form, const UChar *uinput, int32_t uinput_len, UErrorCode… in intl_is_normalized() 84 UErrorCode status = U_ZERO_ERROR; in PHP_FUNCTION() 212 UErrorCode status = U_ZERO_ERROR; in PHP_FUNCTION() 287 UErrorCode status = U_ZERO_ERROR; in PHP_FUNCTION()
|
/php-src/ext/intl/grapheme/ |
H A D | grapheme_util.h | 22 UBreakIterator* grapheme_get_break_iterator(void *stack_buffer, UErrorCode *status ); 37 UBreakIterator* grapheme_get_break_iterator(void *stack_buffer, UErrorCode *status );
|
H A D | grapheme_util.c | 103 UErrorCode status; in grapheme_strpos_utf16() 232 UErrorCode status = U_ZERO_ERROR; in grapheme_split_string() 271 UErrorCode status = U_ZERO_ERROR; in grapheme_count_graphemes() 371 UBreakIterator* grapheme_get_break_iterator(void *stack_buffer, UErrorCode *status ) in grapheme_get_break_iterator()
|
/php-src/ext/intl/converter/ |
H A D | converter.c | 73 UErrorCode uerror = U_ZERO_ERROR; in php_converter_default_callback() 331 UErrorCode error = U_ZERO_ERROR; in php_converter_set_callbacks() 362 UErrorCode error = U_ZERO_ERROR; in php_converter_set_encoding() 550 UErrorCode error = U_ZERO_ERROR; in PHP_METHOD() 562 UErrorCode error = U_ZERO_ERROR; in PHP_METHOD() 582 UErrorCode error = U_ZERO_ERROR; in PHP_METHOD() 609 UErrorCode error = U_ZERO_ERROR; in php_converter_do_convert() 732 UErrorCode error = U_ZERO_ERROR; in PHP_METHOD() 819 UErrorCode error = U_ZERO_ERROR; in PHP_METHOD() 859 UErrorCode error = U_ZERO_ERROR; in PHP_METHOD() [all …]
|
/php-src/ext/intl/dateformat/ |
H A D | dateformat_helpers.cpp | 36 UErrorCode status = UErrorCode(); in datefmt_process_calendar_arg()
|
/php-src/ext/intl/msgformat/ |
H A D | msgformat_helpers.h | 22 UChar *source, int source_len, UErrorCode *status);
|
H A D | msgformat_data.h | 41 int msgformat_fix_quotes(UChar **spattern, uint32_t *spattern_len, UErrorCode *ec);
|
/php-src/ext/intl/transliterator/ |
H A D | transliterator_class.c | 33 UErrorCode *status ) in transliterator_object_construct() 138 UErrorCode error = U_ZERO_ERROR; in Transliterator_clone_obj()
|
H A D | transliterator_class.h | 61 UErrorCode *status );
|
/php-src/ext/intl/idn/ |
H A D | idn.c | 38 static zend_result php_intl_idn_check_status(UErrorCode err, const char *msg) in php_intl_idn_check_status() 57 UErrorCode status = U_ZERO_ERROR; in php_intl_idn_to_46()
|
/php-src/ext/intl/calendar/ |
H A D | gregoriancalendar_methods.cpp | 52 static bool set_gregorian_calendar_time_zone(GregorianCalendar *gcal, UErrorCode status) in set_gregorian_calendar_time_zone() 90 UErrorCode status = U_ZERO_ERROR; in _php_intlgregcal_constructor_body() 234 UErrorCode status = U_ZERO_ERROR; in PHP_METHOD() 271 UErrorCode status = U_ZERO_ERROR; in PHP_METHOD()
|
H A D | calendar_methods.cpp | 79 UErrorCode status = U_ZERO_ERROR; in PHP_FUNCTION() 119 int32_t count(UErrorCode& status) const override { in count() 123 const UnicodeString* snext(UErrorCode& status) override in snext() 133 const char* next(int32_t *resultLength, UErrorCode &status) override in next() 148 void reset(UErrorCode& status) override in reset() 164 UErrorCode status = U_ZERO_ERROR; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 215 int32_t (Calendar::*func)(UCalendarDateFields, UErrorCode&) const, in _php_intlcal_field_uec_ret_in32t_method() 331 UBool (Calendar::*func)(const Calendar&, UErrorCode&) const, in _php_intlcal_before_after() 1007 UErrorCode status = U_ZERO_ERROR; in PHP_FUNCTION()
|