mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-4084 Improve doOpenChoice performance, and make sure that tests can run against the shared data library.
X-SVN-Rev: 16448
This commit is contained in:
parent
be20a502df
commit
d5efe15136
1 changed files with 1 additions and 1 deletions
|
@ -1254,7 +1254,7 @@ doOpenChoice(const char *path, const char *type, const char *name,
|
|||
dataPath = u_getDataDirectory();
|
||||
|
||||
/* Check to make sure that there is a dataPath to iterate over */
|
||||
if (dataPath && *dataPath) {
|
||||
if ((dataPath && *dataPath) || !isICUData) {
|
||||
UDataPathIterator iter;
|
||||
/* #1a look in ind. files: package\nam.typ ========================= */
|
||||
/* init path iterator for individual files */
|
||||
|
|
Loading…
Add table
Reference in a new issue