Home
last modified time | relevance | path

Searched refs:utf8len (Results 226 – 250 of 472) sorted by relevance

12345678910>>...19

/dports/audio/moony-lv2/moony-0.36.0/subprojects/d2tk/utf8.h/
H A DREADME.md23 strlen | utf8len | ✔
74 … refers to 'bytes' I have changed that to utf8 codepoints. For instance, utf8len will return the n…
118 size_t utf8len(const void *str);
H A Dutf8.h116 utf8_nonnull utf8_pure utf8_weak size_t utf8len(const void *str);
426 size_t utf8len(const void *str) { in utf8len() function
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djsprf.c711 int utf8len; in dosprintf() local
952 utf8len = js_OneUcs4ToUtf8Char (utf8buf, u.wch); in dosprintf()
953 rv = (*ss->stuff)(ss, utf8buf, utf8len); in dosprintf()
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djsprf.c711 int utf8len; in dosprintf() local
952 utf8len = js_OneUcs4ToUtf8Char (utf8buf, u.wch); in dosprintf()
953 rv = (*ss->stuff)(ss, utf8buf, utf8len); in dosprintf()
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djsprf.c711 int utf8len; in dosprintf() local
952 utf8len = js_OneUcs4ToUtf8Char (utf8buf, u.wch); in dosprintf()
953 rv = (*ss->stuff)(ss, utf8buf, utf8len); in dosprintf()
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djsprf.c711 int utf8len; in dosprintf() local
952 utf8len = js_OneUcs4ToUtf8Char (utf8buf, u.wch); in dosprintf()
953 rv = (*ss->stuff)(ss, utf8buf, utf8len); in dosprintf()
/dports/lang/spidermonkey17/js/src/
H A Djsprf.c711 int utf8len; in dosprintf() local
952 utf8len = js_OneUcs4ToUtf8Char (utf8buf, u.wch); in dosprintf()
953 rv = (*ss->stuff)(ss, utf8buf, utf8len); in dosprintf()
/dports/www/h2o-devel/h2o-dcc7134/deps/mruby-onig-regexp/src/
H A Dmruby_onig_regexp.c66 utf8len(const char* p, const char* e) in utf8len() function
815 int len = utf8len(p, e); in string_gsub()
882 int len = utf8len(p, e); in string_scan()
946 mrb_ary_push(mrb, result, str_substr(mrb, self, beg, utf8len(ptr+beg, ptr+len))); in string_split()
953 start += utf8len(ptr+start, ptr+len); in string_split()
/dports/deskutils/recoll/recoll-1.31.2/utils/
H A Dutf8iter.h296 size_t utf8len(const std::string& s);
/dports/audio/moony-lv2/moony-0.36.0/subprojects/d2tk/src/
H A Dbase_textfield.c143 const ssize_t ulen = utf8len(value) - 1; in d2tk_base_text_field()
/dports/net/libnpupnp/libnpupnp-4.1.5/src/inc/
H A Dutf8iter.h296 size_t utf8len(const std::string& s);
/dports/comms/kermit/kermit-9.0.305.04/
H A Dckcuni.c15993 int utf8len = 0; local
15997 utf8len = 1;
15998 debug(F101,"ucs2_to_utf8 X1","",utf8len);
16000 utf8len = 2;
16001 debug(F101,"ucs2_to_utf8 X2","",utf8len);
16009 utf8len = 3;
16015 utf8len = 4;
16017 utf8len = 5;
16025 utf8len = 6;
16027 utf8len = 2;
[all …]
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/
H A DOgreUTFString.cpp972 size_t utf8len; // UTF-8 length in assign() local
979 utf8len = _utf8_char_length( static_cast<unsigned char>( *i ) ); // estimate bytes to load in assign()
980 for ( size_t j = 0; j < utf8len; j++ ) { // load the needed UTF-8 bytes in assign()
983 …utf8buf[utf8len] = 0; // nul terminate so we throw an exception before running off the end of the … in assign()
984 utf8len = _utf8_to_utf32( utf8buf, uc ); // do the UTF-8 -> UTF-32 conversion in assign()
985 i += utf8len - 1; // we subtract 1 for the increment of the 'for' loop in assign()
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgreUTFString.cpp964 size_t utf8len; // UTF-8 length in assign() local
971utf8len = _utf8_char_length( static_cast<unsigned char>( *i ) ); // estimate bytes to load in assign()
972 for ( size_t j = 0; j < utf8len; j++ ) { // load the needed UTF-8 bytes in assign()
975 …utf8buf[utf8len] = 0; // nul terminate so we throw an exception before running off the end of the … in assign()
976 utf8len = _utf8_to_utf32( utf8buf, uc ); // do the UTF-8 -> UTF-32 conversion in assign()
977 i += utf8len - 1; // we subtract 1 for the increment of the 'for' loop in assign()
/dports/devel/upp/upp/uppsrc/Core/
H A DCharSet.h278 inline int utf8len(const char *s, int len) { return Utf16Len(s, len); } in utf8len() function
279 inline int utf8len(const char *s) { return Utf16Len(s); } in utf8len() function
/dports/editors/textadept/gtdialog-6458754/
H A Dgtdialog.c454 size_t len = strlen(s), utf8len = 0; in utf8strlen() local
456 utf8len++; in utf8strlen()
457 return utf8len; in utf8strlen()
478 int utf8len = utf8strlen(items[j]); in item_rows() local
479 if (utf8len > utf8max) utf8max = utf8len, max = strlen(items[j]); in item_rows()
/dports/archivers/maxcso/maxcso-1.10.0/libuv/src/win/
H A Dutil.c1348 int uv__convert_utf8_to_utf16(const char* utf8, int utf8len, WCHAR** utf16) { in uv__convert_utf8_to_utf16() argument
1355 bufsize = MultiByteToWideChar(CP_UTF8, 0, utf8, utf8len, NULL, 0); in uv__convert_utf8_to_utf16()
1369 bufsize = MultiByteToWideChar(CP_UTF8, 0, utf8, utf8len, *utf16, bufsize); in uv__convert_utf8_to_utf16()
/dports/devel/agar/agar-1.5.0/core/
H A Dstring.c944 size_t bufLen, utf8len; in AG_ImportUnicode() local
947 if (AG_LengthUTF8(s, &utf8len) == -1) { in AG_ImportUnicode()
950 bufLen = (utf8len + 1)*sizeof(Uint32); in AG_ImportUnicode()
/dports/textproc/enchant/enchant-1.6.0/src/
H A Dpwl.c595 gint utf8len; in enchant_utf8_strtitle() local
601 utf8len = g_unichar_to_utf8(title_case_char, title_case_utf8); in enchant_utf8_strtitle()
602 title_case_utf8[utf8len] = '\0'; in enchant_utf8_strtitle()
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/libgit2-sys-0.12.13+1.0.1/libgit2/deps/ntlmclient/
H A Dutf8.h116 utf8_nonnull utf8_pure utf8_weak size_t utf8len(const void *str);
426 size_t utf8len(const void *str) { in utf8len() function
/dports/devel/git-delta/delta-0.9.2/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/deps/ntlmclient/
H A Dutf8.h116 utf8_nonnull utf8_pure utf8_weak size_t utf8len(const void *str);
426 size_t utf8len(const void *str) { in utf8len() function
/dports/sysutils/vector/vector-0.10.0/cargo-crates/libgit2-sys-0.12.7+1.0.0/libgit2/deps/ntlmclient/
H A Dutf8.h116 utf8_nonnull utf8_pure utf8_weak size_t utf8len(const void *str);
426 size_t utf8len(const void *str) { in utf8len() function
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/libgit2-sys-0.12.19+1.1.0/libgit2/deps/ntlmclient/
H A Dutf8.h116 utf8_nonnull utf8_pure utf8_weak size_t utf8len(const void *str);
426 size_t utf8len(const void *str) { in utf8len() function
/dports/devel/tokei/tokei-12.1.2/cargo-crates/libgit2-sys-0.12.17+1.1.0/libgit2/deps/ntlmclient/
H A Dutf8.h116 utf8_nonnull utf8_pure utf8_weak size_t utf8len(const void *str);
426 size_t utf8len(const void *str) { in utf8len() function
/dports/devel/gbump/gbump-1.0.1/cargo-crates/libgit2-sys-0.9.1/libgit2/deps/ntlmclient/
H A Dutf8.h116 utf8_nonnull utf8_pure utf8_weak size_t utf8len(const void *str);
426 size_t utf8len(const void *str) { in utf8len() function

12345678910>>...19