Home
last modified time | relevance | path

Searched refs:utf8length (Results 1 – 25 of 30) sorted by relevance

12

/dports/graphics/djview4/djview4-4.12/npdjvu/
H A Dqtnpapi.cpp334 npstring.utf8length = qutf8.length(); in fromQString()
335 npstring.utf8characters = (char*)NPN_MemAlloc(npstring.utf8length); in fromQString()
336 memcpy((char*)npstring.utf8characters, qutf8.constData(), npstring.utf8length); in fromQString()
342 return QString::fromUtf8(utf8characters, utf8length); in operator QString()
H A Dqtnpapi.h364 uint32 utf8length; member
/dports/x11/xfce4-screensaver/xfce4-screensaver-4.16.0/src/
H A Dxfcekbd-indicator.c187 gint utf8length; in xfcekbd_indicator_create_label_title() local
192 utf8length = g_unichar_to_utf8 (cidx, appendix); in xfcekbd_indicator_create_label_title()
193 appendix[utf8length] = '\0'; in xfcekbd_indicator_create_label_title()
/dports/graphics/cfdg/cfdg-3.3_1/src-common/
H A Dscanner.h94 unsigned int utf8length(const char* txt, std::size_t len);
H A Dcfdg.l70 #define YY_USER_ACTION yylloc->columns(utf8length(yytext, yyleng));
251 yylloc->columns(utf8length(yytext, pos));
343 unsigned int Scanner::utf8length(const char* txt, std::size_t len) in utf8length() function
/dports/cad/zcad/zcad-8b8a693/cad_source/zcad/gui/
H A Duzctranslations.pas227 if (utf8length(Identifier)=length(Identifier))and
228 (utf8length(OriginalValue)=length(OriginalValue)) then
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/plugin/npapi/
H A DGnashNPVariant.h37 return str.utf8length; in GetNPStringLen()
/dports/multimedia/kmplayer/kmplayer-0.12.0b/src/
H A Dnpplayer.cpp355 str = (char *) nsAlloc (value->value.stringValue.utf8length + 3); in nsVariant2Str()
356 str[0] = str[value->value.stringValue.utf8length + 1] = '\''; in nsVariant2Str()
358 value->value.stringValue.utf8length); in nsVariant2Str()
359 str[value->value.stringValue.utf8length + 2] = 0; in nsVariant2Str()
673 result->value.stringValue.utf8length = strlen (str) - 2; in str2NPVariant()
734 str.utf8length = strlen (escaped) + 9; in nsEvaluate()
735 jsscript = (char *) nsAlloc (str.utf8length); in nsEvaluate()
1042 createJsName (jo, (char **)&str.utf8characters, &str.utf8length); in windowClassInvoke()
1054 str.utf8length = pos; in windowClassInvoke()
1096 createJsName (&jo, (char **)&fullname.utf8characters, &fullname.utf8length); in windowClassGetProperty()
/dports/x11/libgnomekbd/libgnomekbd-3.26.1/libgnomekbd/
H A Dgkbd-configuration.c627 gint utf8length; in gkbd_configuration_create_label_title() local
632 utf8length = g_unichar_to_utf8 (cidx, appendix); in gkbd_configuration_create_label_title()
633 appendix[utf8length] = '\0'; in gkbd_configuration_create_label_title()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/wma/
H A Dasfheader.c609 int utf8length = 512; in asf_parse_header() local
612 asf_utf16LEdecode(fd, length, &utf8, &utf8length); in asf_parse_header()
760 utf8length = 512; in asf_parse_header()
764 asf_utf16LEdecode(fd, 32, &utf8, &utf8length); in asf_parse_header()
/dports/x11/libmatekbd/libmatekbd-1.26.0/libmatekbd/
H A Dmatekbd-indicator.c343 gint utf8length; in matekbd_indicator_create_label_title() local
348 utf8length = g_unichar_to_utf8 (cidx, appendix); in matekbd_indicator_create_label_title()
349 appendix[utf8length] = '\0'; in matekbd_indicator_create_label_title()
/dports/editors/abiword/abiword-3.0.5/src/af/util/xp/
H A Dut_stringbuf.cpp826 void UT_UTF8Stringbuf::insert (char *& ptr, const char * str, size_t utf8length) in insert() argument
847 m_strlen += utf8length; in insert()
H A Dut_string_class.cpp84 size_t utf8length = size (); in utf8_data() local
87 for (i = 0; i < utf8length; i++) in utf8_data()
99 for (i = 0; i < utf8length; i++) in utf8_data()
H A Dut_stringbuf.h161 void insert (char *& ptr, const char * str, size_t utf8length);
/dports/net-im/kopete/kopete-21.12.3/protocols/skype/skypebuttons/qtbrowserplugin/
H A Dqtbrowserplugin.cpp476 npstring.utf8length = qutf8.length(); in fromQString()
477 npstring.utf8characters = (char*)NPN_MemAlloc(npstring.utf8length); in fromQString()
478 memcpy((char*)npstring.utf8characters, qutf8.constData(), npstring.utf8length); in fromQString()
485 return QString::fromUtf8(utf8characters, utf8length); in operator QString()
H A Dqtnpapi.h360 uint32 utf8length; member
/dports/security/openconnect-gui/openconnect-gui-v1.5.3/external/src/qt-solutions-master/qtbrowserplugin/src/
H A Dqtbrowserplugin.cpp494 npstring.utf8length = qutf8.length(); in fromQString()
495 npstring.utf8characters = (char*)NPN_MemAlloc(npstring.utf8length); in fromQString()
496 memcpy((char*)npstring.utf8characters, qutf8.constData(), npstring.utf8length); in fromQString()
503 return QString::fromUtf8(utf8characters, utf8length); in operator QString()
H A Dqtnpapi.h380 uint32 utf8length; member
/dports/graphics/djview4/djview4-4.12/nsdejavu/npsdk/
H A Dnpruntime.h119 uint32_t utf8length; member
/dports/www/npapi-xine/xine-plugin-1.0.2/include/
H A Dnpruntime.h119 uint32_t utf8length; member
/dports/multimedia/kmplayer/kmplayer-0.12.0b/src/moz-sdk/
H A Dnpruntime.h119 uint32_t utf8length; member
/dports/graphics/djview4/djview4-4.12/nsdejavu/
H A Dnsdejavu.c2016 char *nstr = NPN_MemAlloc(s->utf8length+1); in npvariantcpy()
2020 memcpy(nstr, s->utf8characters, s->utf8length); in npvariantcpy()
2021 nstr[s->utf8length] = 0; in npvariantcpy()
2090 int klen = NPVARIANT_TO_STRING(args[0]).utf8length; in np_invoke()
2123 int klen = NPVARIANT_TO_STRING(args[0]).utf8length; in np_invoke()
2134 len = NPVARIANT_TO_STRING(args[1]).utf8length; in np_invoke()
/dports/graphics/cfdg/cfdg-3.3_1/src-win/derived/
H A Dlex.yy.cpp886 #define YY_USER_ACTION yylloc->columns(utf8length(yytext, yyleng));
1580 yylloc->columns(utf8length(yytext, pos));
2681 unsigned int Scanner::utf8length(const char* txt, size_t len) in utf8length() function in yy::Scanner
/dports/audio/ampache/ampache-php74-5.0.0/vendor/james-heinrich/getid3/demos/
H A Ddemo.mp3header.php943 $utf8length = strlen($utf8text);
945 for ($i = 0; $i < $utf8length; $i++) {
/dports/math/giacxcas/giac-1.6.0/src/
H A Dglobal.h182 unsigned int utf8length(const wchar_t * wline);

12