Lines Matching refs:firstForTicket
627 …void add(const char *ticket, const char *where, const UChar *msg, UBool *firstForTicket, UBool *fi…
628 …void add(const char *ticket, const char *where, const char *msg, UBool *firstForTicket, UBool *fir…
644 …:add(const char *ticket, const char *where, const UChar *msg, UBool *firstForTicket, UBool *firstF… in add() argument
647 if(firstForTicket!=NULL) *firstForTicket = TRUE; in add()
650 if(firstForTicket!=NULL) *firstForTicket = FALSE; in add()
667 void KnownIssues::add(const char *ticket, const char *where, const char *msg, UBool *firstForTicket… in add() argument
670 if(firstForTicket!=NULL) *firstForTicket = TRUE; in add()
673 if(firstForTicket!=NULL) *firstForTicket = FALSE; in add()
717 …ownIssue_openU(void *ptr, const char *ticket, char *where, const UChar *msg, UBool *firstForTicket, in udbg_knownIssue_openU() argument
724 t->add(ticket, where, msg, firstForTicket, firstForWhere); in udbg_knownIssue_openU()
729 …knownIssue_open(void *ptr, const char *ticket, char *where, const char *msg, UBool *firstForTicket, in udbg_knownIssue_open() argument
736 t->add(ticket, where, msg, firstForTicket, firstForWhere); in udbg_knownIssue_open()