Lines Matching refs:ids
366 * Test the call which retrieves the available IDs.
377 const UnicodeString** ids = TimeZone::createAvailableIDs(numIDs);
378 if (ids == 0 || numIDs < 1) {
384 buf.append(*ids[i]);
389 uprv_free(ids);
393 ids = TimeZone::createAvailableIDs(-8*U_MILLIS_PER_HOUR, numIDs);
394 if (ids == 0 || numIDs < 1) {
400 buf.append(*ids[i]);
405 uprv_free(ids);
408 ids = TimeZone::createAvailableIDs("US", numIDs);
409 if (ids == 0 || numIDs < 1) {
410 errln("FAIL: createAvailableIDs(US) ids=%d, numIDs=%d", ids, numIDs);
415 buf.append(*ids[i]);
420 uprv_free(ids);
642 errln("Error checking IDs in ANY, but not in CANONICAL");
646 // canonical set must contains only canonical IDs
661 errln("Error checking IDs in CANONICAL");
665 // canonicalLoc set must contain only canonical location IDs
677 errln("Error checking IDs in CANONICALLOC");
693 errln("Error checking IDs in ANY_US");
707 errln("Error checking IDs in ANY_W5");
714 errln("Error checking IDs in ANY_US_E14");
764 * looks at some genuine Olson compatibility IDs. [aliu]
767 * the list of compatibility zone IDs exist and are somewhat
776 * we do NOT overwrite real UNIX zones with 3-letter IDs. There
787 * Certain short zone IDs, used since 1.1.x, are incorrect.
795 * Other wrong zone IDs:
1121 * generic IDs of the form GMT[+-]hh:mm, GMT[+-]hhmm, and
1187 // JDK 1.4 creates custom zones with IDs of the form "GMT+02:00"
1188 // ICU creates custom zones with IDs of the form "GMT+02:00"
2004 // Some canonical IDs in CLDR are defined as "Link"
2099 // Following IDs are aliases of Etc/GMT in CLDR,
2172 errln((UnicodeString)"FAIL: No timezone ids match the canonical ID " + canonicalID);