Home
last modified time | relevance | path

Searched refs:utf8proc_encode_char (Results 1 – 25 of 61) sorted by relevance

123

/dports/misc/urbit/urbit-urbit-0.6.0/subprojects/commonmark-legacy/src/
H A Dutf8.h12 void utf8proc_encode_char(int32_t uc, cmark_strbuf *buf);
H A Dutf8.c191 void utf8proc_encode_char(int32_t uc, strbuf *buf) in utf8proc_encode_char() function
235 utf8proc_encode_char(x, dest) in utf8proc_case_fold()
/dports/sysutils/tmux/tmux-3.2a/compat/
H A Dutf8proc.c65 return (utf8proc_encode_char(wc, s)); in utf8proc_wctomb()
/dports/sysutils/tmux23/tmux-2.3/compat/
H A Dutf8proc.c69 return (utf8proc_encode_char(wc, s)); in utf8proc_wctomb()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/compute/kernels/
H A Dscalar_string_test.cc495 utf8proc_ssize_t encoded_nbytes = utf8proc_encode_char(codepoint, output); in TEST()
497 utf8proc_ssize_t encoded_nbytes_upper = utf8proc_encode_char(codepoint_upper, output); in TEST()
506 utf8proc_ssize_t encoded_nbytes_lower = utf8proc_encode_char(codepoint_lower, output); in TEST()
/dports/emulators/mess/mame-mame0226/3rdparty/utf8proc/test/
H A Dtests.c44 d += utf8proc_encode_char(c, (utf8proc_uint8_t *) (dest + d)); in encode()
/dports/emulators/mame/mame-mame0226/3rdparty/utf8proc/test/
H A Dtests.c44 d += utf8proc_encode_char(c, (utf8proc_uint8_t *) (dest + d)); in encode()
/dports/biology/sra-tools/sra-tools-2.11.0/tools/driver-tool/utf8proc/test/
H A Dtests.c44 d += utf8proc_encode_char(c, (utf8proc_uint8_t *) (dest + d)); in encode()
H A Dprintproperty.c20 cstr[utf8proc_encode_char(c, cstr)] = 0; in main()
/dports/textproc/utf8proc/utf8proc-2.6.1/test/
H A Dprintproperty.c20 cstr[utf8proc_encode_char(c, cstr)] = 0; in main()
H A Dtests.c44 d += utf8proc_encode_char(c, (utf8proc_uint8_t *) (dest + d)); in encode()
/dports/games/warzone2100/warzone2100/3rdparty/utf8proc/test/
H A Dprintproperty.c20 cstr[utf8proc_encode_char(c, cstr)] = 0; in main()
H A Dtests.c44 d += utf8proc_encode_char(c, (utf8proc_uint8_t *) (dest + d)); in encode()
/dports/sysutils/fusefs-hfsfuse/hfsfuse-0.132/lib/utf8proc/test/
H A Dprintproperty.c22 cstr[utf8proc_encode_char(c, cstr)] = 0;
H A Dtests.c45 d += utf8proc_encode_char(c, (utf8proc_uint8_t *) (dest + d)); in encode()
/dports/misc/urbit/urbit-urbit-0.6.0/subprojects/commonmark-legacy/src/html/
H A Dhoudini_html_u.c41 utf8proc_encode_char(codepoint, ob); in houdini_unescape_ent()
/dports/science/pnetcdf/parallel-netcdf-1.8.1/src/lib/
H A Dutf8proc.h287 ssize_t utf8proc_encode_char(int32_t uc, uint8_t *dst);
/dports/lang/swi-pl/swipl-8.2.3/packages/utf8proc/
H A Dutf8proc.h263 ssize_t utf8proc_encode_char(int32_t uc, uint8_t *dst);
H A Dutf8proc.c166 ssize_t utf8proc_encode_char(int32_t uc, uint8_t *dst) { in utf8proc_encode_char() function
528 wpos += utf8proc_encode_char(uc, ((uint8_t *)buffer) + wpos); in utf8proc_reencode()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/netcdf/vtknetcdf/include/
H A Dutf8proc.h280 ssize_t utf8proc_encode_char(int32_t uc, uint8_t *dst);
/dports/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/utf8proc/
H A Dutf8proc.h263 ssize_t utf8proc_encode_char(int32_t uc, uint8_t *dst);
H A Dutf8proc.c166 ssize_t utf8proc_encode_char(int32_t uc, uint8_t *dst) { in utf8proc_encode_char() function
524 wpos += utf8proc_encode_char(uc, ((uint8_t *)buffer) + wpos); in utf8proc_reencode()
/dports/lang/swi-pl/swipl-8.2.3/packages/utf8proc/ruby/
H A Dutf8proc_native.c122 result = utf8proc_encode_char(uc, buffer); in utf8proc_ruby_char()
/dports/misc/libpostal/libpostal-1.1-alpha/src/utf8proc/
H A Dutf8proc.h400 utf8proc_ssize_t utf8proc_encode_char(utf8proc_int32_t codepoint, utf8proc_uint8_t *dst);
/dports/math/vtk6/VTK-6.2.0/ThirdParty/netcdf/vtknetcdf/libsrc/
H A Dutf8proc.c163 ssize_t utf8proc_encode_char(int32_t uc, uint8_t *dst) { in utf8proc_encode_char() function
521 wpos += utf8proc_encode_char(uc, ((uint8_t *)buffer) + wpos); in utf8proc_reencode()

123