Lines Matching refs:firstForWhere
627 …st char *ticket, const char *where, const UChar *msg, UBool *firstForTicket, UBool *firstForWhere);
628 …nst char *ticket, const char *where, const char *msg, UBool *firstForTicket, UBool *firstForWhere);
644 …nst char *ticket, const char *where, const UChar *msg, UBool *firstForTicket, UBool *firstForWhere) in add() argument
655 if(firstForWhere!=NULL) *firstForWhere = TRUE; in add()
658 if(firstForWhere!=NULL) *firstForWhere = FALSE; in add()
667 …onst char *ticket, const char *where, const char *msg, UBool *firstForTicket, UBool *firstForWhere) in add() argument
678 if(firstForWhere!=NULL) *firstForWhere = TRUE; in add()
681 if(firstForWhere!=NULL) *firstForWhere = FALSE; in add()
718 UBool *firstForWhere) { in udbg_knownIssue_openU() argument
724 t->add(ticket, where, msg, firstForTicket, firstForWhere); in udbg_knownIssue_openU()
730 UBool *firstForWhere) { in udbg_knownIssue_open() argument
736 t->add(ticket, where, msg, firstForTicket, firstForWhere); in udbg_knownIssue_open()