Home | History | Annotate | Download | only in intltest

Lines Matching defs:isSystemID

536     UBool isSystemID;
626 TimeZone::getCanonicalID(*id1, canonicalID, isSystemID, ec);
633 if (!isSystemID) {
646 TimeZone::getCanonicalID(*id1, canonicalID, isSystemID, ec);
653 if (!isSystemID) {
2174 UBool isSystemID;
2176 TimeZone::getCanonicalID(UnicodeString(data[i].id), canonicalID, isSystemID, ec);
2189 if (isSystemID != data[i].isSystem) {
2191 + "\") set " + isSystemID + " to isSystemID");