Adding the missing string function to model.xml (#6694)
authorJonathan Miller <jonmill@microsoft.com>
Mon, 22 Aug 2016 23:17:09 +0000 (16:17 -0700)
committerWes Haggard <weshaggard@users.noreply.github.com>
Mon, 22 Aug 2016 23:17:09 +0000 (16:17 -0700)
commitc940bc816db970c4dcb3130f6e1a8f3a51d73328
tree9d76a5919c66501a6f0042bfd82dcae4269740f3
parentc4ccc5434a72bc534e967b1b4313ff531a84ddfb
Adding the missing string function to model.xml (#6694)

* Adding + stubbing out the missing Globalization functions
* Doing the correct native implementation now...
26 files changed:
src/mscorlib/corefx/System/Globalization/Calendar.cs
src/mscorlib/corefx/System/Globalization/CultureNotFoundException.cs
src/mscorlib/corefx/System/Globalization/DateTimeFormatInfo.cs
src/mscorlib/corefx/System/Globalization/DayLightTime.cs
src/mscorlib/corefx/System/Globalization/HebrewCalendar.cs
src/mscorlib/corefx/System/Globalization/NumberFormatInfo.cs
src/mscorlib/corefx/System/Globalization/RegionInfo.cs
src/mscorlib/corefx/System/Globalization/STUBS.cs [new file with mode: 0644]
src/mscorlib/corefx/System/Globalization/StringInfo.cs
src/mscorlib/corefx/System/Globalization/UmAlQuraCalendar.cs
src/mscorlib/model.xml
src/mscorlib/mscorlib.shared.sources.props
src/mscorlib/ref/mscorlib.cs
src/mscorlib/ref/mscorlib.manual.cs
src/mscorlib/src/System/Globalization/CompareInfo.cs
src/mscorlib/src/System/Globalization/CultureInfo.cs
src/mscorlib/src/System/Globalization/CultureNotFoundException.cs
src/mscorlib/src/System/Globalization/DateTimeFormatInfo.cs
src/mscorlib/src/System/Globalization/IdnMapping.cs
src/mscorlib/src/System/Globalization/NumberFormatInfo.cs
src/mscorlib/src/System/Globalization/RegionInfo.cs
src/mscorlib/src/System/Globalization/STUBS.cs [new file with mode: 0644]
src/mscorlib/src/System/Globalization/SortKey.cs
src/mscorlib/src/System/Globalization/TextInfo.cs
src/mscorlib/src/System/Text/Normalization.cs
src/vm/ecalllist.h