Home
last modified time | relevance | path

Searched refs:firstForTicket (Results 1 - 9 of 9) sorted by relevance

/third_party/icu/icu4c/source/tools/toolutil/
H A Dudbgutil.cpp614 void add(const char *ticket, const char *where, const UChar *msg, UBool *firstForTicket, UBool *firstForWhere);
615 void add(const char *ticket, const char *where, const char *msg, UBool *firstForTicket, UBool *firstForWhere);
649 void KnownIssues::add(const char *ticketStr, const char *where, const UChar *msg, UBool *firstForTicket, UBool *firstForWhere) in add() argument
653 if(firstForTicket!=NULL) *firstForTicket = true; in add()
656 if(firstForTicket!=NULL) *firstForTicket = false; in add()
673 void KnownIssues::add(const char *ticketStr, const char *where, const char *msg, UBool *firstForTicket, UBool *firstForWhere) in add() argument
677 if(firstForTicket!=NULL) *firstForTicket in add()
729 udbg_knownIssue_openU(void *ptr, const char *ticket, char *where, const UChar *msg, UBool *firstForTicket, UBool *firstForWhere) udbg_knownIssue_openU() argument
741 udbg_knownIssue_open(void *ptr, const char *ticket, char *where, const char *msg, UBool *firstForTicket, UBool *firstForWhere) udbg_knownIssue_open() argument
[all...]
H A Dudbgutil.h121 U_CAPI void *udbg_knownIssue_openU(void *ptr, const char *ticket, char *where, const UChar *msg, UBool *firstForTicket,
130 U_CAPI void *udbg_knownIssue_open(void *ptr, const char *ticket, char *where, const char *msg, UBool *firstForTicket,
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dudbgutil.cpp617 void add(const char *ticket, const char *where, const char16_t *msg, UBool *firstForTicket, UBool *firstForWhere);
618 void add(const char *ticket, const char *where, const char *msg, UBool *firstForTicket, UBool *firstForWhere);
652 void KnownIssues::add(const char *ticketStr, const char *where, const char16_t *msg, UBool *firstForTicket, UBool *firstForWhere) in add() argument
656 if(firstForTicket!=nullptr) *firstForTicket = true; in add()
659 if(firstForTicket!=nullptr) *firstForTicket = false; in add()
676 void KnownIssues::add(const char *ticketStr, const char *where, const char *msg, UBool *firstForTicket, UBool *firstForWhere) in add() argument
680 if(firstForTicket!=nullptr) *firstForTicket in add()
732 udbg_knownIssue_openU(void *ptr, const char *ticket, char *where, const char16_t *msg, UBool *firstForTicket, UBool *firstForWhere) udbg_knownIssue_openU() argument
744 udbg_knownIssue_open(void *ptr, const char *ticket, char *where, const char *msg, UBool *firstForTicket, UBool *firstForWhere) udbg_knownIssue_open() argument
[all...]
H A Dudbgutil.h121 U_CAPI void *udbg_knownIssue_openU(void *ptr, const char *ticket, char *where, const UChar *msg, UBool *firstForTicket,
130 U_CAPI void *udbg_knownIssue_open(void *ptr, const char *ticket, char *where, const char *msg, UBool *firstForTicket,
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Dudbgutil.cpp614 void add(const char *ticket, const char *where, const UChar *msg, UBool *firstForTicket, UBool *firstForWhere);
615 void add(const char *ticket, const char *where, const char *msg, UBool *firstForTicket, UBool *firstForWhere);
649 void KnownIssues::add(const char *ticketStr, const char *where, const UChar *msg, UBool *firstForTicket, UBool *firstForWhere) in add() argument
653 if(firstForTicket!=NULL) *firstForTicket = TRUE; in add()
656 if(firstForTicket!=NULL) *firstForTicket = FALSE; in add()
673 void KnownIssues::add(const char *ticketStr, const char *where, const char *msg, UBool *firstForTicket, UBool *firstForWhere) in add() argument
677 if(firstForTicket!=NULL) *firstForTicket in add()
729 udbg_knownIssue_openU(void *ptr, const char *ticket, char *where, const UChar *msg, UBool *firstForTicket, UBool *firstForWhere) udbg_knownIssue_openU() argument
741 udbg_knownIssue_open(void *ptr, const char *ticket, char *where, const char *msg, UBool *firstForTicket, UBool *firstForWhere) udbg_knownIssue_open() argument
[all...]
H A Dudbgutil.h121 U_CAPI void *udbg_knownIssue_openU(void *ptr, const char *ticket, char *where, const UChar *msg, UBool *firstForTicket,
130 U_CAPI void *udbg_knownIssue_open(void *ptr, const char *ticket, char *where, const char *msg, UBool *firstForTicket,
/third_party/icu/icu4c/source/tools/ctestfw/
H A Dctest.c703 UBool firstForTicket; in vlog_knownIssue() local
711 &firstForTicket, &firstForWhere); in vlog_knownIssue()
713 if(firstForTicket || firstForWhere) { in vlog_knownIssue()
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/
H A Dctest.c701 UBool firstForTicket; in vlog_knownIssue() local
709 &firstForTicket, &firstForWhere); in vlog_knownIssue()
711 if(firstForTicket || firstForWhere) { in vlog_knownIssue()
/third_party/icu/icu4c/source/test/intltest/
H A Dintltest.cpp1019 UBool firstForTicket = true, firstForWhere = true; in logKnownIssue() local
1020 knownList = udbg_knownIssue_openU(knownList, ticket, fullpath, msg2.getTerminatedBuffer(), &firstForTicket, &firstForWhere); in logKnownIssue()
1024 if(firstForTicket || firstForWhere) { in logKnownIssue()

Completed in 11 milliseconds