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

  /external/icu4c/i18n/
timezone.cpp 637 class TZEnumeration : public StringEnumeration {
649 TZEnumeration(int32_t* mapData, int32_t mapLen, UBool adoptMapData) : pos(0) {
808 static TZEnumeration* create(USystemTimeZoneType type, const char* region, const int32_t* rawOffset, UErrorCode& ec) {
892 TZEnumeration *result = NULL;
896 result = new TZEnumeration(baseMap, baseLen, FALSE);
898 result = new TZEnumeration(filteredMap, numEntries, TRUE);
913 TZEnumeration(const TZEnumeration &other) : StringEnumeration(), map(NULL), localMap(NULL), len(0), pos(0) {
934 virtual ~TZEnumeration() {
941 return new TZEnumeration(*this)
    [all...]
  /external/icu4c/i18n/unicode/
timezone.h     [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/WebCore/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h     [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]

Completed in 176 milliseconds