Searched refs:gMetaZoneIDTable (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/icu-small/source/i18n/ |
H A D | zonemeta.cpp | 45 static UHashtable *gMetaZoneIDTable = nullptr; variable 72 if (gMetaZoneIDTable != nullptr) { in zoneMeta_cleanup() 73 uhash_close(gMetaZoneIDTable); in zoneMeta_cleanup() 74 gMetaZoneIDTable = nullptr; in zoneMeta_cleanup() 76 // delete after closing gMetaZoneIDTable, because it holds in zoneMeta_cleanup() 778 U_ASSERT(gMetaZoneIDTable == nullptr); in initAvailableMetaZoneIDs() 782 gMetaZoneIDTable = uhash_open(uhash_hashUnicodeString, uhash_compareUnicodeString, nullptr, &status); in initAvailableMetaZoneIDs() 783 if (U_FAILURE(status) || gMetaZoneIDTable == nullptr) { in initAvailableMetaZoneIDs() 784 gMetaZoneIDTable = nullptr; in initAvailableMetaZoneIDs() 787 uhash_setKeyDeleter(gMetaZoneIDTable, uprv_deleteUObjec in initAvailableMetaZoneIDs() [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | zonemeta.cpp | 45 static UHashtable *gMetaZoneIDTable = NULL; variable 72 if (gMetaZoneIDTable != NULL) { in zoneMeta_cleanup() 73 uhash_close(gMetaZoneIDTable); in zoneMeta_cleanup() 74 gMetaZoneIDTable = NULL; in zoneMeta_cleanup() 76 // delete after closing gMetaZoneIDTable, because it holds in zoneMeta_cleanup() 748 U_ASSERT(gMetaZoneIDTable == NULL); in initAvailableMetaZoneIDs() 752 gMetaZoneIDTable = uhash_open(uhash_hashUnicodeString, uhash_compareUnicodeString, NULL, &status); in initAvailableMetaZoneIDs() 753 if (U_FAILURE(status) || gMetaZoneIDTable == NULL) { in initAvailableMetaZoneIDs() 754 gMetaZoneIDTable = NULL; in initAvailableMetaZoneIDs() 757 uhash_setKeyDeleter(gMetaZoneIDTable, uprv_deleteUObjec in initAvailableMetaZoneIDs() [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | zonemeta.cpp | 45 static UHashtable *gMetaZoneIDTable = NULL; variable 72 if (gMetaZoneIDTable != NULL) { in zoneMeta_cleanup() 73 uhash_close(gMetaZoneIDTable); in zoneMeta_cleanup() 74 gMetaZoneIDTable = NULL; in zoneMeta_cleanup() 76 // delete after closing gMetaZoneIDTable, because it holds in zoneMeta_cleanup() 765 U_ASSERT(gMetaZoneIDTable == NULL); in initAvailableMetaZoneIDs() 769 gMetaZoneIDTable = uhash_open(uhash_hashUnicodeString, uhash_compareUnicodeString, NULL, &status); in initAvailableMetaZoneIDs() 770 if (U_FAILURE(status) || gMetaZoneIDTable == NULL) { in initAvailableMetaZoneIDs() 771 gMetaZoneIDTable = NULL; in initAvailableMetaZoneIDs() 774 uhash_setKeyDeleter(gMetaZoneIDTable, uprv_deleteUObjec in initAvailableMetaZoneIDs() [all...] |
Completed in 4 milliseconds