Home
last modified time | relevance | path

Searched refs:ucs (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/share/i18n/esdb/UTF/
DUTF.alias6 16 utf-16 ucs-2 unicode utf-16he ucs-2he wchar_t
7 16LE utf-16le ucs-2le unicodelittle
8 16BE utf-16be ucs-2be unicodebig
9 32 utf-32 ucs-4 utf-32he ucs-4he
10 32LE utf-32le ucs-4le
11 32BE utf-32be ucs-4be
/mirbsd/src/gnu/usr.bin/lynx/src/
DUCdomap.c290 static int conv_uni_to_pc(long ucs, int usedefault);
291 static int conv_uni_to_str(char *outbuf, int buflen, UCode_t ucs, int usedefault);
708 static int conv_uni_to_pc(long ucs, in conv_uni_to_pc() argument
717 if (ucs > 0xffff) { in conv_uni_to_pc()
721 ucs = 0xfffd; in conv_uni_to_pc()
722 } else if (ucs < 0x20 || ucs >= 0xfffe) { in conv_uni_to_pc()
727 } else if (ucs == 0xfeff || (ucs >= 0x200b && ucs <= 0x200f)) { in conv_uni_to_pc()
732 } else if ((ucs & ~UNI_DIRECT_MASK) == UNI_DIRECT_BASE) { in conv_uni_to_pc()
739 return (ucs & UNI_DIRECT_MASK); in conv_uni_to_pc()
745 p1 = unidefault_pagedir[ucs >> 11]; in conv_uni_to_pc()
[all …]
/mirbsd/src/gnu/usr.bin/perl/
DAUTHORS625 Paul David Fardy <pdf@morgan.ucs.mun.ca>