Lines Matching refs:uni
142 const wchar_t *uni, int len, struct nls_table *nls)
150 ip = uni;
181 static inline int fat_uni_to_x8(struct super_block *sb, const wchar_t *uni,
186 return utf16s_to_utf8s(uni, FAT_MAX_UNI_CHARS,
189 return uni16_to_x8(sb, buf, uni, size, sbi->nls_io);
193 fat_short2uni(struct nls_table *t, unsigned char *c, int clen, wchar_t *uni)
197 charlen = t->char2uni(c, clen, uni);
199 *uni = 0x003f; /* a question mark */
207 int clen, wchar_t *uni)
214 *uni = 0x003f; /* a question mark */
222 charlen = t->char2uni(&nc, 1, uni);
224 *uni = 0x003f; /* a question mark */
228 *uni = wc;