Searched refs:ocu_len (Results 1 – 1 of 1) sorted by relevance
106 uint8_t cmp_id, ocu_len; in udf_CS0toUTF8() local109 ocu_len = ocu_i->u_len; in udf_CS0toUTF8()110 if (ocu_len == 0) { in udf_CS0toUTF8()125 for (i = 0; (i < ocu_len) && (utf_o->u_len <= (UDF_NAME_LEN - 3));) { in udf_CS0toUTF8()268 uint8_t cmp_id, ocu_len; in udf_CS0toNLS() local272 ocu_len = ocu_i->u_len; in udf_CS0toNLS()273 if (ocu_len == 0) { in udf_CS0toNLS()288 for (i = 0; (i < ocu_len) && (utf_o->u_len <= (UDF_NAME_LEN - 3));) { in udf_CS0toNLS()