mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-4588 forgetUCA function
X-SVN-Rev: 17961
This commit is contained in:
parent
beda3c0bcb
commit
ac9da526ce
1 changed files with 7 additions and 0 deletions
|
@ -8296,5 +8296,12 @@ ucol_cloneBinary(const UCollator *coll,
|
|||
return length;
|
||||
}
|
||||
|
||||
U_CAPI void U_EXPORT2
|
||||
ucol_forgetUCA(void)
|
||||
{
|
||||
_staticUCA = NULL;
|
||||
UCA_DATA_MEM = NULL;
|
||||
}
|
||||
|
||||
#endif /* #if !UCONFIG_NO_COLLATION */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue