Home
last modified time | relevance | path

Searched refs:utf8bytes (Results 1 – 25 of 261) sorted by relevance

1234567891011

/dports/chinese/oto/oto-0.5/src/
H A Dname.c165 int utf8bytes; in print_name_string() local
178 utf8 = (char *)calloc(utf8bytes, 1); in print_name_string()
185 utf8 = (char *)calloc(utf8bytes, 1); in print_name_string()
413 int utf8bytes; in replace_names() local
422 utf8bytes = 0; in replace_names()
433 utf8bytes--; in replace_names()
444 utf8bytes = 0; in replace_names()
451 utf8bytes += n; in replace_names()
455 if (utf8[utf8bytes-1] == '\n') { in replace_names()
456 utf8[utf8bytes-1] = '\0'; in replace_names()
[all …]
H A Dmisc.c69 char *utf8, int utf8bytes) in to_utf8_string() argument
102 outbytesleft = utf8bytes; in to_utf8_string()
117 int from_utf8_string(char *to, char *utf8, int utf8bytes, in from_utf8_string() argument
132 count = utf8bytes*2; in from_utf8_string()
135 inbytesleft = utf8bytes; in from_utf8_string()
/dports/editors/cudatext/CudaText-1.151.0/atsynedit/atsynedit/
H A Datstringproc_utf8detect.pas55 utf8bytes:integer;
61 utf8bytes:=0;
64 if utf8bytes>0 then
68 dec(utf8bytes);
72 utf8bytes:=bytesFromUTF8[p^]
78 if hadutf8bytes and (PartialAllowed or (utf8bytes=0)) then
/dports/devel/pyotherside-qt5/pyotherside-1.5.9/src/
H A Dqpython.cpp123 QByteArray utf8bytes = path.toUtf8(); in addImportPath() local
127 PyObjectRef cwd(PyUnicode_FromString(utf8bytes.constData()), true); in addImportPath()
151 QByteArray utf8bytes = module_name.toUtf8(); in importNames_sync() local
152 const char *moduleName = utf8bytes.constData(); in importNames_sync()
179 utf8bytes = obj_name.toUtf8(); in importNames_sync()
180 PyObject *res = PyObject_GetAttrString(module.borrow(), utf8bytes); in importNames_sync()
186 PyDict_SetItemString(priv->globals.borrow(), utf8bytes.constData(), result.borrow()); in importNames_sync()
209 QByteArray utf8bytes = name.toUtf8(); in importModule_sync() local
210 const char *moduleName = utf8bytes.constData(); in importModule_sync()
238 utf8bytes = name.toUtf8(); in importModule_sync()
[all …]
/dports/databases/redisdesktopmanager/RedisDesktopManager-2021.8/3rdparty/pyotherside/src/
H A Dqpython.cpp135 QByteArray utf8bytes = path.toUtf8(); in addImportPath() local
139 PyObjectRef cwd(PyUnicode_FromString(utf8bytes.constData()), true); in addImportPath()
163 QByteArray utf8bytes = module_name.toUtf8(); in importNames_sync() local
164 const char *moduleName = utf8bytes.constData(); in importNames_sync()
191 utf8bytes = obj_name.toUtf8(); in importNames_sync()
192 PyObject *res = PyObject_GetAttrString(module.borrow(), utf8bytes); in importNames_sync()
198 PyDict_SetItemString(priv->globals.borrow(), utf8bytes.constData(), result.borrow()); in importNames_sync()
221 QByteArray utf8bytes = name.toUtf8(); in importModule_sync() local
222 const char *moduleName = utf8bytes.constData(); in importModule_sync()
250 utf8bytes = name.toUtf8(); in importModule_sync()
[all …]
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
H A DTestStringByteConverter.java150 byte[] utf8bytes = test.getBytes("utf-8");
152 System.out.println("\t" + hex(utf8bytes, 0, utf8bytes.length, " "));
154 totalUtf8Bytes += utf8bytes.length;
197 byte[] utf8bytes = test2.getBytes("utf-8");
200 + hex(utf8bytes, 0, utf8bytes.length, " "));
/dports/graphics/ftgl/ftgl-2.4.0/src/
H A DFTUnicode.h151 static const unsigned char utf8bytes[256]; variable
164 const unsigned char FTUnicodeStringItr<T>::utf8bytes[256] = {
189 unsigned int extraBytesToRead = utf8bytes[(unsigned char)(*nextPos)]; in readUTF8()
/dports/devel/upp/upp/bazaar/FTGL/src/
H A DFTUnicode.h151 static const char utf8bytes[256]; variable
164 const char FTUnicodeStringItr<T>::utf8bytes[256] = {
189 unsigned int extraBytesToRead = utf8bytes[(unsigned char)(*nextPos)]; in readUTF8()
/dports/games/critterding/critterding-beta12/src/utils/ftgl/
H A DFTUnicode.h151 static const char utf8bytes[256]; variable
164 const char FTUnicodeStringItr<T>::utf8bytes[256] = {
189 unsigned int extraBytesToRead = utf8bytes[(unsigned char)(*nextPos)]; in readUTF8()
/dports/graphics/gource/gource-0.51/src/core/ftgl/
H A DFTUnicode.h151 static const char utf8bytes[256]; variable
164 const char FTUnicodeStringItr<T>::utf8bytes[256] = {
189 unsigned int extraBytesToRead = utf8bytes[(unsigned char)(*nextPos)]; in readUTF8()
/dports/sysutils/logstalgia/Logstalgia-logstalgia-1.1.2/src/core/ftgl/
H A DFTUnicode.h151 static const char utf8bytes[256]; variable
164 const char FTUnicodeStringItr<T>::utf8bytes[256] = {
189 unsigned int extraBytesToRead = utf8bytes[(unsigned char)(*nextPos)]; in readUTF8()
/dports/lang/fpc-source/fpc-3.2.2/packages/rtl-objpas/src/inc/
H A Dwidestrutils.pp88 utf8bytes: integer;
94 utf8bytes:=0;
97 if utf8bytes>0 then
101 dec(utf8bytes);
105 utf8bytes:=bytesFromUTF8[p^]
111 if hadutf8bytes and (PartialAllowed or (utf8bytes=0)) then
/dports/lang/fpc/fpc-3.2.2/packages/rtl-objpas/src/inc/
H A Dwidestrutils.pp88 utf8bytes: integer;
94 utf8bytes:=0;
97 if utf8bytes>0 then
101 dec(utf8bytes);
105 utf8bytes:=bytesFromUTF8[p^]
111 if hadutf8bytes and (PartialAllowed or (utf8bytes=0)) then
/dports/lang/fpc-rtl-objpas/fpc-3.2.2/packages/rtl-objpas/src/inc/
H A Dwidestrutils.pp88 utf8bytes: integer;
94 utf8bytes:=0;
97 if utf8bytes>0 then
101 dec(utf8bytes);
105 utf8bytes:=bytesFromUTF8[p^]
111 if hadutf8bytes and (PartialAllowed or (utf8bytes=0)) then
/dports/comms/smstools3/smstools3/src/
H A Dcharset.c401 char utf8bytes[32]; in iso_utf8_2gsm() local
426 *utf8bytes = 0; in iso_utf8_2gsm()
439 strcpy(utf8bytes, "("); in iso_utf8_2gsm()
442 sprintf(strchr(utf8bytes, 0), "%02X", (unsigned char)source[source_count +i]); in iso_utf8_2gsm()
445 strcat(utf8bytes, ")"); in iso_utf8_2gsm()
463 sprintf(logtmp, "%s%02X[%c]~>%02X", utf8bytes, ch, prch(ch), (unsigned char)newch); in iso_utf8_2gsm()
487 sprintf(logtmp, "%s%02X[%c]", utf8bytes, ch, prch(ch)); in iso_utf8_2gsm()
504 … tb_sprintf("NOTICE: Cannot convert %i. character %s%s to GSM.", char_count, utf8bytes, utf8char); in iso_utf8_2gsm()
963 int utf8bytes(char *s) in utf8bytes() function
/dports/games/bzflag-server/bzflag-2.4.22/src/common/
H A DBundle.cxx155 const char utf8bytes[256] = variable
222 if (!strncmp(translationTable[trans][0],&(msg.c_str()[i]),utf8bytes[(int)c])) in ensureNormalText()
231 for (int j = 0; j < utf8bytes[(int)c]; j++) in ensureNormalText()
239 msg.replace(i,utf8bytes[(int)c],replacement); in ensureNormalText()
/dports/games/bzflag/bzflag-2.4.22/src/common/
H A DBundle.cxx155 const char utf8bytes[256] = variable
222 if (!strncmp(translationTable[trans][0],&(msg.c_str()[i]),utf8bytes[(int)c])) in ensureNormalText()
231 for (int j = 0; j < utf8bytes[(int)c]; j++) in ensureNormalText()
239 msg.replace(i,utf8bytes[(int)c],replacement); in ensureNormalText()
/dports/lang/mono/mono-5.10.1.57/mcs/class/I18N/West/Test/
H A DI18N.West.Test.cs251 byte [] utf8bytes = new byte [] {0x27, 0xC2, 0x92, 0x27}; in Bug408381()
252 string strToEncode = Encoding.UTF8.GetString(utf8bytes); in Bug408381()
/dports/textproc/xsv-rs/xsv-0.13.0/cargo-crates/regex-1.0.0/
H A DCargo.toml49 name = "nfa-utf8bytes"
61 name = "backtrack-utf8bytes"
/dports/multimedia/scte35dump/scte35dump-0.1.6/cargo-crates/regex-1.1.9/
H A DCargo.toml51 name = "nfa-utf8bytes"
63 name = "backtrack-utf8bytes"
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/regex/
H A DCargo.toml50 name = "nfa-utf8bytes"
62 name = "backtrack-utf8bytes"
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/regex-1.1.9/
H A DCargo.toml51 name = "nfa-utf8bytes"
63 name = "backtrack-utf8bytes"
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/regex-1.2.0/
H A DCargo.toml51 name = "nfa-utf8bytes"
63 name = "backtrack-utf8bytes"
/dports/editors/xi-core/xi-editor-0.3.0/rust/cargo-crates/regex-1.1.7/
H A DCargo.toml51 name = "nfa-utf8bytes"
63 name = "backtrack-utf8bytes"
/dports/editors/parinfer-rust/parinfer-rust-0.4.3/cargo-crates/regex-1.1.7/
H A DCargo.toml51 name = "nfa-utf8bytes"
63 name = "backtrack-utf8bytes"

1234567891011