mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-96 uint16_t != UChar
X-SVN-Rev: 3813
This commit is contained in:
parent
5287dabf2e
commit
86878195b1
1 changed files with 1 additions and 1 deletions
|
@ -867,7 +867,7 @@ int32_t uprv_ucol_decompose (UChar curChar, UChar *result) {
|
|||
T_fillOutputParams(&res, result, 356, &resSize, &status);
|
||||
|
||||
} else {
|
||||
const UChar *source = DecompData::contents;
|
||||
const UChar *source = (const UChar*)&(DecompData::contents);
|
||||
uint16_t ind = (int16_t)(index >> STR_INDEX_SHIFT);
|
||||
uint16_t length = (int16_t)(index & STR_LENGTH_MASK);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue