Searched refs:firstForWhere (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/tools/toolutil/
H A Dudbgutil.h126 UBool *firstForWhere);
135 UBool *firstForWhere);
H A Dudbgutil.cpp609 UBool *firstForWhere) {
619 UBool *firstForWhere) {
649 void add(const char *ticket, const char *where, const UChar *msg, UBool *firstForTicket, UBool *firstForWhere);
650 void add(const char *ticket, const char *where, const char *msg, UBool *firstForTicket, UBool *firstForWhere);
666 void KnownIssues::add(const char *ticket, const char *where, const UChar *msg, UBool *firstForTicket, UBool *firstForWhere) argument
677 if(firstForWhere!=NULL) *firstForWhere = TRUE;
680 if(firstForWhere!=NULL) *firstForWhere = FALSE;
688 void KnownIssues::add(const char *ticket, const char *where, const char *msg, UBool *firstForTicket, UBool *firstForWhere) argument
608 udbg_knownIssue_openU(void *ptr, const char *ticket, char *where, const UChar *msg, UBool *firstForTicket, UBool *firstForWhere) argument
618 udbg_knownIssue_open(void *ptr, const char *ticket, char *where, const char *msg, UBool *firstForTicket, UBool *firstForWhere) argument
738 udbg_knownIssue_openU(void *ptr, const char *ticket, char *where, const UChar *msg, UBool *firstForTicket, UBool *firstForWhere) argument
750 udbg_knownIssue_open(void *ptr, const char *ticket, char *where, const char *msg, UBool *firstForTicket, UBool *firstForWhere) argument
[all...]
/macosx-10.10/ICU-531.30/icuSources/tools/ctestfw/
H A Dctest.c699 UBool firstForWhere; local
706 &firstForTicket, &firstForWhere);
708 if(firstForTicket || firstForWhere) {
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dintltest.cpp977 UBool firstForTicket, firstForWhere; local
978 knownList = udbg_knownIssue_openU(knownList, ticket, fullpath, msg2.getTerminatedBuffer(), &firstForTicket, &firstForWhere);
980 if(firstForTicket || firstForWhere) {

Completed in 77 milliseconds