Searched refs:sjis (Results 1 – 1 of 1) sorted by relevance
| /TwlSDK-5.3.1/build/demos/wm/dataShare-Model/src/ |
| D | unicode.c | 37 u16 sjis; member 386 return tblp->sjis; in SearchUnicodeTable() 399 u16 sjis, sjis_be, rev_sjis, sjis_le; in CheckSJIS_BEtoUTF16_LE() local 403 for (sjis = 0; sjis < 0x00ff; sjis++) in CheckSJIS_BEtoUTF16_LE() 407 ExSJIS_BEtoUTF16_LE((u8 *)&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() 414 for (sjis = 0x8140; sjis < 0x84ff; sjis++) in CheckSJIS_BEtoUTF16_LE() 418 sjis_be = (u16)((sjis >> 8) | (sjis << 8)); in CheckSJIS_BEtoUTF16_LE() 422 OS_Printf("0x%x\t-> 0x%x\t-> 0x%x\n", sjis, unicode, sjis_le); in CheckSJIS_BEtoUTF16_LE()
|