Home | History | Annotate | Download | only in i18n

Lines Matching defs:isSystemID

1523     UBool isSystemID = FALSE;
1524 return getCanonicalID(id, canonicalID, isSystemID, status);
1528 TimeZone::getCanonicalID(const UnicodeString& id, UnicodeString& canonicalID, UBool& isSystemID,
1532 isSystemID = FALSE;
1539 isSystemID = FALSE;
1543 isSystemID = TRUE;
1562 UBool isSystemID = FALSE;
1564 getCanonicalID(id, canonicalID, isSystemID, status);
1565 if (U_FAILURE(status) || !isSystemID) {