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

  /external/icu4c/i18n/
zstrfmt.cpp 63 * Deleter for ZoneStrings
67 delete (U_NAMESPACE_QUALIFIER ZoneStrings*)obj;
76 static const char gZoneStringsTag[] = "zoneStrings";
615 // Note: ZoneStrings constructor adopts and delete the names array.
616 ZoneStrings *zstrings = new ZoneStrings(names, ZSIDX_COUNT, TRUE, NULL, 0, 0,
677 // If no locale bundles are available, zoneStrings will be null.
680 // The rest of code should work even zoneStrings is null.
699 ZoneStrings *zstrings = (ZoneStrings*)uhash_get(fTzidToStrings, canonicalID.getTerminatedBuffer())
    [all...]
zstrfmt.h 422 * ZoneStrings is a container of localized zone strings used by ZoneStringFormat
424 class ZoneStrings : public UMemory {
426 ZoneStrings(UnicodeString *strings,
434 virtual ~ZoneStrings();
451 ZoneStrings::isShortFormatCommonlyUsed(void) const {
  /external/icu4c/common/unicode/
urename.h     [all...]

Completed in 73 milliseconds