ICU-4588 forgetUCA function
X-SVN-Rev: 17961
This commit is contained in:
parent
beda3c0bcb
commit
ac9da526ce
@ -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…
Reference in New Issue
Block a user