Home
last modified time | relevance | path

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

/trueos/sys/fs/udf/
HDosta.h35 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);
HDosta.c39 unicode_t *unicode) /* (Output) uncompressed unicode characters. */ in udf_UncompressUnicode()
144 unicode_t *unicode, /* (Input) unicode characters to compress. */ in udf_CompressUnicode()
300 int IsIllegal(unicode_t ch);
305 int UnicodeIsPrint(unicode_t);
317 unicode_t *newName, /* (Output)Translated name. Must be of length in UDFTransName()
319 unicode_t *udfName, /* (Input) Name from UDF volume.*/ in UDFTransName()
328 unicode_t current; in UDFTransName()
386 unicode_t ext[EXT_SIZE]; in UDFTransName()
463 unicode_t ch) /* (Input) Unicode char to search for. */ in UnicodeInString()
485 int IsIllegal(unicode_t ch) in IsIllegal()
HDudf_vfsops.c149 sizeof(unicode_t), NULL, NULL, NULL, NULL, 0, 0); in udf_init()
HDudf_vnops.c511 unicode_t *transname; in udf_transname()
/trueos/contrib/texinfo/makeinfo/
HDlang.h108 typedef unsigned short int unicode_t; /* should be 16 bits */ typedef
115 unicode_t unicode; /* Unicode in U+ convention */
/trueos/contrib/libstdc++/
DChangeLog-20002666 * src/locale-inst.cc: Add codecvt<unicode_t, wchar_t,