HomeSort by relevance Sort by last modified time
    Searched refs:firstForTicket (Results 1 - 4 of 4) sorted by null

  /external/icu/icu4c/source/tools/toolutil/
udbgutil.h 127 U_CAPI void *udbg_knownIssue_openU(void *ptr, const char *ticket, char *where, const UChar *msg, UBool *firstForTicket,
136 U_CAPI void *udbg_knownIssue_open(void *ptr, const char *ticket, char *where, const char *msg, UBool *firstForTicket,
udbgutil.cpp 620 U_CAPI void *udbg_knownIssue_openU(void *ptr, const char *ticket, char *where, const UChar *msg, UBool *firstForTicket,
630 U_CAPI void *udbg_knownIssue_open(void *ptr, const char *ticket, char *where, const char *msg, UBool *firstForTicket,
661 void add(const char *ticket, const char *where, const UChar *msg, UBool *firstForTicket, UBool *firstForWhere);
662 void add(const char *ticket, const char *where, const char *msg, UBool *firstForTicket, UBool *firstForWhere);
678 void KnownIssues::add(const char *ticket, const char *where, const UChar *msg, UBool *firstForTicket, UBool *firstForWhere)
681 if(firstForTicket!=NULL) *firstForTicket = TRUE;
684 if(firstForTicket!=NULL) *firstForTicket = FALSE;
700 void KnownIssues::add(const char *ticket, const char *where, const char *msg, UBool *firstForTicket, UBool *firstForWhere
    [all...]
  /external/icu/icu4c/source/tools/ctestfw/
ctest.c 699 UBool firstForTicket;
707 &firstForTicket, &firstForWhere);
709 if(firstForTicket || firstForWhere) {
    [all...]
  /external/icu/icu4c/source/test/intltest/
intltest.cpp 978 UBool firstForTicket = TRUE, firstForWhere = TRUE;
979 knownList = udbg_knownIssue_openU(knownList, ticket, fullpath, msg2.getTerminatedBuffer(), &firstForTicket, &firstForWhere);
983 if(firstForTicket || firstForWhere) {
    [all...]

Completed in 999 milliseconds