/php-src/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 | formatter_fail.phpt | 99 'U_ZERO_ERROR' 102 'U_ZERO_ERROR' 105 'U_ZERO_ERROR' 108 'U_ZERO_ERROR' 123 'U_ZERO_ERROR' 126 'U_ZERO_ERROR' 129 'U_ZERO_ERROR' 132 'U_ZERO_ERROR' 135 'U_ZERO_ERROR' 138 'U_ZERO_ERROR'
|
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 | 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
|
H A D | timezone_getErrorCodeMessage_basic.phpt | 29 string(12) "U_ZERO_ERROR"
|
/php-src/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 | 257 UErrorCode status = U_ZERO_ERROR; in PHP_MINFO_FUNCTION() 269 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-src/ext/intl/grapheme/ |
H A D | grapheme_util.c | 111 status = U_ZERO_ERROR; in grapheme_strpos_utf16() 115 status = U_ZERO_ERROR; in grapheme_strpos_utf16() 120 status = U_ZERO_ERROR; in grapheme_strpos_utf16() 123 status = U_ZERO_ERROR; in grapheme_strpos_utf16() 138 status = U_ZERO_ERROR; in grapheme_strpos_utf16() 144 status = U_ZERO_ERROR; in grapheme_strpos_utf16() 157 status = U_ZERO_ERROR; in grapheme_strpos_utf16() 232 UErrorCode status = U_ZERO_ERROR; in grapheme_split_string() 271 UErrorCode status = U_ZERO_ERROR; in grapheme_count_graphemes()
|
H A D | grapheme_string.c | 52 status = U_ZERO_ERROR; in PHP_FUNCTION() 382 status = U_ZERO_ERROR; in PHP_FUNCTION() 445 status = U_ZERO_ERROR; in PHP_FUNCTION() 517 status = U_ZERO_ERROR; in PHP_FUNCTION() 807 status = U_ZERO_ERROR; in PHP_FUNCTION() 821 status = U_ZERO_ERROR; in PHP_FUNCTION() 849 UErrorCode ustatus = U_ZERO_ERROR; in PHP_FUNCTION() 883 ustatus = U_ZERO_ERROR; in PHP_FUNCTION()
|
/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() 347 error = U_ZERO_ERROR; in php_converter_set_callbacks() 362 UErrorCode error = U_ZERO_ERROR; in php_converter_set_encoding() 582 UErrorCode error = U_ZERO_ERROR; in PHP_METHOD() 629 error = U_ZERO_ERROR; in php_converter_do_convert() 649 error = U_ZERO_ERROR; in php_converter_do_convert() 740 error = U_ZERO_ERROR; in PHP_METHOD() 746 error = U_ZERO_ERROR; in PHP_METHOD() 837 error = U_ZERO_ERROR; in PHP_METHOD() [all …]
|
/php-src/ext/intl/normalizer/ |
H A D | normalizer_normalize.c | 84 UErrorCode status = U_ZERO_ERROR; in PHP_FUNCTION() 167 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/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() 302 UErrorCode error = U_ZERO_ERROR; in IC_METHOD() 508 UErrorCode error = U_ZERO_ERROR; in IC_METHOD() 519 error = U_ZERO_ERROR; in IC_METHOD() 526 error = U_ZERO_ERROR; in IC_METHOD()
|
/php-src/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-src/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()
|