ICU-809 remove UnicodeString::getUChars()
X-SVN-Rev: 5831
This commit is contained in:
parent
ed39c6bf2d
commit
ffdcb77cb1
@ -32,7 +32,7 @@ ucal_getAvailableTZIDs( int32_t rawOffset,
|
||||
}
|
||||
|
||||
if(index < count)
|
||||
retVal = tzs[index]->getUChars();
|
||||
retVal = tzs[index]->getBuffer();
|
||||
else
|
||||
*status = U_INDEX_OUTOFBOUNDS_ERROR;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user