Home
last modified time | relevance | path

Searched defs:Utf8String (Results 1 – 25 of 68) sorted by relevance

123

/dports/lang/mono/mono-5.10.1.57/external/corert/src/Common/src/Internal/Text/
H A DUtf8String.cs13 private byte[] _value;
15 public Utf8String(byte[] underlyingArray) in Utf8String() argument
20 public Utf8String(string s) in Utf8String() argument
26 public byte[] UnderlyingArray => _value;
27 public int Length => _value.Length;
36 public override string ToString() in ToString()
41 public override bool Equals(object obj) in Equals()
47 private static int _rotl(int value, int shift) in _rotl()
53 public unsafe override int GetHashCode() in GetHashCode()
81 public bool Equals(Utf8String other) in Equals()
[all …]
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/der-0.4.4/src/asn1/
H A Dutf8_string.rs24 pub struct Utf8String<'a> { struct
29 impl<'a> Utf8String<'a> { implementation
59 impl AsRef<str> for Utf8String<'_> { implementation
65 impl AsRef<[u8]> for Utf8String<'_> { implementation
71 impl<'a> From<&Utf8String<'a>> for Utf8String<'a> { implementation
77 impl<'a> TryFrom<Any<'a>> for Utf8String<'a> { implementation
98 impl<'a> Encodable for Utf8String<'a> { implementation
108 impl<'a> Tagged for Utf8String<'a> { implementation
112 impl<'a> fmt::Display for Utf8String<'a> { implementation
118 impl<'a> fmt::Debug for Utf8String<'a> { implementation
/dports/devel/dtool/dtool-0.11.0/cargo-crates/der-0.4.1/src/asn1/
H A Dutf8_string.rs24 pub struct Utf8String<'a> { struct
29 impl<'a> Utf8String<'a> { argument
59 impl AsRef<str> for Utf8String<'_> { implementation
65 impl AsRef<[u8]> for Utf8String<'_> { implementation
71 impl<'a> From<&Utf8String<'a>> for Utf8String<'a> { implementation
77 impl<'a> TryFrom<Any<'a>> for Utf8String<'a> { implementation
98 impl<'a> Encodable for Utf8String<'a> { implementation
108 impl<'a> Tagged for Utf8String<'a> { implementation
112 impl<'a> fmt::Display for Utf8String<'a> { implementation
118 impl<'a> fmt::Debug for Utf8String<'a> { implementation
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/picky-asn1-der-0.2.4/src/de/
H A Dutf8_string.rs5 pub struct Utf8String; struct
6 impl Utf8String { impl
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/picky-asn1-der-0.2.4/src/ser/
H A Dutf8_string.rs5 pub struct Utf8String; struct
6 impl Utf8String { impl
/dports/math/curv/curv-0.5/extern/replxx/src/
H A Dutf8string.hxx10 class Utf8String { class
17 Utf8String( void ) in Utf8String() function in replxx::Utf8String
22 explicit Utf8String( UnicodeString const& src ) in Utf8String() function in replxx::Utf8String
29 Utf8String( UnicodeString const& src_, int len_ ) in Utf8String() function in replxx::Utf8String
/dports/mail/rspamd/rspamd-3.1/contrib/replxx/src/
H A Dutf8string.hxx10 class Utf8String { class
17 Utf8String( void ) in Utf8String() function in replxx::Utf8String
22 explicit Utf8String( UnicodeString const& src ) in Utf8String() function in replxx::Utf8String
29 Utf8String( UnicodeString const& src_, int len_ ) in Utf8String() function in replxx::Utf8String
/dports/devel/replxx/replxx-release-0.0.3/src/
H A Dutf8string.hxx10 class Utf8String { class
17 Utf8String( void ) in Utf8String() function in replxx::Utf8String
22 explicit Utf8String( UnicodeString const& src ) in Utf8String() function in replxx::Utf8String
29 Utf8String( UnicodeString const& src_, int len_ ) in Utf8String() function in replxx::Utf8String
/dports/mail/rspamd-devel/rspamd-93430bb/contrib/replxx/src/
H A Dutf8string.hxx10 class Utf8String { class
17 Utf8String( void ) in Utf8String() function in replxx::Utf8String
22 explicit Utf8String( UnicodeString const& src ) in Utf8String() function in replxx::Utf8String
29 Utf8String( UnicodeString const& src_, int len_ ) in Utf8String() function in replxx::Utf8String
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/shell/
H A Dlinenoise_utf8.h194 struct Utf8String : public UtfStringMixin<UChar8> { struct
195 Utf8String() {} in Utf8String() function
206 void initFrom32(const UChar32* s, int chars) { in initFrom32()
262 inline Utf8String::Utf8String(const Utf32String& s) { in Utf8String() function
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/sqlite/
H A Dutf8string.h40 class Utf8String; variable
49 explicit Utf8String(const char *utf8Text) in Utf8String() function
53 explicit Utf8String(const char *utf8Text, int size) in Utf8String() function
57 Utf8String(const QString &text) in Utf8String() function
311 explicit Utf8String(const QByteArray &utf8ByteArray) in Utf8String() function
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/tests/ManualTests/SQL/UdtTest/UDTs/Utf8String/
H A DUtf8String.cs15 public class Utf8String : INullable, IComparable, Microsoft.SqlServer.Server.IBinarySerialize class
247 public Utf8String(string value) in Utf8String() method in Microsoft.Samples.SqlServer.Utf8String
252 public Utf8String(byte[] bytes) in Utf8String() method in Microsoft.Samples.SqlServer.Utf8String
278 public Utf8String() in Utf8String() method in Microsoft.Samples.SqlServer.Utf8String
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/tools/clangbackend/source/
H A Dclangfilepath.h28 class Utf8String; variable
H A Dclangfilesystemwatcher.h31 class Utf8String; variable
H A Dclangtype.h32 class Utf8String; variable
H A Dclangfollowsymbol.h32 class Utf8String; variable
H A Dclangstring.h79 operator Utf8String() const in Utf8String() function
H A Dclangdocument.h42 class Utf8String; variable
H A Ddiagnostic.h37 class Utf8String; variable
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/clangsupport/
H A Dclangsupportdebugutils.h33 class Utf8String; variable
H A Dconnectionclient.h44 class Utf8String; variable
/dports/security/gpg-tui/gpg-tui-0.8.2/cargo-crates/smithay-clipboard-0.6.4/src/
H A Dmime.rs15 Utf8String = 1, enumerator
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/smithay-clipboard-0.6.4/src/
H A Dmime.rs15 Utf8String = 1, enumerator
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.Encoding/tests/Asn1/Serializer/
H A DSimpleDeserialize.cs665 public string Utf8String; field
685 public string Utf8String; field in System.Security.Cryptography.Tests.Asn1.DirectoryStringClass
749 public string Utf8String; field
821 public string Utf8String; field
/dports/games/openlierox/OpenLieroX/src/common/
H A DUnicode.cpp850 std::string OldLxCompatibleString(const std::string &Utf8String) in OldLxCompatibleString()
883 std::string Utf8String(const std::string& OldLxString) in Utf8String() function
919 std::string RemoveSpecialChars(const std::string &Utf8String) in RemoveSpecialChars()

123