Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/test/
A Dtesticonv.c46 char *ucs4; in main() local
67 ucs4 = in main()
70 len = (widelen(ucs4) + 1) * 4; in main()
72 test[0] = SDL_iconv_string(formats[i], "UCS-4", ucs4, len); in main()
74 if (!test[1] || SDL_memcmp(test[1], ucs4, len) != 0) { in main()
81 test[0] = SDL_iconv_string("UTF-8", "UCS-4", ucs4, len); in main()
82 SDL_free(ucs4); in main()

Completed in 2 milliseconds