Searched refs:firstForWhere (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/tools/toolutil/ |
D | udbgutil.cpp | 621 UBool *firstForWhere) { in udbg_knownIssue_openU() argument 631 UBool *firstForWhere) { in udbg_knownIssue_open() argument 661 …st char *ticket, const char *where, const UChar *msg, UBool *firstForTicket, UBool *firstForWhere); 662 …nst char *ticket, const char *where, const char *msg, UBool *firstForTicket, UBool *firstForWhere); 678 …nst char *ticket, const char *where, const UChar *msg, UBool *firstForTicket, UBool *firstForWhere) in add() argument 689 if(firstForWhere!=NULL) *firstForWhere = TRUE; in add() 692 if(firstForWhere!=NULL) *firstForWhere = FALSE; in add() 700 …onst char *ticket, const char *where, const char *msg, UBool *firstForTicket, UBool *firstForWhere) in add() argument 711 if(firstForWhere!=NULL) *firstForWhere = TRUE; in add() 714 if(firstForWhere!=NULL) *firstForWhere = FALSE; in add() [all …]
|
D | udbgutil.h | 128 UBool *firstForWhere); 137 UBool *firstForWhere);
|
/external/icu/icu4c/source/tools/ctestfw/ |
D | ctest.c | 700 UBool firstForWhere; 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 | 978 UBool firstForTicket = TRUE, firstForWhere = TRUE; in logKnownIssue() local 979 …ue_openU(knownList, ticket, fullpath, msg2.getTerminatedBuffer(), &firstForTicket, &firstForWhere); in logKnownIssue() 983 if(firstForTicket || firstForWhere) { in logKnownIssue()
|