Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/demos/encdemo/include/
Ddemostrings.h42 …u16 uni1[] = {0x0001, 0x0002, 0x0003, 0x0004, 0x0005, 0x0006, 0x0007, 0x0008, 0x0009, 0x000A, 0x00… variable
/RvlSDK-2.1/build/demos/encdemo/src/
Dsample.c336 if (dst[i] == uni1[i]) in main()
341 OSReport("%#x\t%#x\n", dst[i + j], uni1[i + j]); in main()
355 err_code = ENCConvertStringUnicodeToLatin1(NULL, &dstlen, uni1, &srclen); in main()
366 err_code = ENCConvertStringUnicodeToLatin1(dst, &dstlen, uni1, &srclen); in main()