Searched refs:utf16 (Results 1 – 6 of 6) sorted by relevance
| /RvlSDK-3.1.4/build/demos/encdemo/src/ |
| D | unicode.c | 24 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.1.4/build/demos/kprdemo/src/ |
| D | kprdemo.c | 206 static void outputUTF8 (u16 utf16); 230 u16 utf16; in kbdAppKeyEvent() local 295 while ( (utf16 = KPRGetChar( &kprq[kke->channel] )) != 0 ) { in kbdAppKeyEvent() 298 if (UNICODE_IS_CONTROL(utf16)) { in kbdAppKeyEvent() 299 OSReport("\\%d", utf16); in kbdAppKeyEvent() 302 outputUTF8(utf16); in kbdAppKeyEvent() 354 outputUTF8 (u16 utf16) { in outputUTF8() argument 362 &utf16, in outputUTF8()
|
| /RvlSDK-3.1.4/include/revolution/os/ |
| D | OSFont.h | 141 u16* OSUTF32to16 ( u32 utf32, u16* utf16 ); 142 u16* OSUTF16to32 ( const u16* utf16, u32* utf32 );
|
| /RvlSDK-3.1.4/build/demos/kbddemo/src/ |
| D | kbdUTF8.c | 209 static void outputUTF8 (u16 utf16); 356 outputUTF8 (u16 utf16) { in outputUTF8() argument 364 &utf16, in outputUTF8()
|
| D | kbdUTF8Sync.c | 207 static void outputUTF8 (u16 utf16); 353 outputUTF8 (u16 utf16) { in outputUTF8() argument 361 &utf16, in outputUTF8()
|
| /RvlSDK-3.1.4/build/demos/fntdemo/src/ |
| D | fntdemo1.c | 186 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()
|