Home
last modified time | relevance | path

Searched refs:USIZE (Results 1 – 4 of 4) sorted by relevance

/PHP-7.1/ext/intl/formatter/
H A Dformatter_attr.c106 int32_t value_buf_size = USIZE( value_buf ); in PHP_FUNCTION()
255 uint32_t length = USIZE(value_buf); in PHP_FUNCTION()
277 if(INTL_DATA_ERROR_CODE(nfo) == U_BUFFER_OVERFLOW_ERROR && length >= USIZE( value_buf )) { in PHP_FUNCTION()
348 uint32_t length = USIZE( value_buf ); in PHP_FUNCTION()
366 if(INTL_DATA_ERROR_CODE(nfo) == U_BUFFER_OVERFLOW_ERROR && length >= USIZE( value_buf )) { in PHP_FUNCTION()
H A Dformatter_format.c40 int32_t formatted_len = USIZE(format_buf); in PHP_FUNCTION()
142 int32_t formatted_len = USIZE(format_buf); in PHP_FUNCTION()
/PHP-7.1/ext/intl/
H A Dintl_common.h40 #define USIZE(data) sizeof((data))/sizeof(UChar) macro
/PHP-7.1/ext/intl/dateformat/
H A Ddateformat_attr.c89 uint32_t length = USIZE( value_buf ); in PHP_FUNCTION()
107 if(INTL_DATA_ERROR_CODE(dfo) == U_BUFFER_OVERFLOW_ERROR && length >= USIZE( value_buf )) { in PHP_FUNCTION()

Completed in 11 milliseconds