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 129 U_CAPI void *udbg_knownIssue_openU(void *ptr, const char *ticket, char *where, const UChar *msg, UBool *firstForTicket,
138 U_CAPI void *udbg_knownIssue_open(void *ptr, const char *ticket, char *where, const char *msg, UBool *firstForTicket,
udbgutil.cpp 619 U_CAPI void *udbg_knownIssue_openU(void *ptr, const char *ticket, char *where, const UChar *msg, UBool *firstForTicket,
629 U_CAPI void *udbg_knownIssue_open(void *ptr, const char *ticket, char *where, const char *msg, UBool *firstForTicket,
660 void add(const char *ticket, const char *where, const UChar *msg, UBool *firstForTicket, UBool *firstForWhere);
661 void add(const char *ticket, const char *where, const char *msg, UBool *firstForTicket, UBool *firstForWhere);
677 void KnownIssues::add(const char *ticket, const char *where, const UChar *msg, UBool *firstForTicket, UBool *firstForWhere)
680 if(firstForTicket!=NULL) *firstForTicket = TRUE;
683 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 701 UBool firstForTicket;
709 &firstForTicket, &firstForWhere);
711 if(firstForTicket || firstForWhere) {
    [all...]
  /external/icu/icu4c/source/test/intltest/
intltest.cpp 988 UBool firstForTicket = TRUE, firstForWhere = TRUE;
989 knownList = udbg_knownIssue_openU(knownList, ticket, fullpath, msg2.getTerminatedBuffer(), &firstForTicket, &firstForWhere);
993 if(firstForTicket || firstForWhere) {
    [all...]

Completed in 118 milliseconds