Searched refs:ocu (Results 1 – 1 of 1) sorted by relevance
105 const uint8_t *ocu; in udf_CS0toUTF8() local123 ocu = ocu_i->u_name; in udf_CS0toUTF8()128 uint32_t c = ocu[i++]; in udf_CS0toUTF8()130 c = (c << 8) | ocu[i++]; in udf_CS0toUTF8()182 static int udf_UTF8toCS0(dstring *ocu, struct ustr *utf, int length) in udf_UTF8toCS0() argument187 memset(ocu, 0, sizeof(dstring) * length); in udf_UTF8toCS0()188 ocu[0] = 8; in udf_UTF8toCS0()241 ocu[0] = (uint8_t)0x10U; in udf_UTF8toCS0()249 ocu[++u_len] = (uint8_t)(utf_char >> 8); in udf_UTF8toCS0()250 ocu[++u_len] = (uint8_t)(utf_char & 0xffU); in udf_UTF8toCS0()[all …]