Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/demos/wm/dataShare-Model/src/
Dunicode.c208 u16 code, sjis_le; in ExUTF16_LEtoSJIS_BE() local
213 sjis_le = 0; in ExUTF16_LEtoSJIS_BE()
217 sjis_le = 0x005c; // \ in ExUTF16_LEtoSJIS_BE()
222 sjis_le = 0x815f; // �_ in ExUTF16_LEtoSJIS_BE()
227 sjis_le = 0x007e; // ~ in ExUTF16_LEtoSJIS_BE()
232 sjis_le = code; // Line feed code in ExUTF16_LEtoSJIS_BE()
237 sjis_le = code; in ExUTF16_LEtoSJIS_BE()
242 sjis_le = in ExUTF16_LEtoSJIS_BE()
249 sjis_le = (u16)((code - 0xff61) + 0x00a1); in ExUTF16_LEtoSJIS_BE()
254 sjis_le = 0x8157; in ExUTF16_LEtoSJIS_BE()
[all …]