Home
last modified time | relevance | path

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

/fs/udf/
Dunicode.c101 uint8_t cmp_id, ocu_len; in udf_CS0toUTF8() local
110 cmp_id = ocu_i->u_cmpID; in udf_CS0toUTF8()
111 if (cmp_id != 8 && cmp_id != 16) { in udf_CS0toUTF8()
114 cmp_id, ocu_i->u_name); in udf_CS0toUTF8()
124 if (cmp_id == 16) in udf_CS0toUTF8()
263 uint8_t cmp_id, ocu_len; in udf_CS0toNLS() local
273 cmp_id = ocu_i->u_cmpID; in udf_CS0toNLS()
274 if (cmp_id != 8 && cmp_id != 16) { in udf_CS0toNLS()
277 cmp_id, ocu_i->u_name); in udf_CS0toNLS()
286 if (cmp_id == 16) in udf_CS0toNLS()