Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/toolutil/
Dudbgutil.cpp619 …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()
[all …]
Dudbgutil.h129 …ownIssue_openU(void *ptr, const char *ticket, char *where, const UChar *msg, UBool *firstForTicket,
138 …knownIssue_open(void *ptr, const char *ticket, char *where, const char *msg, UBool *firstForTicket,
/external/icu/icu4c/source/tools/ctestfw/
Dctest.c701 UBool firstForTicket; in vlog_knownIssue() local
709 &firstForTicket, &firstForWhere); in vlog_knownIssue()
711 if(firstForTicket || firstForWhere) { in vlog_knownIssue()
/external/icu/icu4c/source/test/intltest/
Dintltest.cpp988 UBool firstForTicket = TRUE, firstForWhere = TRUE; in logKnownIssue() local
989 …ssue_openU(knownList, ticket, fullpath, msg2.getTerminatedBuffer(), &firstForTicket, &firstForWher… in logKnownIssue()
993 if(firstForTicket || firstForWhere) { in logKnownIssue()