/third_party/icu/icu4c/source/tools/toolutil/ |
H A D | udbgutil.cpp | 614 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 661 if(firstForWhere!=NULL) *firstForWhere = true; in add() 664 if(firstForWhere!=NULL) *firstForWhere = false; in add() 673 void KnownIssues::add(const char *ticketStr, const char *where, const char *msg, UBool *firstForTicket, UBool *firstForWhere) in add() argument 685 if(firstForWhere!=NULL) *firstForWhere 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 D | udbgutil.h | 122 UBool *firstForWhere); 131 UBool *firstForWhere);
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
H A D | udbgutil.cpp | 617 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 664 if(firstForWhere!=nullptr) *firstForWhere = true; in add() 667 if(firstForWhere!=nullptr) *firstForWhere = false; in add() 676 void KnownIssues::add(const char *ticketStr, const char *where, const char *msg, UBool *firstForTicket, UBool *firstForWhere) in add() argument 688 if(firstForWhere!=nullptr) *firstForWhere 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 D | udbgutil.h | 122 UBool *firstForWhere); 131 UBool *firstForWhere);
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
H A D | udbgutil.cpp | 614 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 661 if(firstForWhere!=NULL) *firstForWhere = TRUE; in add() 664 if(firstForWhere!=NULL) *firstForWhere = FALSE; in add() 673 void KnownIssues::add(const char *ticketStr, const char *where, const char *msg, UBool *firstForTicket, UBool *firstForWhere) in add() argument 685 if(firstForWhere!=NULL) *firstForWhere 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 D | udbgutil.h | 122 UBool *firstForWhere); 131 UBool *firstForWhere);
|
/third_party/icu/icu4c/source/tools/ctestfw/ |
H A D | ctest.c | 704 UBool firstForWhere; 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 D | ctest.c | 702 UBool firstForWhere; 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 D | intltest.cpp | 1019 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()
|