Home
last modified time | relevance | path

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

/fs/udf/
Dunicode.c104 uint8_t cmp_id, ocu_len; in udf_CS0toUTF8() local
113 cmp_id = ocu_i->u_cmpID; in udf_CS0toUTF8()
114 if (cmp_id != 8 && cmp_id != 16) { in udf_CS0toUTF8()
117 cmp_id, ocu_i->u_name); in udf_CS0toUTF8()
127 if (cmp_id == 16) in udf_CS0toUTF8()
256 uint8_t cmp_id, ocu_len; in udf_CS0toNLS() local
266 cmp_id = ocu_i->u_cmpID; in udf_CS0toNLS()
267 if (cmp_id != 8 && cmp_id != 16) { in udf_CS0toNLS()
270 cmp_id, ocu_i->u_name); in udf_CS0toNLS()
279 if (cmp_id == 16) in udf_CS0toNLS()