Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/demos/wm/dataShare-Model/src/
Dunicode.c59 void ExSJIS_BEtoUTF16_LE(u8 *sjisp, u16 *unip, u16 length) in ExSJIS_BEtoUTF16_LE() argument
78 *unip = 0x00a5; // \ in ExSJIS_BEtoUTF16_LE()
83 *unip = 0x203e; // ~ in ExSJIS_BEtoUTF16_LE()
88 *unip = code; // Line feed code in ExSJIS_BEtoUTF16_LE()
93 *unip = code; in ExSJIS_BEtoUTF16_LE()
98 *unip = (u16)((code - 0x00a1) + 0xff61); in ExSJIS_BEtoUTF16_LE()
104 *unip = tblSJIS_UTF16_8140[code - 0x8140].unicode; in ExSJIS_BEtoUTF16_LE()
109 *unip = (u16)((code - 0x824f) + 0xff10); in ExSJIS_BEtoUTF16_LE()
114 *unip = (u16)((code - 0x8260) + 0xff21); in ExSJIS_BEtoUTF16_LE()
119 *unip = (u16)((code - 0x8281) + 0xff41); in ExSJIS_BEtoUTF16_LE()
[all …]
/TwlSDK-5.1.0/build/demos/wm/dataShare-Model/include/
Dunicode.h34 void ExSJIS_BEtoUTF16_LE(u8 *sjisp, u16 *unip, u16 length);
35 void ExUTF16_LEtoSJIS_BE(u8 *sjisp, u16 *unip, u16 length);