Searched refs:firstForTicket (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/tools/toolutil/ |
D | udbgutil.cpp | 608 …ownIssue_openU(void *ptr, const char *ticket, char *where, const UChar *msg, UBool *firstForTicket, in udbg_knownIssue_openU() argument 618 …knownIssue_open(void *ptr, const char *ticket, char *where, const char *msg, UBool *firstForTicket, in udbg_knownIssue_open() argument 649 …void add(const char *ticket, const char *where, const UChar *msg, UBool *firstForTicket, UBool *fi… 650 …void add(const char *ticket, const char *where, const char *msg, UBool *firstForTicket, UBool *fir… 666 …:add(const char *ticket, const char *where, const UChar *msg, UBool *firstForTicket, UBool *firstF… in add() argument 669 if(firstForTicket!=NULL) *firstForTicket = TRUE; in add() 672 if(firstForTicket!=NULL) *firstForTicket = FALSE; in add() 688 void KnownIssues::add(const char *ticket, const char *where, const char *msg, UBool *firstForTicket… in add() argument 691 if(firstForTicket!=NULL) *firstForTicket = TRUE; in add() 694 if(firstForTicket!=NULL) *firstForTicket = FALSE; in add() [all …]
|
D | udbgutil.h | 125 …ownIssue_openU(void *ptr, const char *ticket, char *where, const UChar *msg, UBool *firstForTicket, 134 …knownIssue_open(void *ptr, const char *ticket, char *where, const char *msg, UBool *firstForTicket,
|
/external/icu/icu4c/source/tools/ctestfw/ |
D | ctest.c | 699 UBool firstForTicket; in vlog_knownIssue() local 707 &firstForTicket, &firstForWhere); in vlog_knownIssue() 709 if(firstForTicket || firstForWhere) { in vlog_knownIssue()
|
/external/icu/icu4c/source/test/intltest/ |
D | intltest.cpp | 977 UBool firstForTicket, firstForWhere; in logKnownIssue() local 978 …ssue_openU(knownList, ticket, fullpath, msg2.getTerminatedBuffer(), &firstForTicket, &firstForWher… in logKnownIssue() 982 if(firstForTicket || firstForWhere) { in logKnownIssue()
|