Searched refs:unicode_t (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/sys/fs/udf/ |
| H A D | udf_osta.h | 31 typedef uint16_t unicode_t; typedef 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);
|
| H A D | udf_osta.c | 49 unicode_t *unicode) /* (Output) uncompressed unicode characters. */ in udf_UncompressUnicode() 115 unicode_t *unicode, /* (Input) unicode characters to compress. */ in udf_CompressUnicode() 285 int IsIllegal(unicode_t ch); 293 static int UnicodeIsPrint(unicode_t ch) { in UnicodeIsPrint() 298 int UnicodeLength(unicode_t *string) { in UnicodeLength() 324 unicode_t *newName, /* (Output)Translated name. Must be of length in UDFTransName() 326 unicode_t *udfName, /* (Input) Name from UDF volume.*/ in UDFTransName() 335 unicode_t current; in UDFTransName() 393 unicode_t ext[EXT_SIZE]; in UDFTransName() 470 unicode_t ch) /* (Input) Unicode char to search for. */ in UnicodeInString() [all …]
|
| H A D | udf_subr.c | 4215 ucode_chars = MIN(ucode_chars, UnicodeLength((unicode_t *) raw_name)); in udf_to_unix_name() 4269 (unicode_t *) raw_name, in unix_to_udf_name()
|
| /netbsd-src/external/gpl2/texinfo/dist/makeinfo/ |
| H A D | lang.h | 110 typedef unsigned short int unicode_t; /* should be 16 bits */ typedef 117 unicode_t unicode; /* Unicode in U+ convention */
|
| /netbsd-src/sbin/newfs_udf/ |
| H A D | udf_core.c | 704 ucode_chars = MIN(ucode_chars, UnicodeLength((unicode_t *) raw_name)); in udf_to_unix_name() 758 (unicode_t *) raw_name, in unix_to_udf_name()
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
| H A D | ChangeLog-2000 | 2666 * src/locale-inst.cc: Add codecvt<unicode_t, wchar_t,
|