Home
last modified time | relevance | path

Searched refs:intl_error_get_code (Results 1 – 5 of 5) sorted by relevance

/PHP-7.1/ext/intl/
H A Dintl_error.h40 UErrorCode intl_error_get_code( intl_error* err );
H A Dintl_error.c171 UErrorCode intl_error_get_code( intl_error* err ) in intl_error_get_code() function
/PHP-7.1/ext/intl/dateformat/
H A Ddateformat_create.cpp187 return U_FAILURE(intl_error_get_code(NULL)) ? FAILURE : SUCCESS; in datefmt_ctor()
/PHP-7.1/ext/intl/common/
H A Dcommon_error.c31 RETURN_LONG( intl_error_get_code( NULL ) ); in PHP_FUNCTION()
/PHP-7.1/ext/intl/converter/
H A Dconverter.c852 RETURN_LONG(intl_error_get_code(&(objval->error))); in PHP_METHOD()

Completed in 13 milliseconds