Home
last modified time | relevance | path

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

/RvlSDK-3.1/build/demos/encdemo/src/
Dunicode.c25 static u8 utf8[] = {0x41, 0x42, 0x43, 0xC3, 0x80, 0xC3, 0x81, 0xC3, 0x82, 0xE3, 0x81, 0x82, 0xE3, 0… variable
147 if (dst[i] == utf8[i]) in main()
152 OSReport("%#x\t%#x\n", dst[i + j], utf8[i + j]); in main()
166 err_code = ENCConvertStringUtf8ToUtf32(NULL, &dstlen, utf8, &srclen); in main()
177 err_code = ENCConvertStringUtf8ToUtf32(dst, &dstlen, utf8, &srclen); in main()
233 if (dst[i] == utf8[i]) in main()
238 OSReport("%#x\t%#x\n", dst[i + j], utf8[i + j]); in main()
252 err_code = ENCConvertStringUtf8ToUtf16(NULL, &dstlen, utf8, &srclen); in main()
263 err_code = ENCConvertStringUtf8ToUtf16(dst, &dstlen, utf8, &srclen); in main()
/RvlSDK-3.1/include/revolution/os/
DOSFont.h138 char* OSUTF32to8 ( u32 utf32, char* utf8 );
139 char* OSUTF8to32 ( const char* utf8, u32* utf32 );
/RvlSDK-3.1/build/demos/kbddemo/src/
DkbdUTF8.c358 u8 utf8[4]; in outputUTF8() local
362 ENCConvertStringUtf16ToUtf8 (&utf8[0], in outputUTF8()
367 OSReport ("%c", utf8[b]); in outputUTF8()
DkbdUTF8Sync.c355 u8 utf8[4]; in outputUTF8() local
359 ENCConvertStringUtf16ToUtf8 (&utf8[0], in outputUTF8()
364 OSReport ("%c", utf8[b]); in outputUTF8()
/RvlSDK-3.1/build/demos/kprdemo/src/
Dkprdemo.c356 u8 utf8[4]; in outputUTF8() local
360 ENCConvertStringUtf16ToUtf8 (&utf8[0], in outputUTF8()
365 OSReport ("%c", utf8[b]); in outputUTF8()