Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/demos/wm/dataShare-Model/include/
Dunicode.h34 void ExSJIS_BEtoUTF16_LE(u8 *sjisp, u16 *unip, u16 length);
/TwlSDK-5.4/build/demos/wm/dataShare-Model/src/
Dunicode.c59 void ExSJIS_BEtoUTF16_LE(u8 *sjisp, u16 *unip, u16 length) in ExSJIS_BEtoUTF16_LE() function
407 ExSJIS_BEtoUTF16_LE((u8 *)&sjis, &unicode, 1); in CheckSJIS_BEtoUTF16_LE()
419 ExSJIS_BEtoUTF16_LE((u8 *)&sjis_be, &unicode, 1); in CheckSJIS_BEtoUTF16_LE()