Home | History | Annotate | Download | only in intltest

Lines Matching refs:canonical

175                         UnicodeString canonical;
176 TimeZone::getCanonicalID(*tzid, canonical, status);
181 } else if (outtzid != canonical) {
182 // Canonical ID did not match - check the rules
184 if (canonical.indexOf((UChar)0x27 /*'/'*/) == -1) {
186 logln("Canonical round trip failed (as expected); tz=" + *tzid
191 errln("Canonical round trip failed; tz=" + *tzid
333 UnicodeString canonical;
334 TimeZone::getCanonicalID(*tzid, canonical, status);
340 if (*tzid != canonical) {