Searched refs:firstForTicket (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/tools/toolutil/ |
D | udbgutil.cpp | 619 …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 …]
|
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 | 988 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()
|