mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 01:11:02 +00:00
performance improvements [generate 'default.col']
X-Trac-URL: https://ssl.icu-project.org/trac/ticket/96 git-svn-id: http://source.icu-project.org/repos/icu/icu/trunk@249 0a8b766c-62c9-45f9-954d-7f2943c9ead0
This commit is contained in:
parent
a00b423e07
commit
a2eaa94377
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