Home
last modified time | relevance | path

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

/TwlSDK-5.3.1/build/demos/wm/dataShare-Model/src/
Dunicode.c45 static u16 SearchUnicodeTable(u16 unicode, SjisUtf16Pare * tblp, int elem_num);
243 SearchUnicodeTable(code, (SjisUtf16Pare *) & tblSJIS_UTF16_8140[0xc], in ExUTF16_LEtoSJIS_BE()
276 SearchUnicodeTable(code, (SjisUtf16Pare *) & tblSJIS_UTF16_8140[3], in ExUTF16_LEtoSJIS_BE()
299 SearchUnicodeTable(code, (SjisUtf16Pare *) & tblSJIS_UTF16_8140[0], in ExUTF16_LEtoSJIS_BE()
353 SearchUnicodeTable(code, (SjisUtf16Pare *) & tblSJIS_UTF16_849f, TBL849f_ELEM_NUM); in ExUTF16_LEtoSJIS_BE()
359 SearchUnicodeTable(code, (SjisUtf16Pare *) & tblSJIS_UTF16_8140[0x815c - 0x8140], in ExUTF16_LEtoSJIS_BE()
379 static u16 SearchUnicodeTable(u16 unicode, SjisUtf16Pare * tblp, int elem_num) in SearchUnicodeTable() function