Home
last modified time | relevance | path

Searched refs:mono_unichar2 (Results 1 – 11 of 11) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dobject.h72 MONO_API mono_unichar2 *mono_string_chars (MonoString *s);
127 mono_string_new_utf16 (MonoDomain *domain, const mono_unichar2 *text, int32_t len);
166 MONO_API mono_unichar2 *
174 mono_string_from_utf16 (mono_unichar2 *data);
H A Dimage.h77 uint32_t lang_id, mono_unichar2 *name);
H A Dobject-internals.h131 mono_unichar2 chars [MONO_ZERO_LEN_ARRAY];
137 #define mono_string_chars_fast(s) ((mono_unichar2*)(s)->chars)
1857 mono_string_from_utf16_checked (mono_unichar2 *data, MonoError *error);
H A Dboehm-gc.c1539 mono_unichar2 *new_end = str->chars + new_length; in mono_gc_set_string_length()
1544 memset (new_end, 0, (str->length - new_length + 1) * sizeof (mono_unichar2)); in mono_gc_set_string_length()
H A Dsgen-mono.c1857 mono_unichar2 *new_end = str->chars + new_length; in mono_gc_set_string_length()
1864 memset (new_end, 0, (str->length - new_length + 1) * sizeof (mono_unichar2) + CANARY_SIZE); in mono_gc_set_string_length()
1867 memset (new_end, 0, (str->length - new_length + 1) * sizeof (mono_unichar2)); in mono_gc_set_string_length()
H A Dobject.c6124 mono_unichar2 *utf16_output = NULL; in mono_string_new_utf32_checked()
7160 mono_unichar2*
7277 mono_unichar2 *utf16_output = NULL; in mono_string_from_utf32_checked()
H A Dcominterop.c2878 …res = mono_string_new_utf16_checked (mono_domain_get (), (const mono_unichar2 *)bstr, *((guint32 *… in mono_string_from_bstr_checked()
H A Dicall.c7952 ICALL_EXPORT mono_unichar2*
/dports/lang/mono/mono-5.10.1.57/mono/utils/
H A Dmono-publib.h72 typedef uint16_t mono_unichar2; typedef
/dports/devel/godot-tools/godot-3.2.3-stable/modules/mono/mono_gd/
H A Dgd_mono_marshal.h94 return mono_string_from_utf16((mono_unichar2 *)p_string.c_str()); in mono_from_utf16_string()
/dports/devel/godot/godot-3.2.3-stable/modules/mono/mono_gd/
H A Dgd_mono_marshal.h94 return mono_string_from_utf16((mono_unichar2 *)p_string.c_str()); in mono_from_utf16_string()