Lines Matching refs:unip

59 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()
124 *unip = (u16)((code - 0x829f) + 0x3041); in ExSJIS_BEtoUTF16_LE()
129 *unip = (u16)((code - 0x8340) + 0x30a1); in ExSJIS_BEtoUTF16_LE()
132 *unip = 0x3000; in ExSJIS_BEtoUTF16_LE()
136 (*unip)--; in ExSJIS_BEtoUTF16_LE()
142 *unip = (u16)((code - 0x839f) + 0x0391); in ExSJIS_BEtoUTF16_LE()
144 (*unip)++; in ExSJIS_BEtoUTF16_LE()
149 *unip = (u16)((code - 0x83bf) + 0x03b1); in ExSJIS_BEtoUTF16_LE()
151 (*unip)++; in ExSJIS_BEtoUTF16_LE()
156 *unip = (u16)((code - 0x8440) + 0x0410); in ExSJIS_BEtoUTF16_LE()
159 *unip = 0x0401; in ExSJIS_BEtoUTF16_LE()
163 (*unip)--; in ExSJIS_BEtoUTF16_LE()
169 *unip = (u16)((code - 0x8470) + 0x0430); in ExSJIS_BEtoUTF16_LE()
172 *unip = 0x0451; in ExSJIS_BEtoUTF16_LE()
176 *unip = 0x3000; in ExSJIS_BEtoUTF16_LE()
180 (*unip)--; in ExSJIS_BEtoUTF16_LE()
183 (*unip)--; in ExSJIS_BEtoUTF16_LE()
191 *unip = tblSJIS_UTF16_849f[code - 0x849f].unicode; in ExSJIS_BEtoUTF16_LE()
195 *unip = 0x3000; in ExSJIS_BEtoUTF16_LE()
198 unip++; in ExSJIS_BEtoUTF16_LE()
206 void ExUTF16_LEtoSJIS_BE(u8 *sjisp, u16 *unip, u16 length) in ExUTF16_LEtoSJIS_BE() argument
210 while ((*unip) && (length-- > 0)) in ExUTF16_LEtoSJIS_BE()
212 code = *unip++; in ExUTF16_LEtoSJIS_BE()