Home
last modified time | relevance | path

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

/PHP-5.6/ext/intl/formatter/
H A Dformatter_attr.c106 int value_buf_size = USIZE( value_buf ); in PHP_FUNCTION()
255 int 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 int 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.c39 int formatted_len = USIZE(format_buf); in PHP_FUNCTION()
142 int formatted_len = USIZE(format_buf); in PHP_FUNCTION()
/PHP-5.6/ext/intl/
H A Dintl_common.h38 #define USIZE(data) sizeof((data))/sizeof(UChar) macro
/PHP-5.6/ext/intl/dateformat/
H A Ddateformat_attr.c89 int 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 13 milliseconds