Lines Matching refs:firstForTicket
619 …ownIssue_openU(void *ptr, const char *ticket, char *where, const UChar *msg, UBool *firstForTicket, in udbg_knownIssue_openU() argument
629 …knownIssue_open(void *ptr, const char *ticket, char *where, const char *msg, UBool *firstForTicket, in udbg_knownIssue_open() argument
660 …void add(const char *ticket, const char *where, const UChar *msg, UBool *firstForTicket, UBool *fi…
661 …void add(const char *ticket, const char *where, const char *msg, UBool *firstForTicket, UBool *fir…
677 …:add(const char *ticket, const char *where, const UChar *msg, UBool *firstForTicket, UBool *firstF… in add() argument
680 if(firstForTicket!=NULL) *firstForTicket = TRUE; in add()
683 if(firstForTicket!=NULL) *firstForTicket = FALSE; in add()
700 void KnownIssues::add(const char *ticket, const char *where, const char *msg, UBool *firstForTicket… in add() argument
703 if(firstForTicket!=NULL) *firstForTicket = TRUE; in add()
706 if(firstForTicket!=NULL) *firstForTicket = FALSE; in add()
750 …ownIssue_openU(void *ptr, const char *ticket, char *where, const UChar *msg, UBool *firstForTicket, in udbg_knownIssue_openU() argument
757 t->add(ticket, where, msg, firstForTicket, firstForWhere); in udbg_knownIssue_openU()
762 …knownIssue_open(void *ptr, const char *ticket, char *where, const char *msg, UBool *firstForTicket, in udbg_knownIssue_open() argument
769 t->add(ticket, where, msg, firstForTicket, firstForWhere); in udbg_knownIssue_open()