Searched refs:format_buf (Results 1 – 1 of 1) sorted by relevance
32 UChar format_buf[32]; in PHP_FUNCTION() local33 UChar* formatted = format_buf; in PHP_FUNCTION()34 int32_t formatted_len = USIZE(format_buf); in PHP_FUNCTION()121 INTL_METHOD_RETVAL_UTF8( nfo, formatted, formatted_len, ( formatted != format_buf ) ); in PHP_FUNCTION()129 UChar format_buf[32]; in PHP_FUNCTION() local130 UChar* formatted = format_buf; in PHP_FUNCTION()131 int32_t formatted_len = USIZE(format_buf); in PHP_FUNCTION()169 if (formatted != format_buf) { in PHP_FUNCTION()173 INTL_METHOD_RETVAL_UTF8( nfo, formatted, formatted_len, ( formatted != format_buf ) ); in PHP_FUNCTION()
Completed in 6 milliseconds