ICU-96 uint16_t != UChar

X-SVN-Rev: 3813
This commit is contained in:
Steven R. Loomis 2001-02-28 00:24:15 +00:00
parent 5287dabf2e
commit 86878195b1

View file

@ -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);