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/icu4c/test/intltest/
tfsmalls.cpp
35
it_logln
("PP constructor() tested.");
46
it_logln
("PP getIndex and constructor(int32_t) tested.");
52
it_logln
("PP setIndex tested.");
63
it_logln
("PP copy contructor, operator== and operator != tested.");
71
it_logln
("PP operator= tested.");
110
it_logln
(UnicodeString("FP ") + UnicodeString(temp) + res);
114
it_logln
("");
124
it_logln
("FP constructor(int32_t) and getField tested.");
145
it_logln
("FP setField and getField tested.");
150
it_logln
("FP setBeginIndex and getBeginIndex tested.")
[
all
...]
tchcfmt.cpp
68
it_logln
(UnicodeString("") + ix + UnicodeString(" -> ") + res1 + UnicodeString(" -> ") + res2);
165
it_logln
("MessageFormat toPattern: " + res1);
167
it_logln
("ChoiceFormat toPattern: " + res1);
169
it_logln
("toPattern tested!");
208
it_logln
(i + UnicodeString(" -> ") + res2);
214
it_logln
();
216
it_logln
("------ additional testing in complex test ------");
217
it_logln
();
226
it_logln
("getLimits tested!");
237
it_logln
("getFormats tested!")
[
all
...]
intltest.h
240
void
it_logln
( UnicodeString message );
241
void
it_logln
( void );
intltest.cpp
439
void
it_logln
( UnicodeString message )
function
445
void
it_logln
( void )
function
[
all
...]
Completed in 158 milliseconds