Home
last modified time | relevance | path

Searched refs:fMZNamesMap (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dtznames_impl.cpp1020 fMZNamesMap(NULL), in TimeZoneNamesImpl()
1044 fMZNamesMap = uhash_open(uhash_hashUChars, uhash_compareUChars, NULL, &status); in initialize()
1051 uhash_setValueDeleter(fMZNamesMap, deleteZNames); in initialize()
1093 if (fMZNamesMap != NULL) { in cleanup()
1094 uhash_close(fMZNamesMap); in cleanup()
1095 fMZNamesMap = NULL; in cleanup()
1308 void* mznames = uhash_get(fMZNamesMap, mzIDKey); in loadMetaZoneNames()
1312 mznames = ZNames::createMetaZoneAndPutInCache(fMZNamesMap, loader.getNames(), mzID, status); in loadMetaZoneNames()
1415 while ((element = uhash_nextElement(fMZNamesMap, &pos)) != NULL) { in addAllNamesIntoTrie()
1499 … ZNames::createMetaZoneAndPutInCache(tzn.fMZNamesMap, loader->getNames(), mzID, status); in load()
[all …]
Dtznames_impl.h209 UHashtable* fMZNamesMap; variable
/third_party/node/deps/icu-small/source/i18n/
Dtznames_impl.cpp1024 fMZNamesMap(NULL), in TimeZoneNamesImpl()
1048 fMZNamesMap = uhash_open(uhash_hashUChars, uhash_compareUChars, NULL, &status); in initialize()
1055 uhash_setValueDeleter(fMZNamesMap, deleteZNames); in initialize()
1097 if (fMZNamesMap != NULL) { in cleanup()
1098 uhash_close(fMZNamesMap); in cleanup()
1099 fMZNamesMap = NULL; in cleanup()
1312 void* mznames = uhash_get(fMZNamesMap, mzIDKey); in loadMetaZoneNames()
1316 mznames = ZNames::createMetaZoneAndPutInCache(fMZNamesMap, loader.getNames(), mzID, status); in loadMetaZoneNames()
1419 while ((element = uhash_nextElement(fMZNamesMap, &pos)) != NULL) { in addAllNamesIntoTrie()
1503 … ZNames::createMetaZoneAndPutInCache(tzn.fMZNamesMap, loader->getNames(), mzID, status); in load()
[all …]
Dtznames_impl.h209 UHashtable* fMZNamesMap; variable
/third_party/skia/third_party/externals/icu/source/i18n/
Dtznames_impl.cpp1024 fMZNamesMap(NULL), in TimeZoneNamesImpl()
1048 fMZNamesMap = uhash_open(uhash_hashUChars, uhash_compareUChars, NULL, &status); in initialize()
1055 uhash_setValueDeleter(fMZNamesMap, deleteZNames); in initialize()
1097 if (fMZNamesMap != NULL) { in cleanup()
1098 uhash_close(fMZNamesMap); in cleanup()
1099 fMZNamesMap = NULL; in cleanup()
1312 void* mznames = uhash_get(fMZNamesMap, mzIDKey); in loadMetaZoneNames()
1316 mznames = ZNames::createMetaZoneAndPutInCache(fMZNamesMap, loader.getNames(), mzID, status); in loadMetaZoneNames()
1419 while ((element = uhash_nextElement(fMZNamesMap, &pos)) != NULL) { in addAllNamesIntoTrie()
1503 … ZNames::createMetaZoneAndPutInCache(tzn.fMZNamesMap, loader->getNames(), mzID, status); in load()
[all …]
Dtznames_impl.h209 UHashtable* fMZNamesMap; variable
/third_party/icu/icu4c/source/i18n/
Dtznames_impl.cpp1024 fMZNamesMap(NULL), in TimeZoneNamesImpl()
1048 fMZNamesMap = uhash_open(uhash_hashUChars, uhash_compareUChars, NULL, &status); in initialize()
1055 uhash_setValueDeleter(fMZNamesMap, deleteZNames); in initialize()
1097 if (fMZNamesMap != NULL) { in cleanup()
1098 uhash_close(fMZNamesMap); in cleanup()
1099 fMZNamesMap = NULL; in cleanup()
1312 void* mznames = uhash_get(fMZNamesMap, mzIDKey); in loadMetaZoneNames()
1316 mznames = ZNames::createMetaZoneAndPutInCache(fMZNamesMap, loader.getNames(), mzID, status); in loadMetaZoneNames()
1419 while ((element = uhash_nextElement(fMZNamesMap, &pos)) != NULL) { in addAllNamesIntoTrie()
1503 … ZNames::createMetaZoneAndPutInCache(tzn.fMZNamesMap, loader->getNames(), mzID, status); in load()
[all …]
Dtznames_impl.h209 UHashtable* fMZNamesMap; variable