Home
last modified time | relevance | path

Searched refs:ocu_i (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/fs/udf/
Dunicode.c103 int udf_CS0toUTF8(struct ustr *utf_o, const struct ustr *ocu_i) in udf_CS0toUTF8() argument
109 ocu_len = ocu_i->u_len; in udf_CS0toUTF8()
115 cmp_id = ocu_i->u_cmpID; in udf_CS0toUTF8()
119 cmp_id, ocu_i->u_name); in udf_CS0toUTF8()
123 ocu = ocu_i->u_name; in udf_CS0toUTF8()
265 const struct ustr *ocu_i) in udf_CS0toNLS() argument
272 ocu_len = ocu_i->u_len; in udf_CS0toNLS()
278 cmp_id = ocu_i->u_cmpID; in udf_CS0toNLS()
282 cmp_id, ocu_i->u_name); in udf_CS0toNLS()
286 ocu = ocu_i->u_name; in udf_CS0toNLS()