Home
last modified time | relevance | path

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

/external/libxkbcommon/xkbcommon/src/
Dutf8.h31 utf32_to_utf8(uint32_t unichar, char *buffer);
Dkeysym-utf.c929 return utf32_to_utf8(codepoint, buffer); in xkb_keysym_to_utf8()
Dutf8.c34 utf32_to_utf8(uint32_t unichar, char *buffer) in utf32_to_utf8() function