Searched refs:utf (Results 1 – 1 of 1) sorted by relevance
176 static int udf_UTF8toCS0(dstring *ocu, struct ustr *utf, int length) in udf_UTF8toCS0() argument189 for (i = 0U; i < utf->u_len; i++) { in udf_UTF8toCS0()190 c = (uint8_t)utf->u_name[i]; in udf_UTF8toCS0()