OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:it_logln
(Results
1 - 4
of
4
) sorted by null
/external/icu/icu4c/source/test/intltest/
tfsmalls.cpp
34
it_logln
("PP constructor() tested.");
45
it_logln
("PP getIndex and constructor(int32_t) tested.");
51
it_logln
("PP setIndex tested.");
62
it_logln
("PP copy contructor, operator== and operator != tested.");
70
it_logln
("PP operator= tested.");
109
it_logln
(UnicodeString("FP ") + UnicodeString(temp) + res);
113
it_logln
("");
123
it_logln
("FP constructor(int32_t) and getField tested.");
144
it_logln
("FP setField and getField tested.");
149
it_logln
("FP setBeginIndex and getBeginIndex tested.")
[
all
...]
tchcfmt.cpp
68
it_logln
(UnicodeString("") + ix + UnicodeString(" -> ") + res1 + UnicodeString(" -> ") + res2);
175
it_logln
("MessageFormat toPattern: " + res1);
177
it_logln
("ChoiceFormat toPattern: " + res1);
179
it_logln
("toPattern tested!");
218
it_logln
(i + UnicodeString(" -> ") + res2);
224
it_logln
();
226
it_logln
("------ additional testing in complex test ------");
227
it_logln
();
237
it_logln
("getLimits tested!");
248
it_logln
("getFormats tested!")
[
all
...]
intltest.h
368
void
it_logln
( UnicodeString message );
369
void
it_logln
( void );
intltest.cpp
475
void
it_logln
( UnicodeString message )
function
481
void
it_logln
( void )
function
[
all
...]
Completed in 80 milliseconds