Home | History | Annotate | Download | only in intltest

Lines Matching defs:log

114     //  53*log(2)/log(10) = 15.95
455 IntlTest::gTest->log( message );
786 * Adds given string to the log if we are in verbose mode.
788 void IntlTest::log( const UnicodeString &message )
796 * Adds given string to the log if we are in verbose mode. Adds a new line to
814 * Unconditionally adds given string to the log.
822 * Unconditionally adds given string to the log. Adds a new line to
900 void IntlTest::log(const char *fmt, ...)
910 log(UnicodeString(buffer, ""));