Home
last modified time | relevance | path

Searched defs:UTF8ToString (Results 1 – 6 of 6) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Data.Sqlite/Mono.Data.Sqlite_2.0/
H A DSQLiteConvert.cs135 public static string UTF8ToString(IntPtr nativestring, int nativestringlen) in UTF8ToString() method in Mono.Data.Sqlite.SqliteConvert
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/mono/
H A DMono.Data.Sqlite.cs286 … public static string UTF8ToString(System.IntPtr nativestring, int nativestringlen) { throw null; } in UTF8ToString() method in Mono.Data.Sqlite.SqliteConvert
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DMono.Data.Sqlite.cs285 … public static string UTF8ToString(System.IntPtr nativestring, int nativestringlen) { throw null; } in UTF8ToString() method in Mono.Data.Sqlite.SqliteConvert
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DMono.Data.Sqlite.cs285 … public static string UTF8ToString(System.IntPtr nativestring, int nativestringlen) { throw null; } in UTF8ToString() method in Mono.Data.Sqlite.SqliteConvert
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DMono.Data.Sqlite.cs285 … public static string UTF8ToString(System.IntPtr nativestring, int nativestringlen) { throw null; } in UTF8ToString() method in Mono.Data.Sqlite.SqliteConvert
/dports/comms/snap7/snap7-full-1.4.2/utility/Windows/HMITracer/SynPDF/
H A DSynCommons.pas1794 function UTF8ToString(const Text: RawUTF8): string; in UTF8ToString() function