udf_osta.h | 28 * byte needs to be unsigned 8-bit, and unicode_t needs to be 31 typedef uint16_t unicode_t; typedef in typeref:typename:uint16_t 35 int udf_UncompressUnicode(int, byte *, unicode_t *); 36 int udf_CompressUnicode(int, int, unicode_t *, byte *); 40 int UDFTransName(unicode_t *, unicode_t *, int); 41 int UnicodeLength(unicode_t *string);
|