Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/demos/encdemo/src/
Dunicode.c24 static u16 utf16[] = {0x0041, 0x0042, 0x0043, 0x00C0, 0x00C1, 0x00C2, 0x3042, 0x3044, 0x3046, 0xFF7… variable
61 if (dst[i] == utf16[i]) in main()
66 OSReport("%#x\t%#x\n", dst[i + j], utf16[i + j]); in main()
80 err_code = ENCConvertStringUtf16ToUtf32(NULL, &dstlen, utf16, &srclen); in main()
91 err_code = ENCConvertStringUtf16ToUtf32(dst, &dstlen, utf16, &srclen); in main()
209 err_code = ENCConvertStringUtf16ToUtf8(NULL, &dstlen, utf16, &srclen); in main()
220 err_code = ENCConvertStringUtf16ToUtf8(dst, &dstlen, utf16, &srclen); in main()
276 if (dst[i] == utf16[i]) in main()
281 OSReport("%#x\t%#x\n", dst[i + j], utf16[i + j]); in main()
/RvlSDK-2.1/include/revolution/os/
DOSFont.h139 u16* OSUTF32to16 ( u32 utf32, u16* utf16 );
140 u16* OSUTF16to32 ( const u16* utf16, u32* utf32 );