/PHP-7.0/ext/intl/ |
H A D | intl_error.h | 29 UErrorCode code; 37 void intl_error_set_code( intl_error* err, UErrorCode err_code ); 39 void intl_error_set( intl_error* err, UErrorCode code, const char* msg, int copyMsg ); 40 UErrorCode intl_error_get_code( intl_error* err ); 46 void intl_errors_set_code( intl_error* err, UErrorCode err_code ); 47 void intl_errors_set( intl_error* err, UErrorCode code, const char* msg, int copyMsg );
|
H A D | intl_convert.h | 26 UErrorCode* status ); 30 UErrorCode* status );
|
H A D | intl_convertcpp.h | 29 int intl_stringFromChar(UnicodeString &ret, char *str, size_t str_len, UErrorCode *status); 31 zend_string* intl_charFromString(const UnicodeString &from, UErrorCode *status);
|
H A D | intl_error.c | 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() 183 void intl_error_set( intl_error* err, UErrorCode code, const char* msg, int copyMsg ) in intl_error_set() 193 void intl_errors_set( intl_error* err, UErrorCode code, const char* msg, int copyMsg ) in intl_errors_set() 224 void intl_errors_set_code( intl_error* err, UErrorCode err_code ) in intl_errors_set_code() 248 UErrorCode status; in intl_parse_error_to_string()
|
H A D | intl_convertcpp.cpp | 28 int intl_stringFromChar(UnicodeString &ret, char *str, size_t str_len, UErrorCode *status) in intl_stringFromChar() 59 zend_string* intl_charFromString(const UnicodeString &from, UErrorCode *status) in intl_charFromString()
|
H A D | intl_convert.c | 53 UErrorCode* status ) in intl_convert_utf8_to_utf16() 120 UErrorCode* status ) in intl_convert_utf16_to_utf8()
|
H A D | ERROR.CONVENTIONS | 24 void intl_error_set_code(intl_error* err, UErrorCode err_code); 26 void intl_error_set(intl_error* err, UErrorCode code, 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);
|
/PHP-7.0/ext/intl/breakiterator/ |
H A D | codepointiterator_internal.cpp | 41 UErrorCode uec = UErrorCode(); in CodePointBreakIterator() 53 UErrorCode uec = UErrorCode(); in operator =() 109 UText *CodePointBreakIterator::getUText(UText *fillIn, UErrorCode &status) const in getUText() 116 UErrorCode uec = UErrorCode(); in setText() 124 void CodePointBreakIterator::setText(UText *text, UErrorCode &status) in setText() 137 UErrorCode uec = UErrorCode(); in adoptText() 231 void *stackBuffer, int32_t &bufferSize, UErrorCode &status) in createBufferClone() 270 CodePointBreakIterator &CodePointBreakIterator::refreshInputText(UText *input, UErrorCode &status) in refreshInputText()
|
H A D | codepointiterator_internal.h | 47 virtual UText *getUText(UText *fillIn, UErrorCode &status) const; 51 virtual void setText(UText *text, UErrorCode &status); 75 UErrorCode &status); 77 virtual CodePointBreakIterator &refreshInputText(UText *input, UErrorCode &status);
|
H A D | breakiterator_methods.cpp | 44 BreakIterator *(*func)(const Locale&, UErrorCode&), in _breakiter_factory() argument 51 UErrorCode status = UErrorCode(); in _breakiter_factory() 116 UErrorCode status = UErrorCode(); in PHP_FUNCTION()
|
/PHP-7.0/ext/intl/timezone/ |
H A D | timezone_methods.cpp | 59 UErrorCode status = UErrorCode(); in PHP_FUNCTION() 221 UErrorCode status = UErrorCode(); in PHP_FUNCTION() 271 UErrorCode uec = UErrorCode(); in PHP_FUNCTION() 295 UErrorCode status = UErrorCode(); in PHP_FUNCTION() 335 UErrorCode status = UErrorCode(); in PHP_FUNCTION() 360 UErrorCode status = UErrorCode(); in PHP_FUNCTION() 383 UErrorCode status = UErrorCode(); in PHP_FUNCTION()
|
/PHP-7.0/ext/intl/collator/ |
H A D | collator_convert.c | 45 UErrorCode* status ) in collator_convert_hash_item_from_utf8_to_utf16() 86 UErrorCode* status ) in collator_convert_hash_item_from_utf16_to_utf8() 123 void collator_convert_hash_from_utf8_to_utf16( HashTable* hash, UErrorCode* status ) in collator_convert_hash_from_utf8_to_utf16() 142 void collator_convert_hash_from_utf16_to_utf8( HashTable* hash, UErrorCode* status ) in collator_convert_hash_from_utf16_to_utf8() 170 UErrorCode status = U_ZERO_ERROR; in collator_convert_zstr_utf16_to_utf8() 198 UErrorCode status = U_ZERO_ERROR; in collator_convert_zstr_utf8_to_utf16() 224 UErrorCode status = U_ZERO_ERROR; in collator_convert_object_to_string()
|
H A D | collator_convert.h | 24 void collator_convert_hash_from_utf8_to_utf16( HashTable* hash, UErrorCode* status ); 25 void collator_convert_hash_from_utf16_to_utf8( HashTable* hash, UErrorCode* status );
|
/PHP-7.0/ext/intl/grapheme/ |
H A D | grapheme_util.h | 24 UBreakIterator* grapheme_get_break_iterator(void *stack_buffer, UErrorCode *status ); 41 UBreakIterator* grapheme_get_break_iterator(void *stack_buffer, UErrorCode *status );
|
H A D | grapheme_util.c | 139 UErrorCode status; in grapheme_strpos_utf16() 239 UErrorCode status = U_ZERO_ERROR; in grapheme_split_string() 278 UErrorCode status = U_ZERO_ERROR; in grapheme_count_graphemes() 379 UBreakIterator* grapheme_get_break_iterator(void *stack_buffer, UErrorCode *status ) in grapheme_get_break_iterator()
|
/PHP-7.0/ext/intl/dateformat/ |
H A D | dateformat_helpers.cpp | 40 UErrorCode status = UErrorCode(); in datefmt_process_calendar_arg()
|
/PHP-7.0/ext/intl/msgformat/ |
H A D | msgformat_helpers.h | 24 UChar *source, int source_len, UErrorCode *status);
|
H A D | msgformat_data.h | 43 int msgformat_fix_quotes(UChar **spattern, uint32_t *spattern_len, UErrorCode *ec);
|
H A D | msgformat_data.c | 83 int msgformat_fix_quotes(UChar **spattern, uint32_t *spattern_len, UErrorCode *ec) in msgformat_fix_quotes()
|
H A D | msgformat_helpers.cpp | 545 UErrorCode status = UErrorCode(); in umsg_format_helper() 589 UErrorCode status = UErrorCode(); in umsg_format_helper() 635 …MessageFormat *fmt, int *count, zval **args, UChar *source, int32_t source_len, UErrorCode *status) in umsg_parse_helper()
|
/PHP-7.0/ext/intl/converter/ |
H A D | converter.c | 76 UErrorCode uerror = U_ZERO_ERROR; in php_converter_default_callback() 346 UErrorCode error = U_ZERO_ERROR; in php_converter_set_callbacks() 378 UErrorCode error = U_ZERO_ERROR; in php_converter_set_encoding() 593 UErrorCode error = U_ZERO_ERROR; in PHP_METHOD() 605 UErrorCode error = U_ZERO_ERROR; in PHP_METHOD() 628 UErrorCode error = U_ZERO_ERROR; in PHP_METHOD() 659 UErrorCode error = U_ZERO_ERROR; in php_converter_do_convert() 799 UErrorCode error = U_ZERO_ERROR; in PHP_METHOD() 906 UErrorCode error = U_ZERO_ERROR; in PHP_METHOD() 954 UErrorCode error = U_ZERO_ERROR; in PHP_METHOD() [all …]
|
/PHP-7.0/ext/intl/normalizer/ |
H A D | normalizer_normalize.c | 43 UErrorCode status = U_ZERO_ERROR; in PHP_FUNCTION() 179 UErrorCode status = U_ZERO_ERROR; in PHP_FUNCTION()
|
/PHP-7.0/ext/intl/idn/ |
H A D | idn.c | 114 static int php_intl_idn_check_status(UErrorCode err, const char *msg, int mode) in php_intl_idn_check_status() 139 UErrorCode status = U_ZERO_ERROR; in php_intl_idn_to_46() 206 UErrorCode status; in php_intl_idn_to()
|
/PHP-7.0/ext/intl/transliterator/ |
H A D | transliterator_class.h | 63 UErrorCode *status );
|
/PHP-7.0/ext/intl/calendar/ |
H A D | calendar_methods.cpp | 56 UErrorCode status = U_ZERO_ERROR; in PHP_FUNCTION() 98 int32_t count(UErrorCode& status) const { in count() 102 virtual const UnicodeString* snext(UErrorCode& status) in snext() 112 virtual const char* next(int32_t *resultLength, UErrorCode &status) in next() 127 void reset(UErrorCode& status) in reset() 143 UErrorCode status = U_ZERO_ERROR; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 218 int32_t (Calendar::*func)(UCalendarDateFields, UErrorCode&) const, in _php_intlcal_field_uec_ret_in32t_method() 360 UBool (Calendar::*func)(const Calendar&, UErrorCode&) const, in _php_intlcal_before_after() 1125 UErrorCode status = U_ZERO_ERROR; in PHP_FUNCTION()
|