Searched refs:uni (Results 1 - 25 of 78) sorted by relevance

1234

/linux-master/fs/nls/
H A Dnls_koi8-ru.c16 static int uni2char(const wchar_t uni, argument
22 if ((uni & 0xffaf) == 0x040e || (uni & 0xffce) == 0x254c) {
24 if (uni == 0x040e)
26 else if (uni == 0x045e)
28 else if (uni == 0x255d || uni == 0x256c)
31 return p_nls->uni2char(uni, out, boundlen);
36 return p_nls->uni2char(uni, out, boundlen);
40 wchar_t *uni)
39 char2uni(const unsigned char *rawstring, int boundlen, wchar_t *uni) argument
[all...]
H A Dnls_utf8.c14 static int uni2char(wchar_t uni, unsigned char *out, int boundlen) argument
21 n = utf32_to_utf8(uni, out, boundlen);
29 static int char2uni(const unsigned char *rawstring, int boundlen, wchar_t *uni) argument
36 *uni = 0x003f; /* ? */
39 *uni = (wchar_t) u;
H A Dnls_ascii.c120 static int uni2char(wchar_t uni, unsigned char *out, int boundlen) argument
123 unsigned char cl = uni & 0x00ff;
124 unsigned char ch = (uni & 0xff00) >> 8;
137 static int char2uni(const unsigned char *rawstring, int boundlen, wchar_t *uni) argument
139 *uni = charset2uni[*rawstring];
140 if (*uni == 0x0000)
H A Dnls_cp874.c227 static int uni2char(wchar_t uni, unsigned char *out, int boundlen) argument
230 unsigned char cl = uni & 0x00ff;
231 unsigned char ch = (uni & 0xff00) >> 8;
244 static int char2uni(const unsigned char *rawstring, int boundlen, wchar_t *uni) argument
246 *uni = charset2uni[*rawstring];
247 if (*uni == 0x0000)
H A Dnls_iso8859-1.c211 static int uni2char(wchar_t uni, unsigned char *out, int boundlen) argument
214 unsigned char cl = uni & 0x00ff;
215 unsigned char ch = (uni & 0xff00) >> 8;
228 static int char2uni(const unsigned char *rawstring, int boundlen, wchar_t *uni) argument
230 *uni = charset2uni[*rawstring];
231 if (*uni == 0x0000)
H A Dnls_iso8859-13.c239 static int uni2char(wchar_t uni, unsigned char *out, int boundlen) argument
242 unsigned char cl = uni & 0x00ff;
243 unsigned char ch = (uni & 0xff00) >> 8;
256 static int char2uni(const unsigned char *rawstring, int boundlen, wchar_t *uni) argument
258 *uni = charset2uni[*rawstring];
259 if (*uni == 0x0000)
H A Dnls_iso8859-5.c226 static int uni2char(wchar_t uni, unsigned char *out, int boundlen) argument
229 unsigned char cl = uni & 0x00ff;
230 unsigned char ch = (uni & 0xff00) >> 8;
243 static int char2uni(const unsigned char *rawstring, int boundlen, wchar_t *uni) argument
245 *uni = charset2uni[*rawstring];
246 if (*uni == 0x0000)
H A Dnls_iso8859-6.c217 static int uni2char(wchar_t uni, unsigned char *out, int boundlen) argument
220 unsigned char cl = uni & 0x00ff;
221 unsigned char ch = (uni & 0xff00) >> 8;
234 static int char2uni(const unsigned char *rawstring, int boundlen, wchar_t *uni) argument
236 *uni = charset2uni[*rawstring];
237 if (*uni == 0x0000)
H A Dnls_iso8859-9.c226 static int uni2char(wchar_t uni, unsigned char *out, int boundlen) argument
229 unsigned char cl = uni & 0x00ff;
230 unsigned char ch = (uni & 0xff00) >> 8;
243 static int char2uni(const unsigned char *rawstring, int boundlen, wchar_t *uni) argument
245 *uni = charset2uni[*rawstring];
246 if (*uni == 0x0000)
H A Dnls_cp1250.c301 static int uni2char(wchar_t uni, unsigned char *out, int boundlen) argument
304 unsigned char cl = uni & 0x00ff;
305 unsigned char ch = (uni & 0xff00) >> 8;
318 static int char2uni(const unsigned char *rawstring, int boundlen, wchar_t *uni) argument
320 *uni = charset2uni[*rawstring];
321 if (*uni == 0x0000)
/linux-master/sound/soc/sti/
H A Dsti_uniperif.c80 { .compatible = "st,stih407-uni-player-hdmi",
83 { .compatible = "st,stih407-uni-player-pcm-out",
86 { .compatible = "st,stih407-uni-player-dac",
89 { .compatible = "st,stih407-uni-player-spdif",
92 { .compatible = "st,stih407-uni-reader-pcm_in",
95 { .compatible = "st,stih407-uni-reader-hdmi",
102 int sti_uniperiph_reset(struct uniperif *uni) argument
106 /* Reset uniperipheral uni */
107 SET_UNIPERIF_SOFT_RST_SOFT_RST(uni);
109 if (uni
129 struct uniperif *uni = priv->dai_data.uni; local
167 struct uniperif *uni = rule->private; local
182 struct uniperif *uni = rule->private; local
210 sti_uniperiph_get_tdm_word_pos(struct uniperif *uni, unsigned int *word_pos) argument
259 struct uniperif *uni = priv->dai_data.uni; local
287 struct uniperif *uni = priv->dai_data.uni; local
315 struct uniperif *uni = priv->dai_data.uni; local
337 struct uniperif *uni = priv->dai_data.uni; local
394 struct uniperif *uni; local
[all...]
H A Duniperif_reader.c190 struct uniperif *reader = priv->dai_data.uni;
341 struct uniperif *reader = priv->dai_data.uni;
357 struct uniperif *reader = priv->dai_data.uni;
388 struct uniperif *reader = priv->dai_data.uni;
H A Duniperif_player.c575 struct uniperif *player = priv->dai_data.uni;
592 struct uniperif *player = priv->dai_data.uni;
643 struct uniperif *player = priv->dai_data.uni;
657 struct uniperif *player = priv->dai_data.uni;
695 struct uniperif *player = priv->dai_data.uni;
728 struct uniperif *player = priv->dai_data.uni;
750 struct uniperif *player = priv->dai_data.uni;
980 struct uniperif *player = priv->dai_data.uni;
998 struct uniperif *player = priv->dai_data.uni;
/linux-master/include/linux/
H A Dconsolemap.h29 int conv_uni_to_8bit(u32 uni);
54 static inline int conv_uni_to_8bit(u32 uni) argument
56 return uni & 0xff;
H A Dnls.h28 int (*uni2char) (wchar_t uni, unsigned char *out, int boundlen);
30 wchar_t *uni);
/linux-master/fs/ntfs3/
H A Dnamei.c21 const struct cpu_str *uni)
31 if (uni) {
33 int ulen = uni->len;
35 const u16 *name_cpu = uni->name;
40 memcpy(fname->name, uni->name, uni->len * sizeof(u16));
42 fname->name_len = uni->len;
71 struct cpu_str *uni = __getname(); local
75 if (!uni)
79 dentry->d_name.len, uni, NTFS_NAME_LE
20 fill_name_de(struct ntfs_sb_info *sbi, void *buf, const struct qstr *name, const struct cpu_str *uni) argument
374 struct cpu_str *uni = __getname(); local
481 struct cpu_str *uni; local
[all...]
H A Ddir.c167 * @uni: Destination memory.
178 struct cpu_str *uni, u32 max_ulen,
184 u16 *uname = uni->name;
191 uni->len = ret;
226 uni->len = ret;
233 struct inode *dir_search_u(struct inode *dir, const struct cpu_str *uni, argument
254 err = indx_find(&ni->dir, ni, NULL, uni, 0, sbi, &diff, &e, fnd);
264 inode = ntfs_iget5(sb, &e->ref, uni);
177 ntfs_nls_to_utf16(struct ntfs_sb_info *sbi, const u8 *name, u32 name_len, struct cpu_str *uni, u32 max_ulen, enum utf16_endian endian) argument
/linux-master/fs/isofs/
H A Djoliet.c18 uni16_to_x8(unsigned char *ascii, __be16 *uni, int len, struct nls_table *nls) argument
23 ip = uni;
/linux-master/drivers/tty/vt/
H A DMakefile5 FONTMAPFILE = cp437.uni
H A Dconsolemap.c199 #define UNI_DIR(uni) FIELD_GET(UNI_DIR_BITS, (uni))
200 #define UNI_ROW(uni) FIELD_GET(UNI_ROW_BITS, (uni))
201 #define UNI_GLYPH(uni) FIELD_GET(UNI_GLYPH_BITS, (uni))
587 u16 uni = 0; local
604 uni += UNI_DIR_ROWS * UNI_ROW_GLYPHS;
612 uni += UNI_ROW_GLYPHS;
616 for (g = 0; g < UNI_ROW_GLYPHS; g++, uni
849 unsigned short uni = translations[USER_MAP][c]; local
853 conv_uni_to_8bit(u32 uni) argument
[all...]
/linux-master/fs/fat/
H A Ddir.c142 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, argument
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) argument
197 charlen = t->char2uni(c, clen, uni);
199 *uni = 0x003f; /* a question mark */
207 int clen, wchar_t *uni)
214 *uni
141 uni16_to_x8(struct super_block *sb, unsigned char *ascii, const wchar_t *uni, int len, struct nls_table *nls) argument
206 fat_short2lower_uni(struct nls_table *t, unsigned char *c, int clen, wchar_t *uni) argument
[all...]
/linux-master/fs/vboxsf/
H A Dutils.c372 wchar_t uni; local
397 nb = sbi->nls->char2uni(path, path_len, &uni);
406 nb = utf32_to_utf8(uni, out, out_len);
455 unicode_t uni; local
457 nb = utf8_to_utf32(in, in_bound_len, &uni);
464 nb = sbi->nls->uni2char(uni, out, out_bound_len);
/linux-master/net/mac80211/
H A Dkey.h154 bool uni, bool multi);
/linux-master/fs/befs/
H A Dlinuxvfs.c510 unicode_t uni; local
533 utflen = utf8_to_utf32(&in[i], in_len - i, &uni);
538 if (uni > MAX_WCHAR_T)
540 unilen = nls->uni2char(uni, &result[o], in_len - o);
587 wchar_t uni; local
614 unilen = nls->char2uni(&in[i], in_len - i, &uni);
619 utflen = utf32_to_utf8(uni, &result[o], 3);
/linux-master/fs/exfat/
H A Dnls.c679 unsigned short uni = get_unaligned_le16(bh->b_data + i); local
682 index += uni;
684 } else if (uni == index) {
686 } else if (uni == 0xFFFF) {
688 } else { /* uni != index , uni != 0xFFFF */
689 upcase_table[index] = uni;
710 unsigned short uni = 0, *upcase_table; local
720 uni = uni_def_upcase[i];
722 index += uni;
[all...]

Completed in 177 milliseconds

1234