HomeSort by relevance Sort by last modified time
    Searched defs:tzid (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/third_party/icu/source/test/perf/normperf/
dtfmtrtperf.h 161 const UnicodeString *tzid; local
162 while ((tzid = tzids->snext(*status))) {
163 TimeZone *tz = TimeZone::createTimeZone(*tzid);
  /external/icu4c/test/perf/normperf/
dtfmtrtperf.h 161 const UnicodeString *tzid; local
162 while ((tzid = tzids->snext(*status))) {
163 TimeZone *tz = TimeZone::createTimeZone(*tzid);
  /external/icu4c/test/cintltst/
cdateintervalformattest.c 42 const char * tzid; member in struct:__anon18987
78 const char * tzidForLog = (testItemPtr->tzid)? testItemPtr->tzid: "NULL";
82 if ( testItemPtr->tzid ) {
83 u_unescape(testItemPtr->tzid, tzidBuf, kTZIDBufLen);
100 log_err("ERROR: udtitvfmt_format for locale %s, skeleton %s, tzid %s, from %.1f, to %.1f: expect %s, get %s\n",
105 log_err("FAIL: udtitvfmt_format for locale %s, skeleton %s, tzid %s, from %.1f, to %.1f: %s\n",
110 log_data_err("FAIL: udtitvfmt_open for locale %s, skeleton %s, tzid %s - %s\n",
  /packages/providers/CalendarProvider/
maketests.py 35 DTSTART_TZID = re.compile("DTSTART;TZID=(.*):(.*)")
79 tzid = "" variable
92 tzid = re_dtstart.group(1) variable
  /external/chromium_org/third_party/icu/source/i18n/
simpletz.cpp 1072 UnicodeString tzid; local
    [all...]
zonemeta.cpp 188 ZoneMeta::getCanonicalSystemID(const UnicodeString &tzid, UnicodeString &systemID, UErrorCode& status) {
189 int32_t len = tzid.length();
197 const UChar* idChars = tzid.getBuffer();
218 systemID.setTo(tzid);
238 const UChar *derefer = TimeZone::dereferOlsonLink(tzid);
275 ZoneMeta::getCanonicalCountry(const UnicodeString &tzid, UnicodeString &canonicalCountry) {
276 const UChar *region = TimeZone::getRegion(tzid);
286 ZoneMeta::getSingleCountry(const UnicodeString &tzid, UnicodeString &country) {
288 const UChar *region = TimeZone::getRegion(tzid);
405 ZoneMeta::getMetazoneID(const UnicodeString &tzid, UDate date, UnicodeString &result)
607 const UChar *tzid = NULL; local
    [all...]
olsontz.cpp 683 UnicodeString tzid; local
684 getID(tzid);
686 UnicodeString stdName = tzid + UNICODE_STRING_SIMPLE("(STD)");
687 UnicodeString dstName = tzid + UNICODE_STRING_SIMPLE("(DST)");
821 finalZone->getID(tzid);
822 firstFinalRule = new TimeArrayTimeZoneRule(tzid,
    [all...]
smpdtfmt.cpp 2859 UnicodeString tzid; local
    [all...]
zstrfmt.cpp 679 // because generic location format is generated from tzid for the case.
742 char tzid[ZID_KEY_MAX+1]; local
744 utzid.extract(0, utzid.length(), tzid, ZID_KEY_MAX, US_INV);
823 if (uprv_strlen(tzid) > 4 && uprv_strncmp(tzid, "Etc/", 4) == 0) {
1125 const char *tzid; local
1207 const UChar *tzid; local
1262 UnicodeString tzid; local
1279 UnicodeString tzid; local
1304 UnicodeString tzid; local
1422 UnicodeString tzid; local
    [all...]
vtzone.cpp 47 static const UChar ICAL_TZID[] = {0x54, 0x5A, 0x49, 0x44, 0}; /* "TZID" */
357 * Create a default TZNAME from TZID
359 static void getDefaultTZName(const UnicodeString tzid, UBool isDST, UnicodeString& zonename) {
360 zonename = tzid;
1352 UnicodeString tzid; local
1773 UnicodeString tzid; local
1837 UnicodeString tzid; local
2070 UnicodeString tzid; local
2171 UnicodeString tzid; local
    [all...]
  /external/icu4c/i18n/
simpletz.cpp 1095 UnicodeString tzid; local
    [all...]
olsontz.cpp 120 const UnicodeString& tzid,
122 BasicTimeZone(tzid), finalZone(NULL), transitionRulesInitialized(FALSE)
255 canonicalID = ZoneMeta::getCanonicalCLDRID(tzid, ec);
715 UnicodeString tzid; local
716 getID(tzid);
718 UnicodeString stdName = tzid + UNICODE_STRING_SIMPLE("(STD)");
719 UnicodeString dstName = tzid + UNICODE_STRING_SIMPLE("(DST)");
853 finalZone->getID(tzid);
854 firstFinalRule = new TimeArrayTimeZoneRule(tzid,
    [all...]
dtfmtsym.cpp 1121 const UnicodeString *tzid; local
    [all...]
zonemeta.cpp 216 ZoneMeta::getCanonicalCLDRID(const UnicodeString &tzid, UErrorCode& status) {
221 int32_t len = tzid.length();
255 tzid.extract(utzid, ZID_KEY_MAX + 1, tmpStatus);
256 U_ASSERT(tmpStatus == U_ZERO_ERROR); // we checked the length of tzid already
272 const UChar* idChars = tzid.getBuffer();
292 canonicalID = TimeZone::findID(tzid);
309 const UChar *derefer = TimeZone::dereferOlsonLink(tzid);
351 const UChar* key = ZoneMeta::findTimeZoneID(tzid);
374 ZoneMeta::getCanonicalCLDRID(const UnicodeString &tzid, UnicodeString &systemID, UErrorCode& status) {
375 const UChar *canonicalID = getCanonicalCLDRID(tzid, status)
733 const UChar *tzid = NULL; local
    [all...]
vtzone.cpp 46 static const UChar ICAL_TZID[] = {0x54, 0x5A, 0x49, 0x44, 0}; /* "TZID" */
356 * Create a default TZNAME from TZID
358 static void getDefaultTZName(const UnicodeString tzid, UBool isDST, UnicodeString& zonename) {
359 zonename = tzid;
1357 UnicodeString tzid; local
1778 UnicodeString tzid; local
1842 UnicodeString tzid; local
2075 UnicodeString tzid; local
2176 UnicodeString tzid; local
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
tzfmttst.cpp 126 const UnicodeString *tzid; local
127 while ((tzid = tzids->snext(status))) {
128 TimeZone *tz = TimeZone::createTimeZone(*tzid);
162 errln((UnicodeString)"Failed to get offsets from time zone" + *tzid);
176 TimeZone::getCanonicalID(*tzid, canonical, status);
179 errln((UnicodeString)"Unknown ID " + *tzid);
186 logln("Canonical round trip failed (as expected); tz=" + *tzid
191 errln("Canonical round trip failed; tz=" + *tzid
216 errln((UnicodeString)"Offset round trip failed; tz=" + *tzid
224 errln((UnicodeString)"Raw offset round trip failed; tz=" + *tzid
328 const UnicodeString *tzid; local
    [all...]
tzrulets.cpp 614 const UnicodeString *tzid = tzenum.snext(status); local
615 if (tzid == NULL) {
622 BasicTimeZone *tz = (BasicTimeZone*)TimeZone::createTimeZone(*tzid);
649 const UnicodeString *tzid = tzenum.snext(status); local
650 if (tzid == NULL) {
657 BasicTimeZone *tz = (BasicTimeZone*)TimeZone::createTimeZone(*tzid);
664 errln((UnicodeString)"FAIL: failed to get the TimeZoneRules from time zone " + *tzid);
666 RuleBasedTimeZone *rbtz = new RuleBasedTimeZone(*tzid, initial->clone());
668 errln((UnicodeString)"FAIL: failed to get the transition rule count from time zone " + *tzid);
673 errln((UnicodeString)"FAIL: failed to add a transition rule at index " + i + " to the RBTZ for " + *tzid);
786 const UnicodeString *tzid = tzenum.snext(status); local
886 const UnicodeString *tzid = tzenum.snext(status); local
982 const UnicodeString *tzid = tzenum.snext(status); local
1122 const UnicodeString *tzid = tzenum.snext(status); local
1871 UnicodeString tzid; local
2338 UnicodeString tzid; local
    [all...]
dtfmttst.cpp 3072 UnicodeString tzid; local
    [all...]
  /external/icu4c/test/intltest/
tzfmttst.cpp 173 const UnicodeString *tzid; local
174 while ((tzid = tzids->snext(status))) {
175 TimeZone *tz = TimeZone::createTimeZone(*tzid);
209 errln((UnicodeString)"Failed to get offsets from time zone" + *tzid);
221 TimeZone::getCanonicalID(*tzid, canonicalID, status);
224 errln((UnicodeString)"Unknown ID " + *tzid);
230 logln((UnicodeString)"Canonical round trip failed (probably as expected); tz=" + *tzid
235 errln((UnicodeString)"Canonical round trip failed; tz=" + *tzid
243 if (outtzid != *tzid) {
244 errln((UnicodeString)"Zone ID round trip failued; tz=" + *tzid
436 const UnicodeString *tzid; local
    [all...]
caltest.cpp 332 UnicodeString tzid("TestZone");
335 SimpleTimeZone *zone = new SimpleTimeZone(tzoffset, tzid);
394 if (z->getID(str) != tzid ||
2452 const char* tzid; member in struct:__anon19079
2550 const char* tzid; member in struct:__anon19080
    [all...]
tzrulets.cpp 615 const UnicodeString *tzid = tzenum.snext(status); local
616 if (tzid == NULL) {
623 BasicTimeZone *tz = (BasicTimeZone*)TimeZone::createTimeZone(*tzid);
650 const UnicodeString *tzid = tzenum.snext(status); local
651 if (tzid == NULL) {
658 BasicTimeZone *tz = (BasicTimeZone*)TimeZone::createTimeZone(*tzid);
665 errln((UnicodeString)"FAIL: failed to get the TimeZoneRules from time zone " + *tzid);
667 RuleBasedTimeZone *rbtz = new RuleBasedTimeZone(*tzid, initial->clone());
669 errln((UnicodeString)"FAIL: failed to get the transition rule count from time zone " + *tzid);
674 errln((UnicodeString)"FAIL: failed to add a transition rule at index " + i + " to the RBTZ for " + *tzid);
787 const UnicodeString *tzid = tzenum.snext(status); local
887 const UnicodeString *tzid = tzenum.snext(status); local
983 const UnicodeString *tzid = tzenum.snext(status); local
1123 const UnicodeString *tzid = tzenum.snext(status); local
1872 UnicodeString tzid; local
2339 UnicodeString tzid; local
    [all...]
tztest.cpp 2005 const UnicodeString *tzid = s->snext(ec); local
    [all...]
  /frameworks/opt/calendar/src/com/android/calendarcommon2/
RecurrenceSet.java 197 dtstartProperty.getFirstParameter("TZID");
199 String tzid = tzidParam == null ? null : tzidParam.value; local
200 Time start = new Time(tzidParam == null ? Time.TIMEZONE_UTC : tzid);
207 tzid = Time.TIMEZONE_UTC;
244 values.put(CalendarContract.Events.EVENT_TIMEZONE, tzid);
274 String tzid = cursor.getString(tzidColumn); local
291 if (!TextUtils.isEmpty(tzid)) {
293 dtstartProp.addParameter(new ICalendar.Parameter("TZID", tzid));
295 dtstartTime = new Time(tzid);
332 final String tzid = values.getAsString(CalendarContract.Events.EVENT_TIMEZONE); local
    [all...]
  /external/chromium_org/third_party/icu/source/common/
putil.c 972 const char *tzid = NULL; local
974 tzid = uprv_detectWindowsTimeZone();
976 if (tzid != NULL) {
977 return tzid;
984 tzid = getenv("TZFILE");
985 if (tzid != NULL) {
986 return tzid;
992 tzid = getenv("TZ");
993 if (tzid != NULL && isValidOlsonID(tzid))
    [all...]
  /external/icu4c/common/
putil.cpp 993 const char *tzid = NULL; local
    [all...]

Completed in 799 milliseconds

1 2