Home
last modified time | relevance | path

Searched refs:fNamesTrieFullyLoaded (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
Dtznames_impl.h203 UBool fNamesTrieFullyLoaded; variable
Dtznames_impl.cpp916 fNamesTrieFullyLoaded(FALSE), in TimeZoneNamesImpl()
1357 if (matches != NULL && ((maxLen == (text.length() - start)) || fNamesTrieFullyLoaded)) { in find()
1367 if (!fNamesTrieFullyLoaded) { in find()
1385 nonConstThis->fNamesTrieFullyLoaded = TRUE; in find()