Home
last modified time | relevance | path

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

/dports/emulators/dgen-sdl/dgen-sdl-1.33/
H A Dsystem.h137 extern size_t utf8u32(uint32_t *u32, const uint8_t *u8);
H A Dsystem.c1160 size_t utf8u32(uint32_t *u32, const uint8_t *u8) in utf8u32() function
H A Drc.cpp180 code += utf8u32(&c, (const uint8_t *)code); in rc_keysym()