Home | History | Annotate | Download | only in intltest

Lines Matching refs:isSystemID

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