HomeSort by: relevance | last modified time | path
    Searched refs:unicode_t (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/fs/udf/
udf_osta.h 28 * byte needs to be unsigned 8-bit, and unicode_t needs to be
31 typedef uint16_t unicode_t; typedef in typeref:typename:uint16_t
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);
udf_osta.c 49 unicode_t *unicode) /* (Output) uncompressed unicode characters. */
115 unicode_t *unicode, /* (Input) unicode characters to compress. */
285 int IsIllegal(unicode_t ch);
293 static int UnicodeIsPrint(unicode_t ch) {
298 int UnicodeLength(unicode_t *string) {
324 unicode_t *newName, /* (Output)Translated name. Must be of length
326 unicode_t *udfName, /* (Input) Name from UDF volume.*/
335 unicode_t current;
393 unicode_t ext[EXT_SIZE];
470 unicode_t ch) /* (Input) Unicode char to search for. *
    [all...]
udf_subr.c 4215 ucode_chars = MIN(ucode_chars, UnicodeLength((unicode_t *) raw_name));
4269 (unicode_t *) raw_name,
  /src/sbin/newfs_udf/
udf_core.c 704 ucode_chars = MIN(ucode_chars, UnicodeLength((unicode_t *) raw_name));
758 (unicode_t *) raw_name,

Completed in 43 milliseconds