HomeSort by relevance Sort by last modified time
    Searched refs:gMetaZoneIDTable (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/i18n/
zonemeta.cpp 42 static UHashtable *gMetaZoneIDTable = NULL;
69 if (gMetaZoneIDTable != NULL) {
70 uhash_close(gMetaZoneIDTable);
71 gMetaZoneIDTable = NULL;
73 // delete after closing gMetaZoneIDTable, because it holds
760 U_ASSERT(gMetaZoneIDTable == NULL);
764 gMetaZoneIDTable = uhash_open(uhash_hashUnicodeString, uhash_compareUnicodeString, NULL, &status);
765 if (U_FAILURE(status) || gMetaZoneIDTable == NULL) {
766 gMetaZoneIDTable = NULL;
769 uhash_setKeyDeleter(gMetaZoneIDTable, uprv_deleteUObject)
    [all...]
  /external/icu/icu4c/source/i18n/
zonemeta.cpp 44 static UHashtable *gMetaZoneIDTable = NULL;
71 if (gMetaZoneIDTable != NULL) {
72 uhash_close(gMetaZoneIDTable);
73 gMetaZoneIDTable = NULL;
75 // delete after closing gMetaZoneIDTable, because it holds
758 U_ASSERT(gMetaZoneIDTable == NULL);
762 gMetaZoneIDTable = uhash_open(uhash_hashUnicodeString, uhash_compareUnicodeString, NULL, &status);
763 if (U_FAILURE(status) || gMetaZoneIDTable == NULL) {
764 gMetaZoneIDTable = NULL;
767 uhash_setKeyDeleter(gMetaZoneIDTable, uprv_deleteUObject)
    [all...]

Completed in 130 milliseconds