Home
last modified time | relevance | path

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

/haiku/src/libs/iconv/
H A Dloop_wchar.h29 # define BUF_SIZE 64 /* assume MB_LEN_MAX <= 64 */ macro
143 char buf[BUF_SIZE]; in wchar_from_loop_convert()
215 if (bufcount + MB_CUR_MAX > BUF_SIZE) in wchar_from_loop_convert()
246 char buf[BUF_SIZE]; in wchar_from_loop_reset()
327 char buf[BUF_SIZE]; in wchar_to_loop_convert()
331 size_t bufleft = BUF_SIZE; in wchar_to_loop_convert()