Home
last modified time | relevance | path

Searched refs:utfstring (Results 1 – 25 of 52) sorted by relevance

123

/dports/emulators/nestopia/nestopia-1.51.1/source/core/
H A DNstXml.hpp42 typedef const word* utfstring; typedef in Nes::Core::Xml
56 static utfchar ParseReference(utfstring&,utfstring);
58 static wchar_t* SetType(wchar_t* NST_RESTRICT,utfstring,utfstring,In);
61 static wchar_t* SetValue(wchar_t* NST_RESTRICT,utfstring,utfstring,In);
86 void AddAttribute(utfstring,utfstring,utfstring,utfstring);
266 Node Read(utfstring);
355 static utfstring SkipVoid(utfstring);
356 static utfstring RewindVoid(utfstring,utfstring=NULL);
357 static utfstring ReadTag(utfstring,BaseNode*&);
358 static utfstring ReadValue(utfstring,BaseNode&);
[all …]
H A DNstXml.cpp512 Xml::utfstring Xml::ReadNode(utfstring stream,Tag tag,BaseNode*& node) in ReadNode()
546 Xml::utfstring Xml::ReadTag(utfstring stream,BaseNode*& node) in ReadTag()
618 utfstring const t = stream; in ReadTag()
639 utfstring const v = stream; in ReadTag()
658 Xml::utfstring Xml::ReadValue(utfstring stream,BaseNode& node) in ReadValue()
778 Xml::utfstring Xml::SkipVoid(utfstring stream) in SkipVoid()
786 Xml::utfstring Xml::RewindVoid(utfstring stream,utfstring stop) in RewindVoid()
909 void Xml::BaseNode::AddAttribute(utfstring t,utfstring tn,utfstring v,utfstring vn) in AddAttribute()
926 wchar_t* Xml::BaseNode::SetType(wchar_t* NST_RESTRICT dst,utfstring src,utfstring const end,In) in SetType()
1009 Xml::utfchar Xml::BaseNode::ParseReference(utfstring& string,utfstring const end) in ParseReference()
[all …]
/dports/games/libretro-nestopia/nestopia-2b0315c/source/core/
H A DNstXml.hpp42 typedef const word* utfstring; typedef in Nes::Core::Xml
56 static utfchar ParseReference(utfstring&,utfstring);
58 static wchar_t* SetType(wchar_t* NST_RESTRICT,utfstring,utfstring,In);
61 static wchar_t* SetValue(wchar_t* NST_RESTRICT,utfstring,utfstring,In);
86 void AddAttribute(utfstring,utfstring,utfstring,utfstring);
266 Node Read(utfstring);
355 static utfstring SkipVoid(utfstring);
356 static utfstring RewindVoid(utfstring,utfstring=NULL);
357 static utfstring ReadTag(utfstring,BaseNode*&);
358 static utfstring ReadValue(utfstring,BaseNode&);
[all …]
H A DNstXml.cpp512 Xml::utfstring Xml::ReadNode(utfstring stream,Tag tag,BaseNode*& node) in ReadNode()
546 Xml::utfstring Xml::ReadTag(utfstring stream,BaseNode*& node) in ReadTag()
618 utfstring const t = stream; in ReadTag()
639 utfstring const v = stream; in ReadTag()
658 Xml::utfstring Xml::ReadValue(utfstring stream,BaseNode& node) in ReadValue()
778 Xml::utfstring Xml::SkipVoid(utfstring stream) in SkipVoid()
786 Xml::utfstring Xml::RewindVoid(utfstring stream,utfstring stop) in RewindVoid()
909 void Xml::BaseNode::AddAttribute(utfstring t,utfstring tn,utfstring v,utfstring vn) in AddAttribute()
926 wchar_t* Xml::BaseNode::SetType(wchar_t* NST_RESTRICT dst,utfstring src,utfstring const end,In) in SetType()
1009 Xml::utfchar Xml::BaseNode::ParseReference(utfstring& string,utfstring const end) in ParseReference()
[all …]
/dports/net/openslp/openslp-2.0.0/common/
H A Dslp_utf8.c190 char * utfstring = string; in SLPv1AsUTF8() local
219 if (nc < 0 || utfstring + nc > unistring) in SLPv1AsUTF8()
222 memcpy(utfstring, utfchar, nc); in SLPv1AsUTF8()
223 utfstring += nc; in SLPv1AsUTF8()
225 *len = utfstring - string; in SLPv1AsUTF8()
246 const char * utfstring, size_t utflen) in SLPv1ToEncoding() argument
257 memcpy(string, utfstring, utflen); in SLPv1ToEncoding()
265 nc = utftouni(&uni, utfstring, utflen); in SLPv1ToEncoding()
269 utfstring += nc; in SLPv1ToEncoding()
H A Dslp_utf8.h54 const char * utfstring, size_t utflen);
/dports/databases/p5-DBD-SQLite/DBD-SQLite-1.70/t/
H A D12_unicode.t39 my $utfstring = pack("U*", @isochars);
42 ok(length($utfstring) == @isochars, 'Correct length for $utfstring');
44 is_utf8($utfstring),
45 '$utfstring should be marked as UTF-8 by Perl',
83 ($textback, $bytesback) = database_roundtrip($dbh, $utfstring, $bytestring);
88 ok($textback eq $utfstring, "Same text");
109 ($textback, $bytesback) = database_roundtrip($dbh, $utfstring, $bytestring);
115 ($textback, $bytesback) = database_roundtrip($dbh, $utfstring, $bytestring);
/dports/astro/gpsbabel14/gpsbabel-1.4.4/
H A Dwaypt.c89 if (wpt->gc_data->desc_short.utfstring) { in waypt_dupe()
90 gc_data->desc_short.utfstring = in waypt_dupe()
91 xstrdup(wpt->gc_data->desc_short.utfstring); in waypt_dupe()
93 if (wpt->gc_data->desc_long.utfstring) { in waypt_dupe()
94 gc_data->desc_long.utfstring = in waypt_dupe()
95 xstrdup(wpt->gc_data->desc_long.utfstring); in waypt_dupe()
432 if (gc_data->desc_short.utfstring) { in waypt_free()
433 xfree(gc_data->desc_short.utfstring); in waypt_free()
435 if (gc_data->desc_long.utfstring) { in waypt_free()
436 xfree(gc_data->desc_long.utfstring); in waypt_free()
H A Dhtml.c137 if (wpt->gc_data->desc_short.utfstring) { in html_disp()
138 char* tmpstr = strip_nastyhtml(wpt->gc_data->desc_short.utfstring); in html_disp()
142 if (wpt->gc_data->desc_long.utfstring) { in html_disp()
143 char* tmpstr = strip_nastyhtml(wpt->gc_data->desc_long.utfstring); in html_disp()
H A Dnavicache.c190 gc_data->desc_long.utfstring = xstrdup(ap[1]); in nav_start()
193 gc_data->desc_short.utfstring = xstrdup(ap[1]); in nav_start()
H A Dtext.c155 if (wpt->gc_data->desc_short.utfstring) { in text_disp()
160 if (wpt->gc_data->desc_long.utfstring) { in text_disp()
H A Dpalmdoc.c457 if (wpt->gc_data->desc_short.utfstring) { in palmdoc_disp()
462 if (wpt->gc_data->desc_long.utfstring) { in palmdoc_disp()
H A Dcetus.c523 if (wpt->gc_data->desc_short.utfstring) { in cetus_writewpt()
532 if (wpt->gc_data->desc_long.utfstring) { in cetus_writewpt()
H A Dkml.c1414 …/value></Data>\n", waypointp->gc_data->desc_short.utfstring ? waypointp->gc_data->desc_short.utfst… in kml_geocache_pr()
1415 …></value></Data>\n", waypointp->gc_data->desc_long.utfstring ? waypointp->gc_data->desc_long.utfst… in kml_geocache_pr()
H A Dutil.c1612 char *instr = in->utfstring; in strip_html()
1617 return xstrdup(in->utfstring); in strip_html()
1623 outstring = out = xstrdup(in->utfstring); in strip_html()
/dports/devel/librcc/librcc-0.2.12/src/
H A Dfs.c283 …rccFS5(rcc_context ctx, rcc_language_config config, rcc_class_id class_id, const char *utfstring) { in rccFS5() argument
288 if (rccIsASCII(utfstring)) return strdup(utfstring); in rccFS5()
295 err = rccFS0(config, NULL, utfstring, &prefix, &name); in rccFS5()
H A Drecode.c386 translated = rccSizedRecodeCharsets(ctx, "UTF-8", "KOI8-R", utfstring, 0, NULL); in rccRecodeTranslate()
404 translated = rccSizedRecodeCharsets(ctx, "UTF-8", "KOI8-U", utfstring, 0, NULL); in rccRecodeTranslate()
422 translated = rccSizedRecodeCharsets(ctx, "UTF-8", "US-ASCII//TRANSLIT", utfstring, 0, NULL); in rccRecodeTranslate()
437 translated = rccTranslate(trans, utfstring); in rccRecodeTranslate()
452 if (entrans) translated = rccTranslate(entrans, utfstring); in rccRecodeTranslate()
577 const char *utfstring; in rccSizedTo() local
594 utfstring = rccStringGetString(buf); in rccSizedTo()
595 if ((!language_id)||(!utfstring)) return NULL; in rccSizedTo()
607 translated = rccRecodeTranslate(&config, class_id, utfstring); in rccSizedTo()
612 result = rccFS5(ctx, config, class_id, utfstring); in rccSizedTo()
[all …]
H A Dfs.h27 …*rccFS5(rcc_context ctx, rcc_language_config config, rcc_class_id class_id, const char *utfstring);
/dports/java/sqlitejdbc/sqlitejdbc-v056/src/org/sqlite/
H A DNestedDB.java147 return utfstring(call("sqlite3_column_name", (int)stmt, col)); in column_name()
150 return utfstring(call("sqlite3_column_text", (int)stmt, col)); in column_text()
171 return utfstring(call("sqlite3_column_decltype", (int)stmt, col)); in column_decltype()
175 return utfstring(call("sqlite3_column_table_name", (int)stmt, col)); in column_table_name()
236 return utfstring(call("sqlite3_value_text", value(f, arg))); in value_text()
415 private String utfstring(int str) throws SQLException { in utfstring() method in NestedDB
416 try { return rt.utfstring(str); } in utfstring()
/dports/astro/gpsbabel/gpsbabel-gpsbabel_1_7_0/
H A Dhtml.cc138 if (!wpt->gc_data->desc_short.utfstring.isEmpty()) { in html_disp()
139 char* tmpstr = strip_nastyhtml(wpt->gc_data->desc_short.utfstring); in html_disp()
143 if (!wpt->gc_data->desc_long.utfstring.isEmpty()) { in html_disp()
144 char* tmpstr = strip_nastyhtml(wpt->gc_data->desc_long.utfstring); in html_disp()
H A Dnavicache.cc164 gc_data->desc_long.utfstring = a.value("description").toString(); in NaviReadCache()
169 gc_data->desc_short.utfstring = a.value("comments").toString(); in NaviReadCache()
H A Dtext.cc151 if (!wpt->gc_data->desc_short.utfstring.isEmpty()) { in text_disp()
156 if (!wpt->gc_data->desc_long.utfstring.isEmpty()) { in text_disp()
H A Dutil.cc1411 doc.setHtml(in->utfstring); in strip_html()
1419 char* incopy = instr = xstrdup(in->utfstring); in strip_html()
1426 char* outstring = out = xstrdup(in->utfstring); in strip_html()
/dports/astro/gpsbabel/gpsbabel-gpsbabel_1_7_0/deprecated/
H A Dpalmdoc.cc459 if (!wpt->gc_data->desc_short.utfstring.isEmpty()) { in palmdoc_disp()
464 if (!wpt->gc_data->desc_long.utfstring.isEmpty()) { in palmdoc_disp()
H A Dcetus.cc514 if (!wpt->gc_data->desc_short.utfstring.isEmpty()) { in cetus_writewpt()
523 if (!wpt->gc_data->desc_long.utfstring.isEmpty()) { in cetus_writewpt()

123