You've already forked linux-packaging-mono
Imported Upstream version 6.12.0.107
Former-commit-id: cd064e9ce1c4dcc91711469534d3ae8df2c0f7ce
This commit is contained in:
parent
218a6129a9
commit
60dc2c4e94
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user