Searched refs:unicode_t (Results 1 – 6 of 6) sorted by relevance
| /trueos/sys/fs/udf/ |
| HD | osta.h | 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);
|
| HD | osta.c | 39 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()
|
| HD | udf_vfsops.c | 149 sizeof(unicode_t), NULL, NULL, NULL, NULL, 0, 0); in udf_init()
|
| HD | udf_vnops.c | 511 unicode_t *transname; in udf_transname()
|
| /trueos/contrib/texinfo/makeinfo/ |
| HD | lang.h | 108 typedef unsigned short int unicode_t; /* should be 16 bits */ typedef 115 unicode_t unicode; /* Unicode in U+ convention */
|
| /trueos/contrib/libstdc++/ |
| D | ChangeLog-2000 | 2666 * src/locale-inst.cc: Add codecvt<unicode_t, wchar_t,
|