Home
last modified time | relevance | path

Searched refs:unicode_t (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/fs/udf/
H A Dosta.h33 typedef unsigned short unicode_t; typedef
36 int udf_UncompressUnicode(int, byte *, unicode_t *);
38 int udf_CompressUnicode(int, int, unicode_t *, byte *);
41 int UDFTransName(unicode_t *, unicode_t *, int);
H A Dosta.c37 unicode_t *unicode) /* (Output) uncompressed unicode characters. */ in udf_UncompressUnicode()
142 unicode_t *unicode, /* (Input) unicode characters to compress. */ in udf_CompressUnicode()
294 int IsIllegal(unicode_t ch);
299 int UnicodeIsPrint(unicode_t);
311 unicode_t *newName, /* (Output)Translated name. Must be of length in UDFTransName()
313 unicode_t *udfName, /* (Input) Name from UDF volume.*/ in UDFTransName()
322 unicode_t current; in UDFTransName()
380 unicode_t ext[EXT_SIZE]; in UDFTransName()
457 unicode_t ch) /* (Input) Unicode char to search for. */ in UnicodeInString()
479 int IsIllegal(unicode_t ch) in IsIllegal()
H A Dudf_vfsops.c144 sizeof(unicode_t), NULL, NULL, NULL, NULL, 0, 0); in udf_init()
H A Dudf_vnops.c520 unicode_t *transname; in udf_transname()