Home
last modified time | relevance | path

Searched refs:TZEnumeration (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/icu/source/i18n/
Dtimezone.cpp756 class TZEnumeration : public StringEnumeration { class
768 TZEnumeration(int32_t* mapData, int32_t mapLen, UBool adoptMapData) : pos(0) { in TZEnumeration() function in TZEnumeration
826 …static TZEnumeration* create(USystemTimeZoneType type, const char* region, const int32_t* rawOffse… in create()
910 TZEnumeration *result = NULL; in create()
914 result = new TZEnumeration(baseMap, baseLen, FALSE); in create()
916 result = new TZEnumeration(filteredMap, numEntries, TRUE); in create()
931TZEnumeration(const TZEnumeration &other) : StringEnumeration(), map(NULL), localMap(NULL), len(0)… in TZEnumeration() function in TZEnumeration
952 virtual ~TZEnumeration();
955 return new TZEnumeration(*this); in clone()
980 TZEnumeration::~TZEnumeration() { in ~TZEnumeration()
[all …]
/third_party/node/deps/icu-small/source/i18n/
Dtimezone.cpp755 class TZEnumeration : public StringEnumeration { class
767 TZEnumeration(int32_t* mapData, int32_t mapLen, UBool adoptMapData) : pos(0) { in TZEnumeration() function in TZEnumeration
825 …static TZEnumeration* create(USystemTimeZoneType type, const char* region, const int32_t* rawOffse… in create()
909 TZEnumeration *result = nullptr; in create()
913 result = new TZEnumeration(baseMap, baseLen, false); in create()
915 result = new TZEnumeration(filteredMap, numEntries, true); in create()
930TZEnumeration(const TZEnumeration &other) : StringEnumeration(), map(nullptr), localMap(nullptr), … in TZEnumeration() function in TZEnumeration
951 virtual ~TZEnumeration();
954 return new TZEnumeration(*this); in clone()
979 TZEnumeration::~TZEnumeration() { in ~TZEnumeration()
[all …]
/third_party/icu/icu4c/source/i18n/
Dtimezone.cpp755 class TZEnumeration : public StringEnumeration { class
767 TZEnumeration(int32_t* mapData, int32_t mapLen, UBool adoptMapData) : pos(0) { in TZEnumeration() function in TZEnumeration
825 …static TZEnumeration* create(USystemTimeZoneType type, const char* region, const int32_t* rawOffse… in create()
909 TZEnumeration *result = NULL; in create()
913 result = new TZEnumeration(baseMap, baseLen, false); in create()
915 result = new TZEnumeration(filteredMap, numEntries, true); in create()
930TZEnumeration(const TZEnumeration &other) : StringEnumeration(), map(NULL), localMap(NULL), len(0)… in TZEnumeration() function in TZEnumeration
951 virtual ~TZEnumeration();
954 return new TZEnumeration(*this); in clone()
979 TZEnumeration::~TZEnumeration() { in ~TZEnumeration()
[all …]
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dtimezone.h962 friend class TZEnumeration; variable
/third_party/icu/icu4c/source/i18n/unicode/
Dtimezone.h1011 friend class TZEnumeration; variable
/third_party/node/deps/icu-small/source/i18n/unicode/
Dtimezone.h1011 friend class TZEnumeration; variable