Searched refs:mbc_buf_index (Results 1 – 1 of 1) sorted by relevance
112 static int mbc_buf_index = 0; variable873 for (i = 0; i < mbc_buf_index; i++) in flush_mbc_buf()875 return mbc_buf_index - i; in flush_mbc_buf()907 mbc_buf_index = r + 1; in pappend()910 return (mbc_buf_index); in pappend()932 mbc_buf_index = 1; in pappend()946 mbc_buf[mbc_buf_index++] = c; in pappend()947 if (mbc_buf_index < mbc_buf_len) in pappend()949 if (is_utf8_well_formed(mbc_buf, mbc_buf_index)) in pappend()953 mbc_buf_index = r = flush_mbc_buf(mbc_pos); in pappend()[all …]