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

  /external/icu4c/i18n/
timezone.cpp 648 class TZEnumeration : public StringEnumeration {
660 TZEnumeration(int32_t* mapData, int32_t mapLen, UBool adoptMapData) : pos(0) {
819 static TZEnumeration* create(USystemTimeZoneType type, const char* region, const int32_t* rawOffset, UErrorCode& ec) {
903 TZEnumeration *result = NULL;
907 result = new TZEnumeration(baseMap, baseLen, FALSE);
909 result = new TZEnumeration(filteredMap, numEntries, TRUE);
924 TZEnumeration(const TZEnumeration &other) : StringEnumeration(), map(NULL), localMap(NULL), len(0), pos(0) {
945 virtual ~TZEnumeration();
948 return new TZEnumeration(*this)
    [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...]

Completed in 305 milliseconds