Home
last modified time | relevance | path

Searched refs:BREAKITER_ERROR_CODE (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/ext/intl/breakiterator/
H A Drulebasedbreakiterator_methods.cpp121 intl_errors_set(BREAKITER_ERROR_P(bio), BREAKITER_ERROR_CODE(bio), in PHP_FUNCTION()
159 BREAKITER_ERROR_CODE(bio)); in PHP_FUNCTION()
160 if (BREAKITER_ERROR_CODE(bio) == U_BUFFER_OVERFLOW_ERROR) { in PHP_FUNCTION()
161 BREAKITER_ERROR_CODE(bio) = U_ZERO_ERROR; in PHP_FUNCTION()
169 BREAKITER_ERROR_CODE(bio)); in PHP_FUNCTION()
170 if (U_FAILURE(BREAKITER_ERROR_CODE(bio))) { in PHP_FUNCTION()
172 intl_errors_set(BREAKITER_ERROR_P(bio), BREAKITER_ERROR_CODE(bio), in PHP_FUNCTION()
202 intl_errors_set(BREAKITER_ERROR_P(bio), BREAKITER_ERROR_CODE(bio), in PHP_FUNCTION()
H A Dbreakiterator_class.h54 #define BREAKITER_ERROR_CODE(bio) INTL_ERROR_CODE(BREAKITER_ERROR(bio)) macro
H A Dbreakiterator_methods.cpp168 bio->biter->setText(ut, BREAKITER_ERROR_CODE(bio)); in PHP_FUNCTION()
367 BREAKITER_ERROR_CODE(bio)); in PHP_FUNCTION()
416 RETURN_LONG((zend_long)BREAKITER_ERROR_CODE(bio)); in PHP_FUNCTION()

Completed in 8 milliseconds