Lines Matching refs:unicode
38 u16 unicode; member
45 static u16 SearchUnicodeTable(u16 unicode, SjisUtf16Pare * tblp, int elem_num);
104 *unip = tblSJIS_UTF16_8140[code - 0x8140].unicode; in ExSJIS_BEtoUTF16_LE()
191 *unip = tblSJIS_UTF16_849f[code - 0x849f].unicode; in ExSJIS_BEtoUTF16_LE()
379 static u16 SearchUnicodeTable(u16 unicode, SjisUtf16Pare * tblp, int elem_num) in SearchUnicodeTable() argument
384 if (tblp->unicode == unicode) in SearchUnicodeTable()
400 u16 unicode; in CheckSJIS_BEtoUTF16_LE() local
405 unicode = 0; in CheckSJIS_BEtoUTF16_LE()
407 ExSJIS_BEtoUTF16_LE((u8 *)&sjis, &unicode, 1); in CheckSJIS_BEtoUTF16_LE()
408 ExUTF16_LEtoSJIS_BE((u8 *)&rev_sjis, &unicode, 1); in CheckSJIS_BEtoUTF16_LE()
410 OS_Printf("0x%x\t-> 0x%x\t-> 0x%x\n", sjis, unicode, sjis_le); in CheckSJIS_BEtoUTF16_LE()
416 unicode = 0; in CheckSJIS_BEtoUTF16_LE()
419 ExSJIS_BEtoUTF16_LE((u8 *)&sjis_be, &unicode, 1); in CheckSJIS_BEtoUTF16_LE()
420 ExUTF16_LEtoSJIS_BE((u8 *)&rev_sjis, &unicode, 1); in CheckSJIS_BEtoUTF16_LE()
422 OS_Printf("0x%x\t-> 0x%x\t-> 0x%x\n", sjis, unicode, sjis_le); in CheckSJIS_BEtoUTF16_LE()