Searched refs:format_buf (Results 1 – 1 of 1) sorted by relevance
37 UChar format_buf[32]; in PHP_FUNCTION() local38 UChar* formatted = format_buf; in PHP_FUNCTION()39 int formatted_len = USIZE(format_buf); in PHP_FUNCTION()128 INTL_METHOD_RETVAL_UTF8( nfo, formatted, formatted_len, ( formatted != format_buf ) ); in PHP_FUNCTION()140 UChar format_buf[32]; in PHP_FUNCTION() local141 UChar* formatted = format_buf; in PHP_FUNCTION()142 int formatted_len = USIZE(format_buf); in PHP_FUNCTION()183 if (formatted != format_buf) { in PHP_FUNCTION()187 INTL_METHOD_RETVAL_UTF8( nfo, formatted, formatted_len, ( formatted != format_buf ) ); in PHP_FUNCTION()
Completed in 9 milliseconds