Searched refs:ucs (Results 1 – 11 of 11) sorted by relevance
44 unsigned short ucs; member856 return keysymtab[mid].ucs; in keysym2ucs()869 return ca->ucs - cb->ucs; in reverse_compare()873 ucs2keysym(long ucs) in ucs2keysym() argument892 if ((ucs >= 0x0020 && ucs <= 0x007e) || in ucs2keysym()893 (ucs >= 0x00a0 && ucs <= 0x00ff)) in ucs2keysym()894 return ucs; in ucs2keysym()899 if (reverse_keysymtab[mid].ucs < ucs) in ucs2keysym()901 else if (reverse_keysymtab[mid].ucs > ucs) in ucs2keysym()910 return ucs | 0x01000000; in ucs2keysym()
38 ucs2keysym(long ucs);
23 extern int conv_uni_to_pc(struct vc_data *conp, long ucs);30 #define conv_uni_to_pc(conp, ucs) ((int) (ucs > 0xff ? -1: ucs)) argument
249 ntfschar *ucs; in ntfs_nlstoucs() local255 ucs = kmem_cache_alloc(ntfs_name_cache, GFP_NOFS); in ntfs_nlstoucs()256 if (likely(ucs)) { in ntfs_nlstoucs()263 ucs[o++] = cpu_to_le16(wc); in ntfs_nlstoucs()271 ucs[o] = 0; in ntfs_nlstoucs()272 *outs = ucs; in ntfs_nlstoucs()282 kmem_cache_free(ntfs_name_cache, ucs); in ntfs_nlstoucs()
810 conv_uni_to_pc(struct vc_data *conp, long ucs) in conv_uni_to_pc() argument817 if (ucs > 0xffff) in conv_uni_to_pc()819 else if (ucs < 0x20) in conv_uni_to_pc()821 else if (ucs == 0xfeff || (ucs >= 0x200b && ucs <= 0x200f)) in conv_uni_to_pc()828 else if ((ucs & ~UNI_DIRECT_MASK) == UNI_DIRECT_BASE) in conv_uni_to_pc()829 return ucs & UNI_DIRECT_MASK; in conv_uni_to_pc()835 if ((p1 = p->uni_pgdir[ucs >> 11]) && in conv_uni_to_pc()836 (p2 = p1[(ucs >> 6) & 0x1f]) && in conv_uni_to_pc()837 (h = p2[ucs & 0x3f]) < MAX_GLYPH) in conv_uni_to_pc()
2582 uint32_t ucs = *(uint32_t *)key; in ucs_cmp() local2585 if (ucs > e.last) in ucs_cmp()2587 else if (ucs < e.first) in ucs_cmp()2592 static int is_double_width(uint32_t ucs) in is_double_width() argument2600 if (ucs < double_width[0].first || in is_double_width()2601 ucs > double_width[ARRAY_SIZE(double_width) - 1].last) in is_double_width()2604 return bsearch(&ucs, double_width, ARRAY_SIZE(double_width), in is_double_width()
136 UniStrchr(const wchar_t *ucs, wchar_t uc) in UniStrchr() argument138 while ((*ucs != uc) && *ucs) in UniStrchr()139 ucs++; in UniStrchr()141 if (*ucs == uc) in UniStrchr()142 return (wchar_t *) ucs; in UniStrchr()
333 unsigned long ucs = 0; in GetCharacterRef() local353 ucs += mult * (*q - '0'); in GetCharacterRef()355 ucs += mult * (*q - 'a' + 10); in GetCharacterRef()357 ucs += mult * (*q - 'A' + 10 ); in GetCharacterRef()380 ucs += mult * (*q - '0'); in GetCharacterRef()388 ConvertUTF32ToUTF8( ucs, value, length ); in GetCharacterRef()
1147 struct pkey_clr2seck __user *ucs = (void __user *) arg; in pkey_unlocked_ioctl() local1150 if (copy_from_user(&kcs, ucs, sizeof(kcs))) in pkey_unlocked_ioctl()1157 if (copy_to_user(ucs, &kcs, sizeof(kcs))) in pkey_unlocked_ioctl()1324 struct pkey_clr2seck2 __user *ucs = (void __user *) arg; in pkey_unlocked_ioctl() local1330 if (copy_from_user(&kcs, ucs, sizeof(kcs))) in pkey_unlocked_ioctl()1360 if (copy_to_user(ucs, &kcs, sizeof(kcs))) in pkey_unlocked_ioctl()
1# ncurses 6.1 - patch 20190623 - Thomas E. Dickey 2# 3# --- ...
6102 …��������Ǽ�r����������������ƥ��<BJDA<=NSX����������������������������y~�����ucs������������������V�…6239 …��������Ƽ�r����������������ĥ��8@F@=7;OSc����������������������������y~�����ucs������������������V�…6801 …��������Ʒ�r����������������ä�|8CHEC<?PPZ����������������������������y}�����ucs������������������S�…