Lines Matching refs:status

62 	UErrorCode status;  in PHP_FUNCTION()  local
78 status = U_ZERO_ERROR; in PHP_FUNCTION()
79 intl_convert_utf8_to_utf16(&ustring, &ustring_len, (char*) string, string_len, &status ); in PHP_FUNCTION()
81 if ( U_FAILURE( status ) ) { in PHP_FUNCTION()
83 intl_error_set_code( NULL, status TSRMLS_CC ); in PHP_FUNCTION()
407 UErrorCode status; in PHP_FUNCTION() local
445 status = U_ZERO_ERROR; in PHP_FUNCTION()
446 intl_convert_utf8_to_utf16(&ustr, &ustr_len, (char *)str, str_len, &status); in PHP_FUNCTION()
448 if ( U_FAILURE( status ) ) { in PHP_FUNCTION()
450 intl_error_set_code( NULL, status TSRMLS_CC ); in PHP_FUNCTION()
460 bi = grapheme_get_break_iterator((void*)u_break_iterator_buffer, &status TSRMLS_CC ); in PHP_FUNCTION()
462 if( U_FAILURE(status) ) { in PHP_FUNCTION()
466 ubrk_setText(bi, ustr, ustr_len, &status); in PHP_FUNCTION()
507 status = U_ZERO_ERROR; in PHP_FUNCTION()
508 …((char **)&sub_str, &sub_str_len, ustr + sub_str_start_pos, ustr_len - sub_str_start_pos, &status); in PHP_FUNCTION()
515 if ( U_FAILURE( status ) ) { in PHP_FUNCTION()
517 intl_error_set_code( NULL, status TSRMLS_CC ); in PHP_FUNCTION()
567 status = U_ZERO_ERROR; in PHP_FUNCTION()
568 …sub_str, &sub_str_len, ustr + sub_str_start_pos, ( sub_str_end_pos - sub_str_start_pos ), &status); in PHP_FUNCTION()
573 if ( U_FAILURE( status ) ) { in PHP_FUNCTION()
575 intl_error_set_code( NULL, status TSRMLS_CC ); in PHP_FUNCTION()
798 UErrorCode status; in PHP_FUNCTION() local
884 status = U_ZERO_ERROR; in PHP_FUNCTION()
885 intl_convert_utf8_to_utf16(&ustr, &ustr_len, (char *)pstr, str_len, &status ); in PHP_FUNCTION()
887 if ( U_FAILURE( status ) ) { in PHP_FUNCTION()
889 intl_error_set_code( NULL, status TSRMLS_CC ); in PHP_FUNCTION()
901 status = U_ZERO_ERROR; in PHP_FUNCTION()
902 bi = grapheme_get_break_iterator(u_break_iterator_buffer, &status TSRMLS_CC ); in PHP_FUNCTION()
904 ubrk_setText(bi, ustr, ustr_len, &status); in PHP_FUNCTION()