Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/icu/source/i18n/
Dtznames_impl.h211 UBool fNamesTrieFullyLoaded; variable
Dtznames_impl.cpp1025 fNamesTrieFullyLoaded(FALSE), in TimeZoneNamesImpl()
1387 nonConstThis->fNamesTrieFullyLoaded = TRUE; in find()
1404 if (matches != NULL && ((maxLen == (text.length() - start)) || fNamesTrieFullyLoaded)) { in doFind()
/third_party/node/deps/icu-small/source/i18n/
Dtznames_impl.h211 UBool fNamesTrieFullyLoaded; variable
Dtznames_impl.cpp1031 fNamesTrieFullyLoaded(false), in TimeZoneNamesImpl()
1388 nonConstThis->fNamesTrieFullyLoaded = true; in find()
1405 if (matches != nullptr && ((maxLen == (text.length() - start)) || fNamesTrieFullyLoaded)) { in doFind()
/third_party/icu/icu4c/source/i18n/
Dtznames_impl.h211 UBool fNamesTrieFullyLoaded; variable
Dtznames_impl.cpp1031 fNamesTrieFullyLoaded(false), in TimeZoneNamesImpl()
1388 nonConstThis->fNamesTrieFullyLoaded = true; in find()
1405 if (matches != NULL && ((maxLen == (text.length() - start)) || fNamesTrieFullyLoaded)) { in doFind()