Home
last modified time | relevance | path

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

/RvlSDK-3.3/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-3.3/build/demos/kprdemo/src/
Dkprdemo.c219 static void outputUTF8 (u16 utf16);
243 u16 utf16; in kbdAppKeyEvent() local
308 while ( (utf16 = KPRGetChar( &kprq[kke->channel] )) != 0 ) { in kbdAppKeyEvent()
311 if (UNICODE_IS_CONTROL(utf16)) { in kbdAppKeyEvent()
312 OSReport("\\%d", utf16); in kbdAppKeyEvent()
315 outputUTF8(utf16); in kbdAppKeyEvent()
367 outputUTF8 (u16 utf16) { in outputUTF8() argument
375 &utf16, in outputUTF8()
/RvlSDK-3.3/include/revolution/os/
DOSFont.h141 u16* OSUTF32to16 ( u32 utf32, u16* utf16 );
142 u16* OSUTF16to32 ( const u16* utf16, u32* utf32 );
/RvlSDK-3.3/build/demos/kbddemo/src/
DkbdUTF8.c220 static void outputUTF8 (u16 utf16);
367 outputUTF8 (u16 utf16) { in outputUTF8() argument
375 &utf16, in outputUTF8()
DkbdUTF8Sync.c219 static void outputUTF8 (u16 utf16);
365 outputUTF8 (u16 utf16) { in outputUTF8() argument
373 &utf16, in outputUTF8()
/RvlSDK-3.3/build/demos/fntdemo/src/
Dfntdemo1.c186 BOOL utf16 = (FNTGetEncoding(font) == FNT_ENCODING_UTF16); in DrawString() local
188 while (*string || (utf16 && *(string + 1))) in DrawString()
219 BOOL utf16 = (FNTGetEncoding(font) == FNT_ENCODING_UTF16); in GetStringWidth() local
222 while (*string || (utf16 && *(string + 1))) in GetStringWidth()