Searched refs:mbc_buf (Results 1 – 1 of 1) sorted by relevance
114 static char mbc_buf[MAX_UTF_CHAR_LEN]; variable1068 if (store_prchar((LWCHAR) mbc_buf[i], pos)) in flush_mbc_buf()1128 *mbc_buf = c; in pappend_b()1141 mbc_buf[mbc_buf_index++] = c; in pappend_b()1144 if (is_utf8_well_formed(mbc_buf, mbc_buf_index)) in pappend_b()1145 r = do_append(get_wchar(mbc_buf), mbc_buf, mbc_pos); in pappend_b()