Searched refs:ocu (Results 1 – 1 of 1) sorted by relevance
100 const uint8_t *ocu; in udf_CS0toUTF8() local118 ocu = ocu_i->u_name; in udf_CS0toUTF8()123 uint32_t c = ocu[i++]; in udf_CS0toUTF8()125 c = (c << 8) | ocu[i++]; in udf_CS0toUTF8()177 static int udf_UTF8toCS0(dstring *ocu, struct ustr *utf, int length) in udf_UTF8toCS0() argument182 memset(ocu, 0, sizeof(dstring) * length); in udf_UTF8toCS0()183 ocu[0] = 8; in udf_UTF8toCS0()236 ocu[0] = (uint8_t)0x10U; in udf_UTF8toCS0()244 ocu[++u_len] = (uint8_t)(utf_char >> 8); in udf_UTF8toCS0()245 ocu[++u_len] = (uint8_t)(utf_char & 0xffU); in udf_UTF8toCS0()[all …]