Home | History | Annotate | Download | only in intltest

Lines Matching defs:canonical

174                         UnicodeString canonical;
175 TimeZone::getCanonicalID(*tzid, canonical, status);
180 } else if (outtzid != canonical) {
181 // Canonical ID did not match - check the rules
183 if (canonical.indexOf((UChar)0x27 /*'/'*/) == -1) {
185 logln("Canonical round trip failed (as expected); tz=" + *tzid
190 errln("Canonical round trip failed; tz=" + *tzid
352 UnicodeString canonical;
353 TimeZone::getCanonicalID(*tzid, canonical, status);
359 if (*tzid != canonical) {