HomeSort by: relevance | last modified time | path
    Searched defs:unicode_t (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/udf/
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);
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);

Completed in 24 milliseconds