Searched refs:firstForTicket (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/tools/toolutil/ |
D | udbgutil.cpp | 614 …void add(const char *ticket, const char *where, const UChar *msg, UBool *firstForTicket, UBool *fi… 615 …void add(const char *ticket, const char *where, const char *msg, UBool *firstForTicket, UBool *fir… 649 …d(const char *ticketStr, const char *where, const UChar *msg, UBool *firstForTicket, UBool *firstF… in add() argument 653 if(firstForTicket!=NULL) *firstForTicket = TRUE; in add() 656 if(firstForTicket!=NULL) *firstForTicket = FALSE; in add() 673 …dd(const char *ticketStr, const char *where, const char *msg, UBool *firstForTicket, UBool *firstF… in add() argument 677 if(firstForTicket!=NULL) *firstForTicket = TRUE; in add() 680 if(firstForTicket!=NULL) *firstForTicket = FALSE; in add() 729 …ownIssue_openU(void *ptr, const char *ticket, char *where, const UChar *msg, UBool *firstForTicket, in udbg_knownIssue_openU() argument 736 t->add(ticket, where, msg, firstForTicket, firstForWhere); in udbg_knownIssue_openU() [all …]
|
D | udbgutil.h | 121 …ownIssue_openU(void *ptr, const char *ticket, char *where, const UChar *msg, UBool *firstForTicket, 130 …knownIssue_open(void *ptr, const char *ticket, char *where, const char *msg, UBool *firstForTicket,
|
/external/icu/icu4c/source/tools/ctestfw/ |
D | ctest.c | 726 UBool firstForTicket; in vlog_knownIssue() local 734 &firstForTicket, &firstForWhere); in vlog_knownIssue() 736 if(firstForTicket || firstForWhere) { in vlog_knownIssue()
|
/external/icu/icu4c/source/test/intltest/ |
D | intltest.cpp | 984 UBool firstForTicket = TRUE, firstForWhere = TRUE; in logKnownIssue() local 985 …ssue_openU(knownList, ticket, fullpath, msg2.getTerminatedBuffer(), &firstForTicket, &firstForWher… in logKnownIssue() 989 if(firstForTicket || firstForWhere) { in logKnownIssue()
|