Lines Matching refs:status
74 UErrorCode status = U_ZERO_ERROR; in PHP_FUNCTION() local
160 date = obj_cal->getTime(status); in PHP_FUNCTION()
161 if (U_FAILURE(status)) { in PHP_FUNCTION()
162 intl_error_set(NULL, status, in PHP_FUNCTION()
174 cal = new GregorianCalendar(Locale::createFromName(locale_str), status); in PHP_FUNCTION()
175 if (U_FAILURE(status)) { in PHP_FUNCTION()
176 intl_error_set(NULL, status, in PHP_FUNCTION()
183 intl_error_set(NULL, status, "datefmt_format_object: the passed object " in PHP_FUNCTION()
194 status); in PHP_FUNCTION()
196 if (U_FAILURE(status)) { in PHP_FUNCTION()
197 intl_error_set(NULL, status, in PHP_FUNCTION()
208 intl_error_set(NULL, status, in PHP_FUNCTION()
227 u8str = intl_charFromString(result, &status); in PHP_FUNCTION()
229 intl_error_set(NULL, status, in PHP_FUNCTION()