mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
[ICU-96] performance improvements [generate 'default.col']
X-Commit-URL: https://ssl.icu-project.org/trac/changeset/249
This commit is contained in:
parent
7d75cd5dec
commit
5c6135a391
1 changed files with 2 additions and 0 deletions
|
@ -94,6 +94,8 @@ main(int argc,
|
|||
}
|
||||
|
||||
/* generate the binary collation files */
|
||||
coll = ucol_open("default", &status);
|
||||
ucol_close(coll);
|
||||
for(i = 0; i < uloc_countAvailable(); ++i) {
|
||||
status = U_ZERO_ERROR;
|
||||
loc = uloc_getAvailable(i);
|
||||
|
|
Loading…
Add table
Reference in a new issue