Imported Upstream version 6.12.0.107

Former-commit-id: cd064e9ce1c4dcc91711469534d3ae8df2c0f7ce
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2020-10-29 08:46:53 +00:00
parent 218a6129a9
commit 60dc2c4e94
50 changed files with 752 additions and 753 deletions

View File

@@ -430,10 +430,9 @@ namespace I18N.CJK
}
#else
public override int GetByteCount(char[] chars, int index, int count, bool refresh)
public override int GetByteCount(char[] chars, int start, int count, bool refresh)
{
int start = 0;
int end = count;
int end = start + count;
int ret = 0;
while (start < end)
{