Searched refs:firstForTicket (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/tools/toolutil/ |
D | udbgutil.cpp | 627 …void add(const char *ticket, const char *where, const UChar *msg, UBool *firstForTicket, UBool *fi… 628 …void add(const char *ticket, const char *where, const char *msg, UBool *firstForTicket, UBool *fir… 644 …:add(const char *ticket, const char *where, const UChar *msg, UBool *firstForTicket, UBool *firstF… in add() argument 647 if(firstForTicket!=NULL) *firstForTicket = TRUE; in add() 650 if(firstForTicket!=NULL) *firstForTicket = FALSE; in add() 667 void KnownIssues::add(const char *ticket, const char *where, const char *msg, UBool *firstForTicket… in add() argument 670 if(firstForTicket!=NULL) *firstForTicket = TRUE; in add() 673 if(firstForTicket!=NULL) *firstForTicket = FALSE; in add() 717 …ownIssue_openU(void *ptr, const char *ticket, char *where, const UChar *msg, UBool *firstForTicket, in udbg_knownIssue_openU() argument 724 t->add(ticket, where, msg, firstForTicket, firstForWhere); in udbg_knownIssue_openU() [all …]
|
D | udbgutil.h | 129 …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/ |
D | ctest.c | 701 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/ |
D | intltest.cpp | 1008 UBool firstForTicket = TRUE, firstForWhere = TRUE; in logKnownIssue() local 1009 …ssue_openU(knownList, ticket, fullpath, msg2.getTerminatedBuffer(), &firstForTicket, &firstForWher… in logKnownIssue() 1013 if(firstForTicket || firstForWhere) { in logKnownIssue()
|