[runtime] MonoError-ize mono_string_from_utf16
authorAleksey Kliger <aleksey@xamarin.com>
Thu, 12 May 2016 21:34:32 +0000 (17:34 -0400)
committerAleksey Kliger <aleksey@xamarin.com>
Thu, 12 May 2016 21:43:43 +0000 (17:43 -0400)
commit9ace789ec9571a3c563a6f817d26f7635e603c9d
tree8d1fcad314701442f1cc8e01b00c9af35a4c99cd
parent405bf02e72d18cec91810563d0559956089239f5
[runtime] MonoError-ize mono_string_from_utf16

Marked it external only.  Runtime should use mono_string_from_utf16_checked

Also mark mono_string_from_utf32 as external only.

(It's currently unused in the runtime, but in the future
 mono_string_from_utf32_checked is available)
mono/metadata/icall.c
mono/metadata/marshal.c
mono/metadata/object-internals.h
mono/metadata/object.c
mono/metadata/object.h