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

/macosx-10.10/ICU-531.30/icuSources/tools/toolutil/
H A Dudbgutil.h125 U_CAPI void *udbg_knownIssue_openU(void *ptr, const char *ticket, char *where, const UChar *msg, UBool *firstForTicket,
134 U_CAPI void *udbg_knownIssue_open(void *ptr, const char *ticket, char *where, const char *msg, UBool *firstForTicket,
H A Dudbgutil.cpp608 U_CAPI void *udbg_knownIssue_openU(void *ptr, const char *ticket, char *where, const UChar *msg, UBool *firstForTicket, argument
618 U_CAPI void *udbg_knownIssue_open(void *ptr, const char *ticket, char *where, const char *msg, UBool *firstForTicket, argument
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
669 if(firstForTicket!=NULL) *firstForTicket = TRUE;
672 if(firstForTicket!=NULL) *firstForTicket = FALSE;
688 void KnownIssues::add(const char *ticket, const char *where, const char *msg, UBool *firstForTicket, UBoo 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.c698 UBool firstForTicket; 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 87 milliseconds