Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/icu/source/i18n/
Dtznames_impl.cpp1023 fTZNamesMap(NULL), in TimeZoneNamesImpl()
1049 fTZNamesMap = uhash_open(uhash_hashUChars, uhash_compareUChars, NULL, &status); in initialize()
1056 uhash_setValueDeleter(fTZNamesMap, deleteZNames); in initialize()
1101 if (fTZNamesMap != NULL) { in cleanup()
1102 uhash_close(fTZNamesMap); in cleanup()
1103 fTZNamesMap = NULL; in cleanup()
1340 void *tznames = uhash_get(fTZNamesMap, tzIDKey); in loadTimeZoneNames()
1344 tznames = ZNames::createTimeZoneAndPutInCache(fTZNamesMap, loader.getNames(), tzID, status); in loadTimeZoneNames()
1428 while ((element = uhash_nextElement(fTZNamesMap, &pos)) != NULL) { in addAllNamesIntoTrie()
1506 … ZNames::createTimeZoneAndPutInCache(tzn.fTZNamesMap, loader->getNames(), tzID, status); in load()
[all …]
Dtznames_impl.h208 UHashtable* fTZNamesMap; variable
/third_party/node/deps/icu-small/source/i18n/
Dtznames_impl.cpp1023 fTZNamesMap(NULL), in TimeZoneNamesImpl()
1049 fTZNamesMap = uhash_open(uhash_hashUChars, uhash_compareUChars, NULL, &status); in initialize()
1056 uhash_setValueDeleter(fTZNamesMap, deleteZNames); in initialize()
1101 if (fTZNamesMap != NULL) { in cleanup()
1102 uhash_close(fTZNamesMap); in cleanup()
1103 fTZNamesMap = NULL; in cleanup()
1340 void *tznames = uhash_get(fTZNamesMap, tzIDKey); in loadTimeZoneNames()
1344 tznames = ZNames::createTimeZoneAndPutInCache(fTZNamesMap, loader.getNames(), tzID, status); in loadTimeZoneNames()
1428 while ((element = uhash_nextElement(fTZNamesMap, &pos)) != NULL) { in addAllNamesIntoTrie()
1506 … ZNames::createTimeZoneAndPutInCache(tzn.fTZNamesMap, loader->getNames(), tzID, status); in load()
[all …]
Dtznames_impl.h208 UHashtable* fTZNamesMap; variable
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dtznames_impl.cpp1019 fTZNamesMap(NULL), in TimeZoneNamesImpl()
1045 fTZNamesMap = uhash_open(uhash_hashUChars, uhash_compareUChars, NULL, &status); in initialize()
1052 uhash_setValueDeleter(fTZNamesMap, deleteZNames); in initialize()
1097 if (fTZNamesMap != NULL) { in cleanup()
1098 uhash_close(fTZNamesMap); in cleanup()
1099 fTZNamesMap = NULL; in cleanup()
1336 void *tznames = uhash_get(fTZNamesMap, tzIDKey); in loadTimeZoneNames()
1340 tznames = ZNames::createTimeZoneAndPutInCache(fTZNamesMap, loader.getNames(), tzID, status); in loadTimeZoneNames()
1424 while ((element = uhash_nextElement(fTZNamesMap, &pos)) != NULL) { in addAllNamesIntoTrie()
1502 … ZNames::createTimeZoneAndPutInCache(tzn.fTZNamesMap, loader->getNames(), tzID, status); in load()
[all …]
Dtznames_impl.h208 UHashtable* fTZNamesMap; variable
/third_party/icu/icu4c/source/i18n/
Dtznames_impl.cpp1023 fTZNamesMap(NULL), in TimeZoneNamesImpl()
1049 fTZNamesMap = uhash_open(uhash_hashUChars, uhash_compareUChars, NULL, &status); in initialize()
1056 uhash_setValueDeleter(fTZNamesMap, deleteZNames); in initialize()
1101 if (fTZNamesMap != NULL) { in cleanup()
1102 uhash_close(fTZNamesMap); in cleanup()
1103 fTZNamesMap = NULL; in cleanup()
1340 void *tznames = uhash_get(fTZNamesMap, tzIDKey); in loadTimeZoneNames()
1344 tznames = ZNames::createTimeZoneAndPutInCache(fTZNamesMap, loader.getNames(), tzID, status); in loadTimeZoneNames()
1428 while ((element = uhash_nextElement(fTZNamesMap, &pos)) != NULL) { in addAllNamesIntoTrie()
1506 … ZNames::createTimeZoneAndPutInCache(tzn.fTZNamesMap, loader->getNames(), tzID, status); in load()
[all …]
Dtznames_impl.h208 UHashtable* fTZNamesMap; variable