Lines Matching refs:firstForWhere
614 …st char *ticket, const char *where, const UChar *msg, UBool *firstForTicket, UBool *firstForWhere);
615 …nst char *ticket, const char *where, const char *msg, UBool *firstForTicket, UBool *firstForWhere);
649 … char *ticketStr, const char *where, const UChar *msg, UBool *firstForTicket, UBool *firstForWhere) in add() argument
661 if(firstForWhere!=NULL) *firstForWhere = TRUE; in add()
664 if(firstForWhere!=NULL) *firstForWhere = FALSE; in add()
673 …t char *ticketStr, const char *where, const char *msg, UBool *firstForTicket, UBool *firstForWhere) in add() argument
685 if(firstForWhere!=NULL) *firstForWhere = TRUE; in add()
688 if(firstForWhere!=NULL) *firstForWhere = FALSE; in add()
730 UBool *firstForWhere) { in udbg_knownIssue_openU() argument
736 t->add(ticket, where, msg, firstForTicket, firstForWhere); in udbg_knownIssue_openU()
742 UBool *firstForWhere) { in udbg_knownIssue_open() argument
748 t->add(ticket, where, msg, firstForTicket, firstForWhere); in udbg_knownIssue_open()