mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 09:21:03 +00:00
ICU-3189 bug fix
X-SVN-Rev: 14074
This commit is contained in:
parent
981c9d4701
commit
ed04cce2c3
1 changed files with 2 additions and 2 deletions
|
@ -836,7 +836,7 @@ ConversionTest::ToUnicodeCase(ConversionCase &cc, UConverterToUCallback callback
|
|||
}
|
||||
|
||||
ucnv_close(cnv);
|
||||
return TRUE;
|
||||
return ok;
|
||||
}
|
||||
|
||||
UBool
|
||||
|
@ -1130,7 +1130,7 @@ ConversionTest::FromUnicodeCase(ConversionCase &cc, UConverterFromUCallback call
|
|||
}
|
||||
|
||||
ucnv_close(cnv);
|
||||
return TRUE;
|
||||
return ok;
|
||||
}
|
||||
|
||||
UBool
|
||||
|
|
Loading…
Add table
Reference in a new issue