Searched refs:unicode_t (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/sys/fs/udf/
H A Dosta.h32 * byte needs to be unsigned 8-bit, and unicode_t needs to be
35 typedef unsigned short unicode_t; typedef
38 int udf_UncompressUnicode(int, byte *, unicode_t *);
40 int udf_CompressUnicode(int, int, unicode_t *, byte *);
43 int UDFTransName(unicode_t *, unicode_t *, int);
H A Dosta.c39 unicode_t *unicode) /* (Output) uncompressed unicode characters. */
144 unicode_t *unicode, /* (Input) unicode characters to compress. */
300 int IsIllegal(unicode_t ch);
305 int UnicodeIsPrint(unicode_t);
317 unicode_t *newName, /* (Output)Translated name. Must be of length
319 unicode_t *udfName, /* (Input) Name from UDF volume.*/
328 unicode_t current;
386 unicode_t ext[EXT_SIZE];
463 unicode_t ch) /* (Input) Unicode char to search for. */
485 int IsIllegal(unicode_t c
[all...]
H A Dudf_vfsops.c149 sizeof(unicode_t), NULL, NULL, NULL, NULL, 0, 0);
H A Dudf_vnops.c511 unicode_t *transname;
/freebsd-10.0-release/contrib/texinfo/makeinfo/
H A Dlang.h109 typedef unsigned short int unicode_t; /* should be 16 bits */
116 unicode_t unicode; /* Unicode in U+ convention */
108 typedef unsigned short int unicode_t; /* should be 16 bits */ typedef

Completed in 73 milliseconds