Searched refs:boolToStr (Results 1 – 2 of 2) sorted by relevance
85 function boolToStr(opt) function663 txtOut += " Trio: " + boolToStr(withTrio) + "\n";665 txtOut += " FTP client: " + boolToStr(withFtp) + "\n";666 txtOut += " HTTP client: " + boolToStr(withHttp) + "\n";667 txtOut += " HTML processor: " + boolToStr(withHtml) + "\n";668 txtOut += " C14N support: " + boolToStr(withC14n) + "\n";669 txtOut += " Catalog support: " + boolToStr(withCatalog) + "\n";670 txtOut += " DocBook support: " + boolToStr(withDocb) + "\n";671 txtOut += " XPath support: " + boolToStr(withXpath) + "\n";672 txtOut += " XPointer support: " + boolToStr(withXptr) + "\n";[all …]
2111 [msg.boolToStr setObject:@"something" forKey:YES];2136 XCTAssertTrue(msg.boolToStr != msg2.boolToStr); // ptr compare