Home
last modified time | relevance | path

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

/dports/games/chocolate-doom/chocolate-doom-3.0.1/textscreen/
H A Dtxt_utf8.c62 unsigned int TXT_DecodeUTF8(const char **ptr) in TXT_DecodeUTF8() function
122 c = TXT_DecodeUTF8(&p); in TXT_UTF8_Strlen()
146 if (TXT_DecodeUTF8(&p) == 0) in TXT_UTF8_SkipChars()
H A Dtxt_utf8.h21 unsigned int TXT_DecodeUTF8(const char **ptr);
H A Dtxt_sdl.c647 int result = TXT_DecodeUTF8(&p); in TXT_GetChar()
718 c = TXT_DecodeUTF8(&p); in PrintableName()
H A Dtxt_gui.c298 c = TXT_DecodeUTF8(&p); in TXT_DrawString()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/textscreen/
H A Dtxt_utf8.c62 unsigned int TXT_DecodeUTF8(const char **ptr) in TXT_DecodeUTF8() function
122 c = TXT_DecodeUTF8(&p); in TXT_UTF8_Strlen()
146 if (TXT_DecodeUTF8(&p) == 0) in TXT_UTF8_SkipChars()
H A Dtxt_utf8.h21 unsigned int TXT_DecodeUTF8(const char **ptr);
H A Dtxt_sdl.c662 int result = TXT_DecodeUTF8(&p); in TXT_GetChar()
733 c = TXT_DecodeUTF8(&p); in PrintableName()
H A Dtxt_gui.c298 c = TXT_DecodeUTF8(&p); in TXT_DrawString()
/dports/games/ecwolf/ecwolf-1.3.3-src/textscreen/
H A Dtxt_utf8.c68 unsigned int TXT_DecodeUTF8(const char **ptr) in TXT_DecodeUTF8() function
128 c = TXT_DecodeUTF8(&p); in TXT_UTF8_Strlen()
152 if (TXT_DecodeUTF8(&p) == 0) in TXT_UTF8_SkipChars()
H A Dtxt_utf8.h26 unsigned int TXT_DecodeUTF8(const char **ptr);
H A Dtxt_gui.c347 c = TXT_DecodeUTF8(&p); in TXT_DrawUTF8String()
/dports/games/odamex/odamex-src-0.7.0/libraries/textscreen/
H A Dtxt_utf8.c68 unsigned int TXT_DecodeUTF8(const char **ptr) in TXT_DecodeUTF8() function
128 c = TXT_DecodeUTF8(&p); in TXT_UTF8_Strlen()
152 if (TXT_DecodeUTF8(&p) == 0) in TXT_UTF8_SkipChars()
H A Dtxt_utf8.h26 unsigned int TXT_DecodeUTF8(const char **ptr);
H A Dtxt_gui.c347 c = TXT_DecodeUTF8(&p); in TXT_DrawUTF8String()