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