Searched refs:utf16 (Results 1 – 6 of 6) sorted by relevance
| /RvlSDK-3.2/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.2/build/demos/kprdemo/src/ |
| D | kprdemo.c | 216 static void outputUTF8 (u16 utf16); 240 u16 utf16; in kbdAppKeyEvent() local 305 while ( (utf16 = KPRGetChar( &kprq[kke->channel] )) != 0 ) { in kbdAppKeyEvent() 308 if (UNICODE_IS_CONTROL(utf16)) { in kbdAppKeyEvent() 309 OSReport("\\%d", utf16); in kbdAppKeyEvent() 312 outputUTF8(utf16); in kbdAppKeyEvent() 364 outputUTF8 (u16 utf16) { in outputUTF8() argument 372 &utf16, in outputUTF8()
|
| /RvlSDK-3.2/include/revolution/os/ |
| D | OSFont.h | 141 u16* OSUTF32to16 ( u32 utf32, u16* utf16 ); 142 u16* OSUTF16to32 ( const u16* utf16, u32* utf32 );
|
| /RvlSDK-3.2/build/demos/kbddemo/src/ |
| D | kbdUTF8.c | 217 static void outputUTF8 (u16 utf16); 364 outputUTF8 (u16 utf16) { in outputUTF8() argument 372 &utf16, in outputUTF8()
|
| D | kbdUTF8Sync.c | 216 static void outputUTF8 (u16 utf16); 362 outputUTF8 (u16 utf16) { in outputUTF8() argument 370 &utf16, in outputUTF8()
|
| /RvlSDK-3.2/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()
|