Home | History | Annotate | Download | only in udf

Lines Matching refs:unicode_t

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. */
492 int IsIllegal(unicode_t ch)