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

  /external/chromium_org/third_party/icu/source/i18n/
timezone.cpp 698 class TZEnumeration : public StringEnumeration {
710 TZEnumeration(int32_t* mapData, int32_t mapLen, UBool adoptMapData) : pos(0) {
769 static TZEnumeration* create(USystemTimeZoneType type, const char* region, const int32_t* rawOffset, UErrorCode& ec) {
853 TZEnumeration *result = NULL;
857 result = new TZEnumeration(baseMap, baseLen, FALSE);
859 result = new TZEnumeration(filteredMap, numEntries, TRUE);
874 TZEnumeration(const TZEnumeration &other) : StringEnumeration(), map(NULL), localMap(NULL), len(0), pos(0) {
895 virtual ~TZEnumeration();
898 return new TZEnumeration(*this)
    [all...]
  /external/icu/icu4c/source/i18n/
timezone.cpp 698 class TZEnumeration : public StringEnumeration {
710 TZEnumeration(int32_t* mapData, int32_t mapLen, UBool adoptMapData) : pos(0) {
769 static TZEnumeration* create(USystemTimeZoneType type, const char* region, const int32_t* rawOffset, UErrorCode& ec) {
853 TZEnumeration *result = NULL;
857 result = new TZEnumeration(baseMap, baseLen, FALSE);
859 result = new TZEnumeration(filteredMap, numEntries, TRUE);
874 TZEnumeration(const TZEnumeration &other) : StringEnumeration(), map(NULL), localMap(NULL), len(0), pos(0) {
895 virtual ~TZEnumeration();
898 return new TZEnumeration(*this)
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
timezone.h     [all...]
  /external/icu/icu4c/source/i18n/unicode/
timezone.h     [all...]

Completed in 792 milliseconds