Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dtznames_impl.h211 UBool fNamesTrieFullyLoaded; variable
Dtznames_impl.cpp1021 fNamesTrieFullyLoaded(FALSE), in TimeZoneNamesImpl()
1383 nonConstThis->fNamesTrieFullyLoaded = TRUE; in find()
1400 if (matches != NULL && ((maxLen == (text.length() - start)) || fNamesTrieFullyLoaded)) { in doFind()