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

  /external/icu/icu4c/source/i18n/
timezone.cpp 724 class TZEnumeration : public StringEnumeration {
736 TZEnumeration(int32_t* mapData, int32_t mapLen, UBool adoptMapData) : pos(0) {
795 static TZEnumeration* create(USystemTimeZoneType type, const char* region, const int32_t* rawOffset, UErrorCode& ec) {
879 TZEnumeration *result = NULL;
883 result = new TZEnumeration(baseMap, baseLen, FALSE);
885 result = new TZEnumeration(filteredMap, numEntries, TRUE);
900 TZEnumeration(const TZEnumeration &other) : StringEnumeration(), map(NULL), localMap(NULL), len(0), pos(0) {
921 virtual ~TZEnumeration();
924 return new TZEnumeration(*this)
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
timezone.h     [all...]

Completed in 255 milliseconds