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

  /external/icu4c/i18n/
zstrfmt.cpp 537 fTzidToStrings(NULL),
554 fTzidToStrings = uhash_open(uhash_hashUChars, // key hash function
563 uhash_setValueDeleter(fTzidToStrings, deleteZoneStrings);
619 uhash_put(fTzidToStrings, utzid, zstrings, &status);
635 fTzidToStrings(NULL),
647 fTzidToStrings = uhash_open(uhash_hashUChars, // key hash function
655 uhash_setValueDeleter(fTzidToStrings, deleteZoneStrings);
698 if (uhash_count(fTzidToStrings) > 0) {
699 ZoneStrings *zstrings = (ZoneStrings*)uhash_get(fTzidToStrings, canonicalID.getTerminatedBuffer());
720 if (uhash_count(fTzidToStrings) > 0)
    [all...]
zstrfmt.h 290 UHashtable *fTzidToStrings;

Completed in 232 milliseconds