Home
last modified time | relevance | path

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

/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Common/Data/Encoding/
H A DUtf8.h24 int u8_wc_toutf8(char *dest, uint32_t ch);
64 return u8_wc_toutf8(dest, ch);
H A DUtf8.cpp156 int u8_wc_toutf8(char *dest, uint32_t ch)
362 amt = u8_wc_toutf8(temp, ch);
/dports/emulators/ppsspp/ppsspp-1.12.3/Common/Data/Encoding/
H A DUtf8.h24 int u8_wc_toutf8(char *dest, uint32_t ch);
64 return u8_wc_toutf8(dest, ch); in encode()
H A DUtf8.cpp156 int u8_wc_toutf8(char *dest, uint32_t ch) in u8_wc_toutf8() function
362 amt = u8_wc_toutf8(temp, ch); in u8_unescape()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Common/Data/Encoding/
H A DUtf8.h24 int u8_wc_toutf8(char *dest, uint32_t ch);
64 return u8_wc_toutf8(dest, ch); in encode()
H A DUtf8.cpp156 int u8_wc_toutf8(char *dest, uint32_t ch) in u8_wc_toutf8() function
362 amt = u8_wc_toutf8(temp, ch); in u8_unescape()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/src/
H A Dflb_unescape.c41 static int u8_wc_toutf8(char *dest, uint32_t ch) in u8_wc_toutf8() function
196 esc_out = u8_wc_toutf8(temp, ch); in flb_unescape_string_utf8()
/dports/graphics/cptutils/cptutils-1.74/src/common/
H A Dutf8.h18 int u8_wc_toutf8(char *dest, uint32_t ch);
H A Dutf8.c150 int u8_wc_toutf8(char *dest, uint32_t ch) in u8_wc_toutf8() function
330 amt = u8_wc_toutf8(temp, ch); in u8_unescape()
/dports/devel/pecl-jsmin/jsmin-3.0.0/
H A Dutf8.h15 int u8_wc_toutf8(char *dest, uint32_t ch);
H A Dutf8.c153 int u8_wc_toutf8(char *dest, uint32_t ch) in u8_wc_toutf8() function
333 amt = u8_wc_toutf8(temp, ch); in u8_unescape()
H A Djsmin.c175 int bytes = u8_wc_toutf8(wc_bytes, jmo->theA);
/dports/editors/the/THE-3.3RC4/contrib/
H A Dutf8.h18 int u8_wc_toutf8(char *dest, u_int32_t ch);
H A Dutf8.c144 int u8_wc_toutf8(char *dest, u_int32_t ch) in u8_wc_toutf8() function
336 amt = u8_wc_toutf8(temp, ch); in u8_unescape()
/dports/audio/deadbeef/deadbeef-0.7.2/
H A Dutf8.h50 int u8_wc_toutf8(char *dest, uint32_t ch);
H A Dutf8.c161 int u8_wc_toutf8(char *dest, uint32_t ch) in u8_wc_toutf8() function
386 amt = u8_wc_toutf8(temp, ch); in u8_unescape()
H A Dtf.c454 len = u8_wc_toutf8 (out, n); in tf_func_char()
/dports/sysutils/fsearch/fsearch-0.1beta4/src/
H A Dutf8.h50 int u8_wc_toutf8(char *dest, uint32_t ch);
H A Dutf8.c159 int u8_wc_toutf8(char *dest, uint32_t ch) in u8_wc_toutf8() function
384 amt = u8_wc_toutf8(temp, ch); in u8_unescape()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Common/UI/
H A DView.cpp1207 buf[u8_wc_toutf8(buf, unichar)] = '\0'; in Key()
/dports/emulators/ppsspp/ppsspp-1.12.3/Common/UI/
H A DView.cpp1207 buf[u8_wc_toutf8(buf, unichar)] = '\0'; in Key()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Common/UI/
H A DView.cpp1207 buf[u8_wc_toutf8(buf, unichar)] = '\0'; in Key()