Searched refs:unicode (Results 1 - 25 of 45) sorted by relevance

12

/linux-master/drivers/tty/vt/
H A Dselection.c67 sel_pos(int n, bool unicode) argument
69 if (unicode)
198 static int vc_selection_store_chars(struct vc_data *vc, bool unicode) argument
204 /* chars can take up to 4 bytes with unicode */
205 bp = kmalloc_array((vc_sel.end - vc_sel.start) / 2 + 1, unicode ? 4 : 1,
217 u32 c = sel_pos(i, unicode);
218 if (unicode)
243 bool unicode = vt_do_kdgkbmode(fg_console) == K_UNICODE; local
251 spc = is_space_on_vt(sel_pos(ps, unicode));
253 if ((spc && !is_space_on_vt(sel_pos(ps, unicode))) ||
[all...]
H A DMakefile33 loadkeys --mktable --unicode $< > $@
H A Dconmakehash.c22 typedef unsigned short unicode; typedef
45 unicode unitable[MAX_FONTLEN][255];
125 * <fontpos> <unicode> <unicode> ...
127 * <range> <unicode range>
130 * and <unicode> ::= U+<h><h><h><h>
224 /* no range; expect a list of unicode values for a single font position */
H A Dconsolemap.c208 * struct uni_pagedict - unicode directory
214 * @inverse_trans_unicode: best-effort inverse mapping to unicode
509 con_insert_unipair(struct uni_pagedict *p, u_short unicode, u_short fontpos) argument
514 n = UNI_DIR(unicode);
523 n = UNI_ROW(unicode);
534 row[UNI_GLYPH(unicode)] = fontpos;
536 p->sum += (fontpos << 20U) + unicode;
597 * entry is added. The unicode value must still be incremented for
620 * Found one, copy entry for unicode uni with
671 * Insert user specified unicode pair
[all...]
H A Dvc_screen.c13 * /dev/vcsuN: similar to /dev/vcsaN but using 4-byte unicode values
17 * /dev/vcsuaN: same idea as /dev/vcsaN for unicode (not yet implemented).
60 * 64 ... 127 unicode mode without attributes
62 * 192 ... 255 unused (reserved for unicode with attributes)
205 * @unicode: is it unicode?
209 static int vcs_size(const struct vc_data *vc, bool attr, bool unicode) argument
218 if (unicode)
222 } else if (unicode)
393 /* we enforce 32-bit alignment for pos and count in unicode mod
[all...]
/linux-master/fs/udf/
H A DMakefile10 directory.o misc.o udftime.o unicode.o
/linux-master/fs/smb/server/
H A Dunicode.h7 * Convert a unicode character to upper or lower case using
27 #include <linux/unicode.h>
H A DMakefile7 ksmbd-y := unicode.o auth.o vfs.o vfs_cache.o server.o ndr.o \
H A Dvfs.h15 #include <linux/unicode.h>
H A Dconnection.h17 #include <linux/unicode.h>
/linux-master/fs/hfsplus/
H A DMakefile9 bnode.o brec.o bfind.o tables.o unicode.o wrapper.o bitmap.o part_tbl.o \
H A Dunicode.c3 * linux/fs/hfsplus/unicode.c
9 * Handler routines for unicode strings
17 /* Fold the case of a unicode char, given the 16 bit value */
31 /* Compare unicode strings, return values like normal strcmp */
40 p1 = s1->unicode;
41 p2 = s2->unicode;
74 p1 = s1->unicode;
75 p2 = s2->unicode;
134 ip = ustr->unicode;
253 * Convert one or more ASCII characters into a single unicode characte
[all...]
H A Dhfsplus_raw.h62 hfsplus_unichr unicode[HFSPLUS_MAX_STRLEN]; member in struct:hfsplus_unistr
71 hfsplus_unichr unicode[HFSPLUS_ATTR_MAX_STRLEN]; member in struct:hfsplus_attr_unistr
H A Dcatalog.c77 memcpy(key->cat.name.unicode, name->unicode, ustrlen);
367 &fd.search_key->cat.name.unicode,
/linux-master/fs/unicode/
H A DMakefile4 obj-y += unicode.o
9 unicode-y := utf8-norm.o utf8-core.o
H A Dutf8n.h14 #include <linux/unicode.h>
H A Dutf8-selftest.c12 #include <linux/unicode.h>
/linux-master/drivers/accessibility/speakup/
H A Dspeakup_soft.c219 loff_t *pos, int unicode)
224 size_t bytes_per_ch = unicode ? 3 : 1;
238 if (!unicode)
270 if (!unicode)
278 if ((!unicode && ch < 0x100) || (unicode && ch < 0x80)) {
286 } else if (unicode && ch < 0x800) {
297 } else if (unicode) {
218 softsynthx_read(struct file *fp, char __user *buf, size_t count, loff_t *pos, int unicode) argument
H A Dsynth.c54 static void _spk_do_catch_up(struct spk_synth *synth, int unicode) argument
84 if (!unicode)
96 if (unicode)
/linux-master/fs/smb/server/mgmt/
H A Dshare_config.h12 #include <linux/unicode.h>
/linux-master/fs/fat/
H A Ddir.c30 * Maximum buffer size of unicode chars from slots.
281 wchar_t **unicode, unsigned char *nr_slots)
286 if (!*unicode) {
287 *unicode = __getname();
288 if (!*unicode) {
310 fat16_towchar(*unicode + offset, ds->name0_4, 5);
311 fat16_towchar(*unicode + offset + 5, ds->name5_10, 6);
312 fat16_towchar(*unicode + offset + 11, ds->name11_12, 2);
315 (*unicode)[offset + 13] = 0;
471 wchar_t *unicode local
279 fat_parse_long(struct inode *dir, loff_t *pos, struct buffer_head **bh, struct msdos_dir_entry **de, wchar_t **unicode, unsigned char *nr_slots) argument
562 wchar_t *unicode = NULL; local
[all...]
/linux-master/fs/f2fs/
H A Dhash.c16 #include <linux/unicode.h>
/linux-master/include/uapi/linux/
H A Dkd.h61 #define GIO_UNIMAP 0x4B66 /* get unicode-to-font mapping from kernel */
63 unsigned short unicode; member in struct:unipair
70 #define PIO_UNIMAP 0x4B67 /* put unicode-to-font mapping in kernel */
/linux-master/fs/nls/
H A Dnls_ucs2_utils.h4 * and then via server/unicode.c
8 * Convert a unicode character to upper or lower case using
28 #include <linux/unicode.h>
247 * UniToupper: Convert a unicode character to upper case
270 * UniStrupr: Upper case a unicode string
/linux-master/fs/smb/client/
H A Dreparse.c349 u32 plen, bool unicode,
366 len, unicode,
379 bool unicode, struct cifs_open_info_data *data)
391 plen, unicode, cifs_sb, data);
348 parse_reparse_symlink(struct reparse_symlink_data_buffer *sym, u32 plen, bool unicode, struct cifs_sb_info *cifs_sb, struct cifs_open_info_data *data) argument
377 parse_reparse_point(struct reparse_data_buffer *buf, u32 plen, struct cifs_sb_info *cifs_sb, bool unicode, struct cifs_open_info_data *data) argument

Completed in 615 milliseconds

12