Lines Matching refs:UBool
244 static int32_t _udbg_enumCount(UDebugEnumType type, UBool actual) {
627 void add(const char *ticket, const char *where, const UChar *msg, UBool *firstForTicket, UBool *firstForWhere);
628 void add(const char *ticket, const char *where, const char *msg, UBool *firstForTicket, UBool *firstForWhere);
629 UBool print();
644 void KnownIssues::add(const char *ticket, const char *where, const UChar *msg, UBool *firstForTicket, UBool *firstForWhere)
667 void KnownIssues::add(const char *ticket, const char *where, const char *msg, UBool *firstForTicket, UBool *firstForWhere)
689 UBool KnownIssues::print()
717 U_CAPI void *udbg_knownIssue_openU(void *ptr, const char *ticket, char *where, const UChar *msg, UBool *firstForTicket,
718 UBool *firstForWhere) {
729 U_CAPI void *udbg_knownIssue_open(void *ptr, const char *ticket, char *where, const char *msg, UBool *firstForTicket,
730 UBool *firstForWhere) {
741 U_CAPI UBool udbg_knownIssue_print(void *ptr) {