Home
last modified time | relevance | path

Searched refs:UErrorCode (Results 1 – 25 of 39) sorted by relevance

12

/PHP-8.1/ext/intl/
H A Dintl_error.h27 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 Dintl_convert.h24 UErrorCode* status );
28 UErrorCode* status );
H A Dintl_convertcpp.h27 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 Dintl_error.c141 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 Dintl_convertcpp.cpp24 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 Dintl_convert.c51 UErrorCode* status ) in intl_convert_utf8_to_utf16()
118 UErrorCode* status ) in intl_convert_utf16_to_utf8()
H A DERROR_CONVENTIONS.md29 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-8.1/ext/intl/breakiterator/
H A Dcodepointiterator_internal.cpp41 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 Dcodepointiterator_internal.h52 virtual UText *getUText(UText *fillIn, UErrorCode &status) const;
56 virtual void setText(UText *text, UErrorCode &status);
80 UErrorCode &status);
82 virtual CodePointBreakIterator &refreshInputText(UText *input, UErrorCode &status);
H A Dbreakiterator_methods.cpp45 BreakIterator *(*func)(const Locale&, UErrorCode&), in _breakiter_factory() argument
52 UErrorCode status = UErrorCode(); in _breakiter_factory()
/PHP-8.1/ext/intl/timezone/
H A Dtimezone_methods.cpp59 UErrorCode status = UErrorCode(); in PHP_FUNCTION()
207 UErrorCode status = UErrorCode(); in PHP_FUNCTION()
254 UErrorCode uec = UErrorCode(); in PHP_FUNCTION()
275 UErrorCode status = UErrorCode(); in PHP_FUNCTION()
312 UErrorCode status = UErrorCode(); in PHP_FUNCTION()
334 UErrorCode status = UErrorCode(); in PHP_FUNCTION()
357 UErrorCode status = UErrorCode(); in PHP_FUNCTION()
609 UErrorCode error; in PHP_FUNCTION()
645 UErrorCode error; in PHP_FUNCTION()
/PHP-8.1/ext/intl/collator/
H A Dcollator_convert.c37 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 Dcollator_convert.h22 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-8.1/ext/intl/normalizer/
H A Dnormalizer_normalize.c32 static const UNormalizer2 *intl_get_normalizer(zend_long form, UErrorCode *err) in intl_get_normalizer()
57 …ze(zend_long form, const UChar *src, int32_t src_len, UChar *dst, int32_t dst_len, UErrorCode *err) in intl_normalize()
67 static UBool intl_is_normalized(zend_long form, const UChar *uinput, int32_t uinput_len, UErrorCode in intl_is_normalized()
90 UErrorCode status = U_ZERO_ERROR; in PHP_FUNCTION()
228 UErrorCode status = U_ZERO_ERROR; in PHP_FUNCTION()
310 UErrorCode status = U_ZERO_ERROR; in PHP_FUNCTION()
/PHP-8.1/ext/intl/grapheme/
H A Dgrapheme_util.h22 UBreakIterator* grapheme_get_break_iterator(void *stack_buffer, UErrorCode *status );
37 UBreakIterator* grapheme_get_break_iterator(void *stack_buffer, UErrorCode *status );
H A Dgrapheme_util.c105 UErrorCode status; in grapheme_strpos_utf16()
234 UErrorCode status = U_ZERO_ERROR; in grapheme_split_string()
273 UErrorCode status = U_ZERO_ERROR; in grapheme_count_graphemes()
373 UBreakIterator* grapheme_get_break_iterator(void *stack_buffer, UErrorCode *status ) in grapheme_get_break_iterator()
/PHP-8.1/ext/intl/dateformat/
H A Ddateformat_helpers.cpp36 UErrorCode status = UErrorCode(); in datefmt_process_calendar_arg()
/PHP-8.1/ext/intl/converter/
H A Dconverter.c74 UErrorCode uerror = U_ZERO_ERROR; in php_converter_default_callback()
338 UErrorCode error = U_ZERO_ERROR; in php_converter_set_callbacks()
369 UErrorCode error = U_ZERO_ERROR; in php_converter_set_encoding()
563 UErrorCode error = U_ZERO_ERROR; in PHP_METHOD()
575 UErrorCode error = U_ZERO_ERROR; in PHP_METHOD()
595 UErrorCode error = U_ZERO_ERROR; in PHP_METHOD()
624 UErrorCode error = U_ZERO_ERROR; in php_converter_do_convert()
743 UErrorCode error = U_ZERO_ERROR; in PHP_METHOD()
835 UErrorCode error = U_ZERO_ERROR; in PHP_METHOD()
877 UErrorCode error = U_ZERO_ERROR; in PHP_METHOD()
[all …]
/PHP-8.1/ext/intl/msgformat/
H A Dmsgformat_helpers.h22 UChar *source, int source_len, UErrorCode *status);
H A Dmsgformat_data.h41 int msgformat_fix_quotes(UChar **spattern, uint32_t *spattern_len, UErrorCode *ec);
H A Dmsgformat_data.c81 int msgformat_fix_quotes(UChar **spattern, uint32_t *spattern_len, UErrorCode *ec) in msgformat_fix_quotes()
/PHP-8.1/ext/intl/transliterator/
H A Dtransliterator_class.h61 UErrorCode *status );
/PHP-8.1/ext/intl/calendar/
H A Dcalendar_methods.cpp79 UErrorCode status = U_ZERO_ERROR; in PHP_FUNCTION()
118 int32_t count(UErrorCode& status) const { in count()
122 virtual const UnicodeString* snext(UErrorCode& status) in snext()
132 virtual const char* next(int32_t *resultLength, UErrorCode &status) in next()
147 void reset(UErrorCode& status) in reset()
163 UErrorCode status = U_ZERO_ERROR; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
217 int32_t (Calendar::*func)(UCalendarDateFields, UErrorCode&) const, in _php_intlcal_field_uec_ret_in32t_method()
333 UBool (Calendar::*func)(const Calendar&, UErrorCode&) const, in _php_intlcal_before_after()
949 UErrorCode status = U_ZERO_ERROR; in PHP_FUNCTION()
/PHP-8.1/ext/intl/idn/
H A Didn.c98 static int php_intl_idn_check_status(UErrorCode err, const char *msg) in php_intl_idn_check_status()
122 UErrorCode status = U_ZERO_ERROR; in php_intl_idn_to_46()
/PHP-8.1/ext/intl/common/
H A Dcommon_date.cpp211 UErrorCode status = UErrorCode(); in intl_zval_to_millis()

Completed in 41 milliseconds

12