Home | History | Annotate | Download | only in intltest

Lines Matching defs:isSystemID

539     UBool isSystemID;
629 TimeZone::getCanonicalID(*id1, canonicalID, isSystemID, ec);
636 if (!isSystemID) {
649 TimeZone::getCanonicalID(*id1, canonicalID, isSystemID, ec);
656 if (!isSystemID) {
2199 UBool isSystemID;
2201 TimeZone::getCanonicalID(UnicodeString(data[i].id), canonicalID, isSystemID, ec);
2214 if (isSystemID != data[i].isSystem) {
2216 + "\") set " + isSystemID + " to isSystemID");