Searched refs:unicode (Results 1 – 5 of 5) sorted by relevance
774 static unsigned char * _MsFS_UnicodeToUTF8( int unicode,unsigned char *p) in _MsFS_UnicodeToUTF8() argument779 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 …]
25 typedef unsigned short unicode; typedef48 unicode unitable[MAX_FONTLEN][255];
61 unsigned short unicode; member
1355 # font does not include all possible unicode characters however, so when you need
1354 # font does not include all possible unicode characters however, so when you need