Home
last modified time | relevance | path

Searched refs:GetUTF8 (Results 1 – 25 of 66) sorted by relevance

123

/dports/graphics/sswf/sswf-1.8.4/src/libasas/
H A Dassembler.c++763 str1 = l1.GetUTF8(); in Class()
1144 str1 = l1.GetUTF8(); in If()
1170 str2 = l2.GetUTF8(); in If()
1208 str = l.GetUTF8(); in EmptyEnumeration()
1255 str1 = l1.GetUTF8(); in For()
1257 str2 = l2.GetUTF8(); in For()
1849 str1 = l1.GetUTF8(); in While()
1863 str2 = l2.GetUTF8(); in While()
2308 str = l.GetUTF8(); in Catch()
2994 str1 = l1.GetUTF8(); in ExprIn()
[all …]
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/lib/libebml/src/
H A DEbmlUnicodeString.cpp238 uint32 Result = Value.GetUTF8().length(); in RenderData()
241 output.writeFully(Value.GetUTF8().c_str(), Result); in RenderData()
283 return Value.GetUTF8(); in GetValueUTF8()
294 SetSize_(Value.GetUTF8().length()); in UpdateSize()
/dports/textproc/libebml/libebml-1.4.2/src/
H A DEbmlUnicodeString.cpp237 uint32 Result = Value.GetUTF8().length(); in RenderData()
240 output.writeFully(Value.GetUTF8().c_str(), Result); in RenderData()
282 return Value.GetUTF8(); in GetValueUTF8()
293 SetSize_(Value.GetUTF8().length()); in UpdateSize()
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/tests/unit/
H A Dutil.cpp43 value_str = UTFstring(*static_cast<EbmlUnicodeString *>(element)).GetUTF8(); in dump()
161 auto val_a = UTFstring(*dynamic_cast<EbmlUnicodeString *>(&a)).GetUTF8(); in compare_impl()
162 auto val_b = UTFstring(*dynamic_cast<EbmlUnicodeString *>(&b)).GetUTF8(); in compare_impl()
/dports/games/stratagus/stratagus-3.2.0/src/video/
H A Dfont.cpp215 static bool GetUTF8(const std::string &text, size_t &pos, int &utf8) in GetUTF8() function
270 static bool GetUTF8(const char text[], const size_t len, size_t &pos, int &utf8) in GetUTF8() function
353 while (GetUTF8(text, len, pos, utf8)) { in Width()
399 while (GetUTF8(text, pos, utf8)) { in Width()
442 GetUTF8(text, pos, hotkey); in GetHotKey()
537 while (GetUTF8(text, len, pos, utf8)) { in DoDrawText()
/dports/www/chromium-legacy/chromium-88.0.4324.182/mojo/public/cpp/bindings/
H A Dstring_traits_stl.h16 static const std::string& GetUTF8(const std::string& input) { return input; }
H A Dstring_traits_wtf.h21 static WTF::StringUTF8Adaptor GetUTF8(const WTF::String& input); in COMPONENT_EXPORT()
H A Dstring_traits_string_piece.h29 static base::StringPiece GetUTF8(base::StringPiece input) { return input; }
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/mojo/public/cpp/bindings/
H A Dstring_traits_wtf.h21 static WTF::StringUTF8Adaptor GetUTF8(const WTF::String& input); in COMPONENT_EXPORT()
H A Dstring_traits_stl.h26 static const std::string& GetUTF8(const std::string& input) { return input; }
H A Dstring_traits_string_piece.h29 static base::StringPiece GetUTF8(base::StringPiece input) { return input; }
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/video/
H A Dfont.cpp188 static bool GetUTF8(const std::string &text, size_t &pos, int &utf8) in GetUTF8() function
239 static bool GetUTF8(const char text[], const size_t len, size_t &pos, int &utf8) in GetUTF8() function
318 while (GetUTF8(text.c_str(), len, pos, utf8)) { in Width()
339 while (GetUTF8(text, pos, utf8)) { in Width()
382 GetUTF8(text, pos, hotkey); in GetHotKey()
494 while (GetUTF8(text, len, pos, utf8)) { in DoDrawText()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/mojo/public/cpp/bindings/lib/
H A Dstring_traits_wtf.cc21 WTF::StringUTF8Adaptor StringTraits<WTF::String>::GetUTF8( in GetUTF8() function in mojo::StringTraits::String
H A Dstring_serialization.h32 auto r = Traits::GetUTF8(input);
/dports/www/chromium-legacy/chromium-88.0.4324.182/mojo/public/cpp/bindings/lib/
H A Dstring_traits_wtf.cc21 WTF::StringUTF8Adaptor StringTraits<WTF::String>::GetUTF8( in GetUTF8() function in mojo::StringTraits::String
H A Dstring_serialization.h32 auto r = Traits::GetUTF8(input);
/dports/www/mod_tidy/mod_tidy-0.5.5/tidy/src/
H A Dutf8.h31 uint GetUTF8( ctmbstr str, uint *ch );
/dports/textproc/tidyp/tidyp-1.04/src/
H A Dutf8.h25 uint TY_(GetUTF8)( ctmbstr str, uint *ch );
/dports/www/tidy-lib/tidy/src/
H A Dutf8.h31 uint TY_(GetUTF8)( ctmbstr str, uint *ch );
/dports/www/tidy-devel/tidy/src/
H A Dutf8.h31 uint TY_(GetUTF8)( ctmbstr str, uint *ch );
/dports/www/tidy-html5/tidy-html5-5.8.0/src/
H A Dutf8.h25 TY_PRIVATE uint TY_(GetUTF8)( ctmbstr str, uint *ch );
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/common/strings/
H A Dutf8.h63 return source.GetUTF8(); in to_utf8()
/dports/net/gerbera/gerbera-1.9.2/src/metadata/
H A Dmatroska_handler.cc198 std::string title(UTFstring(*title_el).GetUTF8()); in parseInfo()
225 …:string fileName(UTFstring(GetChild<LIBMATROSKA_NAMESPACE::KaxFileName>(*attachedFile)).GetUTF8()); in parseAttachments()
/dports/graphics/sswf/sswf-1.8.4/src/libas/
H A Dinput.c++116 char *fn = filename.GetUTF8(); in Error()
302 msg = message.GetUTF8(); in ErrStrMsg()
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/lib/libebml/ebml/
H A DEbmlUnicodeString.h78 const std::string & GetUTF8() const {return UTF8string;} in GetUTF8() function

123