HomeSort by relevance Sort by last modified time
    Searched defs:tzid (Results 1 - 25 of 29) 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/icu/icu4c/source/test/perf/normperf/
dtfmtrtperf.h 161 const UnicodeString *tzid; local
162 while ((tzid = tzids->snext(*status))) {
163 TimeZone *tz = TimeZone::createTimeZone(*tzid);
  /external/chromium_org/third_party/icu/source/test/cintltst/
cdateintervalformattest.c 42 const char * tzid; member in struct:__anon16824
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",
  /external/icu/icu4c/source/test/cintltst/
cdateintervalformattest.c 42 const char * tzid; member in struct:__anon1557
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",
  /external/chromium_org/third_party/icu/source/i18n/
simpletz.cpp 1102 UnicodeString tzid; local
    [all...]
olsontz.cpp 120 const UnicodeString& tzid,
122 BasicTimeZone(tzid), finalZone(NULL)
255 canonicalID = ZoneMeta::getCanonicalCLDRID(tzid, ec);
709 UnicodeString tzid; local
710 getID(tzid);
712 UnicodeString stdName = tzid + UNICODE_STRING_SIMPLE("(STD)");
713 UnicodeString dstName = tzid + UNICODE_STRING_SIMPLE("(DST)");
847 finalZone->getID(tzid);
848 firstFinalRule = new TimeArrayTimeZoneRule(tzid,
    [all...]
dtfmtsym.cpp 1121 const UnicodeString *tzid; local
    [all...]
zonemeta.cpp 233 ZoneMeta::getCanonicalCLDRID(const UnicodeString &tzid, UErrorCode& status) {
238 int32_t len = tzid.length();
254 tzid.extract(utzid, ZID_KEY_MAX + 1, tmpStatus);
255 U_ASSERT(tmpStatus == U_ZERO_ERROR); // we checked the length of tzid already
271 const UChar* idChars = tzid.getBuffer();
291 canonicalID = TimeZone::findID(tzid);
308 const UChar *derefer = TimeZone::dereferOlsonLink(tzid);
350 const UChar* key = ZoneMeta::findTimeZoneID(tzid);
373 ZoneMeta::getCanonicalCLDRID(const UnicodeString &tzid, UnicodeString &systemID, UErrorCode& status) {
374 const UChar *canonicalID = getCanonicalCLDRID(tzid, status)
715 const UChar *tzid = NULL; local
    [all...]
timezone.cpp 1633 const UChar *tzid = NULL; 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;
1358 UnicodeString tzid; local
1779 UnicodeString tzid; local
1843 UnicodeString tzid; local
2076 UnicodeString tzid; local
2187 UnicodeString tzid; local
    [all...]
  /external/icu/icu4c/source/i18n/
simpletz.cpp 1102 UnicodeString tzid; local
    [all...]
olsontz.cpp 120 const UnicodeString& tzid,
122 BasicTimeZone(tzid), finalZone(NULL)
255 canonicalID = ZoneMeta::getCanonicalCLDRID(tzid, ec);
709 UnicodeString tzid; local
710 getID(tzid);
712 UnicodeString stdName = tzid + UNICODE_STRING_SIMPLE("(STD)");
713 UnicodeString dstName = tzid + UNICODE_STRING_SIMPLE("(DST)");
847 finalZone->getID(tzid);
848 firstFinalRule = new TimeArrayTimeZoneRule(tzid,
    [all...]
dtfmtsym.cpp 1121 const UnicodeString *tzid; local
    [all...]
zonemeta.cpp 235 ZoneMeta::getCanonicalCLDRID(const UnicodeString &tzid, UErrorCode& status) {
240 if (tzid.isBogus() || tzid.length() > ZID_KEY_MAX) {
255 tzid.extract(utzid, ZID_KEY_MAX + 1, tmpStatus);
256 U_ASSERT(tmpStatus == U_ZERO_ERROR); // we checked the length of tzid already
272 tzid.extract(0, 0x7fffffff, id, LENGTHOF(id), US_INV);
289 canonicalID = TimeZone::findID(tzid);
306 const UChar *derefer = TimeZone::dereferOlsonLink(tzid);
348 const UChar* key = ZoneMeta::findTimeZoneID(tzid);
371 ZoneMeta::getCanonicalCLDRID(const UnicodeString &tzid, UnicodeString &systemID, UErrorCode& status)
713 const UChar *tzid = NULL; local
    [all...]
timezone.cpp 1640 const UChar *tzid = NULL; local
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
tzfmttst.cpp 174 const UnicodeString *tzid; local
175 while ((tzid = tzids->snext(status))) {
176 TimeZone *tz = TimeZone::createTimeZone(*tzid);
210 errln((UnicodeString)"Failed to get offsets from time zone" + *tzid);
222 TimeZone::getCanonicalID(*tzid, canonicalID, status);
225 errln((UnicodeString)"Unknown ID " + *tzid);
231 logln((UnicodeString)"Canonical round trip failed (probably as expected); tz=" + *tzid
236 errln((UnicodeString)"Canonical round trip failed; tz=" + *tzid
244 if (outtzid != *tzid) {
245 errln((UnicodeString)"Zone ID round trip failued; tz=" + *tzid
437 const UnicodeString *tzid; local
922 const char* tzid; member in struct:__anon16968
    [all...]
caltest.cpp 351 UnicodeString tzid("TestZone");
354 SimpleTimeZone *zone = new SimpleTimeZone(tzoffset, tzid);
413 if (z->getID(str) != tzid ||
2471 const char* tzid; member in struct:__anon16922
2569 const char* tzid; member in struct:__anon16923
    [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 2023 const UnicodeString *tzid = s->snext(ec); local
    [all...]
  /external/icu/icu4c/source/test/intltest/
tzfmttst.cpp 174 const UnicodeString *tzid; local
175 while ((tzid = tzids->snext(status))) {
176 TimeZone *tz = TimeZone::createTimeZone(*tzid);
210 errln((UnicodeString)"Failed to get offsets from time zone" + *tzid);
222 TimeZone::getCanonicalID(*tzid, canonicalID, status);
225 errln((UnicodeString)"Unknown ID " + *tzid);
231 logln((UnicodeString)"Canonical round trip failed (probably as expected); tz=" + *tzid
236 errln((UnicodeString)"Canonical round trip failed; tz=" + *tzid
244 if (outtzid != *tzid) {
245 errln((UnicodeString)"Zone ID round trip failued; tz=" + *tzid
437 const UnicodeString *tzid; local
922 const char* tzid; member in struct:__anon1713
    [all...]
caltest.cpp 372 UnicodeString tzid("TestZone");
375 SimpleTimeZone *zone = new SimpleTimeZone(tzoffset, tzid);
434 if (z->getID(str) != tzid ||
2508 const char* tzid; member in struct:__anon1658
2606 const char* tzid; member in struct:__anon1659
    [all...]
tzrulets.cpp 613 const UnicodeString *tzid = tzenum.snext(status); local
614 if (tzid == NULL) {
621 BasicTimeZone *tz = (BasicTimeZone*)TimeZone::createTimeZone(*tzid);
648 const UnicodeString *tzid = tzenum.snext(status); local
649 if (tzid == NULL) {
656 BasicTimeZone *tz = (BasicTimeZone*)TimeZone::createTimeZone(*tzid);
663 errln((UnicodeString)"FAIL: failed to get the TimeZoneRules from time zone " + *tzid);
665 RuleBasedTimeZone *rbtz = new RuleBasedTimeZone(*tzid, initial->clone());
667 errln((UnicodeString)"FAIL: failed to get the transition rule count from time zone " + *tzid);
672 errln((UnicodeString)"FAIL: failed to add a transition rule at index " + i + " to the RBTZ for " + *tzid);
785 const UnicodeString *tzid = tzenum.snext(status); local
885 const UnicodeString *tzid = tzenum.snext(status); local
981 const UnicodeString *tzid = tzenum.snext(status); local
1121 const UnicodeString *tzid = tzenum.snext(status); local
1870 UnicodeString tzid; local
2337 UnicodeString tzid; local
    [all...]
tztest.cpp 2042 const UnicodeString *tzid = s->snext(ec); local
    [all...]
  /external/chromium_org/third_party/icu/source/common/
putil.cpp 997 const char *tzid = NULL; local
    [all...]
  /external/icu/icu4c/source/common/
putil.cpp 997 const char *tzid = NULL; local
    [all...]

Completed in 6312 milliseconds

1 2