Searched refs:utf_cnt (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/fs/udf/
H A Dunicode.c185 int utf_cnt, u_len, u_ch; udf_UTF8toCS0() local
195 utf_cnt = 0U; udf_UTF8toCS0()
204 if (utf_cnt) { udf_UTF8toCS0()
206 if (--utf_cnt) udf_UTF8toCS0()
214 utf_cnt = 1; udf_UTF8toCS0()
217 utf_cnt = 2; udf_UTF8toCS0()
220 utf_cnt = 3; udf_UTF8toCS0()
223 utf_cnt = 4; udf_UTF8toCS0()
226 utf_cnt = 5; udf_UTF8toCS0()
253 if (utf_cnt) { udf_UTF8toCS0()

Completed in 62 milliseconds