Searched refs:mbc_buf (Results 1 – 1 of 1) sorted by relevance
107 static char mbc_buf[MAX_UTF_CHAR_LEN];905 if (store_prchar((LWCHAR) mbc_buf[i], pos)) in pappend() 965 *mbc_buf = c; in pappend() 978 mbc_buf[mbc_buf_index++] = c; in store_control_char() 981 if (is_utf8_well_formed(mbc_buf, mbc_buf_index)) in store_control_char() 982 r = do_append(get_wchar(mbc_buf), mbc_buf, mbc_pos); in store_control_char() 108 static char mbc_buf[MAX_UTF_CHAR_LEN]; global() variable