mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-329 Update call to ucol_openRules
X-SVN-Rev: 5479
This commit is contained in:
parent
9ec6c7dd5d
commit
812d51f735
1 changed files with 1 additions and 1 deletions
|
@ -564,7 +564,7 @@ parseCollationElements(char *tag, uint32_t startline, UErrorCode *status)
|
|||
UChar *rules = NULL;
|
||||
|
||||
coll = ucol_openRules(tokenValue->fChars, tokenValue->fLength,
|
||||
UNORM_NONE, UCOL_DEFAULT_STRENGTH, &intStatus);
|
||||
UNORM_NONE, UCOL_DEFAULT_STRENGTH,NULL, &intStatus);
|
||||
|
||||
if (U_SUCCESS(intStatus) && coll != NULL)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue