Home | History | Annotate | Download | only in toolutil

Lines Matching refs:firstForWhere

621                                    UBool *firstForWhere) {
631 UBool *firstForWhere) {
661 void add(const char *ticket, const char *where, const UChar *msg, UBool *firstForTicket, UBool *firstForWhere);
662 void add(const char *ticket, const char *where, const char *msg, UBool *firstForTicket, UBool *firstForWhere);
678 void KnownIssues::add(const char *ticket, const char *where, const UChar *msg, UBool *firstForTicket, UBool *firstForWhere)
689 if(firstForWhere!=NULL) *firstForWhere = TRUE;
692 if(firstForWhere!=NULL) *firstForWhere = FALSE;
700 void KnownIssues::add(const char *ticket, const char *where, const char *msg, UBool *firstForTicket, UBool *firstForWhere)
711 if(firstForWhere!=NULL) *firstForWhere = TRUE;
714 if(firstForWhere!=NULL) *firstForWhere = FALSE;
751 UBool *firstForWhere) {
757 t->add(ticket, where, msg, firstForTicket, firstForWhere);
763 UBool *firstForWhere) {
769 t->add(ticket, where, msg, firstForTicket, firstForWhere);