/PHP-8.2/ext/intl/tests/ |
H A D | normalizer_normalize.phpt | 98 is in form 'UNORM_FORM_C'? = yes error info: 'U_ZERO_ERROR' (0) 100 is in form 'UNORM_FORM_C'? = yes error info: 'U_ZERO_ERROR' (0) 102 is in form 'UNORM_FORM_C'? = no error info: 'U_ZERO_ERROR' (0) 104 is in form 'UNORM_FORM_C'? = no error info: 'U_ZERO_ERROR' (0) 106 is in form 'UNORM_FORM_C'? = yes error info: 'U_ZERO_ERROR' (0) 108 is in form 'UNORM_FORM_C'? = yes error info: 'U_ZERO_ERROR' (0) 110 is in form 'UNORM_FORM_D'? = yes error info: 'U_ZERO_ERROR' (0) 112 is in form 'UNORM_FORM_D'? = no error info: 'U_ZERO_ERROR' (0) 114 is in form 'UNORM_FORM_D'? = no error info: 'U_ZERO_ERROR' (0) 116 is in form 'UNORM_FORM_D'? = no error info: 'U_ZERO_ERROR' (0) [all …]
|
H A D | normalizer_normalize_kc_cf.phpt | 90 'ABC' normalized to form 'UNORM_FORM_KC_CF' is 'abc' error info: 'U_ZERO_ERROR' (0) 91 is in form 'UNORM_FORM_KC_CF'? = no error info: 'U_ZERO_ERROR' (0) 92 'abc' normalized to form 'UNORM_FORM_KC_CF' is 'abc' error info: 'U_ZERO_ERROR' (0) 93 is in form 'UNORM_FORM_KC_CF'? = yes error info: 'U_ZERO_ERROR' (0) 95 is in form 'UNORM_FORM_KC_CF'? = yes error info: 'U_ZERO_ERROR' (0) 97 is in form 'UNORM_FORM_KC_CF'? = no error info: 'U_ZERO_ERROR' (0) 99 is in form 'UNORM_FORM_KC_CF'? = no error info: 'U_ZERO_ERROR' (0) 100 '%EF%AC%81' normalized to form 'UNORM_FORM_KC_CF' is 'fi' error info: 'U_ZERO_ERROR' (0) 101 is in form 'UNORM_FORM_KC_CF'? = no error info: 'U_ZERO_ERROR' (0) 102 '%E1%BA%9B' normalized to form 'UNORM_FORM_KC_CF' is '%E1%B9%A1' error info: 'U_ZERO_ERROR' (0) [all …]
|
H A D | intl_error_name.phpt | 18 check( U_ZERO_ERROR ); 23 U_ZERO_ERROR
|
H A D | bug62759.phpt | 20 string(12) "U_ZERO_ERROR" 23 string(12) "U_ZERO_ERROR"
|
H A D | msgfmt_fail2.phpt | 112 'U_ZERO_ERROR' 115 'U_ZERO_ERROR' 118 'U_ZERO_ERROR' 121 'U_ZERO_ERROR' 124 'U_ZERO_ERROR' 127 'U_ZERO_ERROR' 152 'U_ZERO_ERROR' 155 'U_ZERO_ERROR' 158 'U_ZERO_ERROR'
|
H A D | formatter_fail.phpt | 99 'U_ZERO_ERROR' 102 'U_ZERO_ERROR' 105 'U_ZERO_ERROR' 108 'U_ZERO_ERROR' 128 'U_ZERO_ERROR' 131 'U_ZERO_ERROR' 134 'U_ZERO_ERROR'
|
H A D | normalizer_get_raw_decomposition.phpt | 53 error info: 'U_ZERO_ERROR' (0) 56 error info: 'U_ZERO_ERROR' (0) 59 error info: 'U_ZERO_ERROR' (0)
|
H A D | calendar_getErrorCode_getErrorMessage_basic.phpt | 32 string(12) "U_ZERO_ERROR" 33 string(12) "U_ZERO_ERROR"
|
H A D | resourcebundle_create.phpt | 46 0: U_ZERO_ERROR 52 0: U_ZERO_ERROR
|
H A D | uconverter_oop_callback_return.phpt | 9 $error = U_ZERO_ERROR; 24 $error = U_ZERO_ERROR;
|
H A D | intl_is_failure.phpt | 18 check( U_ZERO_ERROR );
|
H A D | collator_get_error_message.phpt | 35 U_ZERO_ERROR
|
H A D | collator_get_error_code.phpt | 29 $res .= check_rc( $status, U_ZERO_ERROR );
|
H A D | transliterator_get_error_message_basic.phpt | 25 U_ZERO_ERROR
|
/PHP-8.2/ext/intl/ |
H A D | intl_convert.c | 60 *status = U_ZERO_ERROR; in intl_convert_utf8_to_utf16() 70 if( *status == U_ZERO_ERROR ) in intl_convert_utf8_to_utf16() 89 *status = U_ZERO_ERROR; in intl_convert_utf8_to_utf16() 124 *status = U_ZERO_ERROR; in intl_convert_utf16_to_utf8() 138 *status = U_ZERO_ERROR; in intl_convert_utf16_to_utf8() 147 *status = U_ZERO_ERROR; in intl_convert_utf16_to_utf8()
|
H A D | php_intl.c | 255 UErrorCode status = U_ZERO_ERROR; in PHP_MINFO_FUNCTION() 267 if (U_ZERO_ERROR == status) { in PHP_MINFO_FUNCTION()
|
H A D | intl_error.c | 71 err->code = U_ZERO_ERROR; in intl_error_init() 83 err->code = U_ZERO_ERROR; in intl_error_reset() 154 return U_ZERO_ERROR; in intl_error_get_code()
|
/PHP-8.2/ext/intl/grapheme/ |
H A D | grapheme_util.c | 113 status = U_ZERO_ERROR; in grapheme_strpos_utf16() 117 status = U_ZERO_ERROR; in grapheme_strpos_utf16() 122 status = U_ZERO_ERROR; in grapheme_strpos_utf16() 125 status = U_ZERO_ERROR; in grapheme_strpos_utf16() 140 status = U_ZERO_ERROR; in grapheme_strpos_utf16() 146 status = U_ZERO_ERROR; in grapheme_strpos_utf16() 159 status = U_ZERO_ERROR; in grapheme_strpos_utf16() 234 UErrorCode status = U_ZERO_ERROR; in grapheme_split_string() 273 UErrorCode status = U_ZERO_ERROR; in grapheme_count_graphemes()
|
H A D | grapheme_string.c | 52 status = U_ZERO_ERROR; in PHP_FUNCTION() 367 status = U_ZERO_ERROR; in PHP_FUNCTION() 430 status = U_ZERO_ERROR; in PHP_FUNCTION() 502 status = U_ZERO_ERROR; in PHP_FUNCTION() 784 status = U_ZERO_ERROR; in PHP_FUNCTION() 798 status = U_ZERO_ERROR; in PHP_FUNCTION()
|
/PHP-8.2/ext/intl/converter/ |
H A D | converter.c | 74 UErrorCode uerror = U_ZERO_ERROR; in php_converter_default_callback() 338 UErrorCode error = U_ZERO_ERROR; in php_converter_set_callbacks() 354 error = U_ZERO_ERROR; in php_converter_set_callbacks() 369 UErrorCode error = U_ZERO_ERROR; in php_converter_set_encoding() 595 UErrorCode error = U_ZERO_ERROR; in PHP_METHOD() 644 error = U_ZERO_ERROR; in php_converter_do_convert() 664 error = U_ZERO_ERROR; in php_converter_do_convert() 751 error = U_ZERO_ERROR; in PHP_METHOD() 757 error = U_ZERO_ERROR; in PHP_METHOD() 853 error = U_ZERO_ERROR; in PHP_METHOD() [all …]
|
/PHP-8.2/ext/intl/normalizer/ |
H A D | normalizer_normalize.c | 90 UErrorCode status = U_ZERO_ERROR; in PHP_FUNCTION() 179 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.2/ext/intl/uchar/ |
H A D | uchar.c | 218 UErrorCode error = U_ZERO_ERROR; in IC_METHOD() 235 error = U_ZERO_ERROR; in IC_METHOD() 251 UErrorCode error = U_ZERO_ERROR; in IC_METHOD() 300 UErrorCode error = U_ZERO_ERROR; in IC_METHOD() 499 UErrorCode error = U_ZERO_ERROR; in IC_METHOD() 510 error = U_ZERO_ERROR; in IC_METHOD() 517 error = U_ZERO_ERROR; in IC_METHOD()
|
/PHP-8.2/ext/intl/collator/ |
H A D | collator_convert.c | 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()
|
/PHP-8.2/ext/intl/timezone/ |
H A D | timezone_methods.cpp | 615 error = U_ZERO_ERROR; in PHP_FUNCTION() 622 error = U_ZERO_ERROR; in PHP_FUNCTION() 631 error = U_ZERO_ERROR; in PHP_FUNCTION() 651 error = U_ZERO_ERROR; in PHP_FUNCTION() 658 error = U_ZERO_ERROR; in PHP_FUNCTION() 667 error = U_ZERO_ERROR; in PHP_FUNCTION()
|
/PHP-8.2/ext/intl/dateformat/ |
H A D | dateformat_format.c | 39 INTL_DATA_ERROR_CODE(dfo)=U_ZERO_ERROR; in internal_format() 123 if (INTL_DATA_ERROR_CODE(dfo) != U_ZERO_ERROR) { in internal_get_timestamp()
|