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

/netbsd-6-1-5-RELEASE/sys/fs/udf/
H A Dudf_osta.h28 * byte needs to be unsigned 8-bit, and unicode_t needs to be
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 Dudf_osta.c48 unicode_t *unicode) /* (Output) uncompressed unicode characters. */
108 unicode_t *unicode, /* (Input) unicode characters to compress. */
278 int IsIllegal(unicode_t ch);
286 static int UnicodeIsPrint(unicode_t ch) {
291 int UnicodeLength(unicode_t *string) {
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 c
[all...]
H A Dudf_subr.c4169 ucode_chars = MIN(ucode_chars, UnicodeLength((unicode_t *) raw_name));
4224 (unicode_t *) raw_name,
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/codecvt/unicode/
H A D1.cc31 typedef unsigned short unicode_t; typedef
36 struct char_traits<unicode_t>
38 typedef unicode_t char_type;
97 class length_codecvt : public std::codecvt<unicode_t, char, std::__enc_traits>
99 typedef std::codecvt<unicode_t, char, std::__enc_traits> unicode_codecvt;
112 // codecvt<unicode_t, char, __enc_traits>
117 typedef unicode_t int_type;
H A Dchar.cc28 typedef unsigned short unicode_t; typedef
33 struct char_traits<unicode_t>
35 typedef unicode_t char_type;
116 // codecvt<unicode_t, char, __enc_traits>
122 typedef unicode_t int_type;
204 // codecvt<unicode_t, char, __enc_traits>
210 typedef unsigned short unicode_t; typedef
211 typedef unicode_t int_type;
H A Dwchar_t.cc29 typedef unsigned short unicode_t; typedef
34 struct char_traits<unicode_t>
36 typedef unicode_t char_type;
94 // codecvt<unicode_t, wchar_t, __enc_traits>
99 typedef unicode_t int_type;
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/makeinfo/
H A Dlang.h111 typedef unsigned short int unicode_t; /* should be 16 bits */
118 unicode_t unicode; /* Unicode in U+ convention */
110 typedef unsigned short int unicode_t; /* should be 16 bits */ typedef
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/locale/cons/
H A D2.cc47 typedef unsigned short unicode_t; typedef
52 struct char_traits<unicode_t>
54 typedef unicode_t char_type;
110 typedef unicode_t int_type;
/netbsd-6-1-5-RELEASE/sbin/newfs_udf/
H A Dudf_create.c466 udf_CompressUnicode(len, 8, (unicode_t *) u16_name, (byte *) osta_id);

Completed in 100 milliseconds