Searched refs:ucs (Results 1 – 3 of 3) sorted by relevance
6 16 utf-16 ucs-2 unicode utf-16he ucs-2he wchar_t7 16LE utf-16le ucs-2le unicodelittle8 16BE utf-16be ucs-2be unicodebig9 32 utf-32 ucs-4 utf-32he ucs-4he10 32LE utf-32le ucs-4le11 32BE utf-32be ucs-4be
290 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() argument717 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 …]
625 Paul David Fardy <pdf@morgan.ucs.mun.ca>