Searched refs:utf16_max_length (Results 1 - 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11events.c190 utf16_max_length. The return value is the number of UTF-16
234 static int Utf8ToUtf16(const Uint8 *utf8, const int utf8_length, Uint16 *utf16, const int utf16_max_length) { argument
238 Uint16 const *const max_ptr = utf16 + utf16_max_length;

Completed in 99 milliseconds