Home
last modified time | relevance | path

Searched refs:unicode (Results 1 – 5 of 5) sorted by relevance

/utopia/UTPA2-700.0.x/mxlib/msfs/linux/
H A DMsFS.c774 static unsigned char * _MsFS_UnicodeToUTF8( int unicode,unsigned char *p) in _MsFS_UnicodeToUTF8() argument
779 if(unicode < 0x80) in _MsFS_UnicodeToUTF8()
781 *e = unicode; in _MsFS_UnicodeToUTF8()
784 else if(unicode < 0x800) in _MsFS_UnicodeToUTF8()
787 *e = ((unicode >> 6) & 0x1f)|0xc0; in _MsFS_UnicodeToUTF8()
789 *e = (unicode & 0x3f)|0x80; in _MsFS_UnicodeToUTF8()
792 else if(unicode < 0x10000) in _MsFS_UnicodeToUTF8()
795 *e = ((unicode >> 12) & 0x0f)|0xe0; in _MsFS_UnicodeToUTF8()
797 *e = ((unicode >> 6) & 0x3f)|0x80; in _MsFS_UnicodeToUTF8()
799 *e = (unicode & 0x3f)|0x80; in _MsFS_UnicodeToUTF8()
[all …]
/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Dconmakehash.c25 typedef unsigned short unicode; typedef
48 unicode unitable[MAX_FONTLEN][255];
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dkd.h61 unsigned short unicode; member
/utopia/UTPA2-700.0.x/projects/build/
H A DbspOneUtopia.dxyfile1355 # font does not include all possible unicode characters however, so when you need
H A Dbsp.dxyfile1354 # font does not include all possible unicode characters however, so when you need