HomeSort by relevance Sort by last modified time
    Searched refs:logln (Results 1 - 25 of 118) sorted by null

1 2 3 4 5

  /external/icu4c/test/intltest/
itmajor.cpp 44 logln(#suite "---"); \
55 logln("TestSuite Utilities---"); logln();
64 logln("TestSuite Normalize---"); logln();
74 logln("TestSuite Collator---"); logln();
84 logln("TestSuite Regex---"); logln();
94 logln("TestSuite Format---"); logln()
    [all...]
itrbbi.cpp 27 logln(#classname "---"); \
28 logln(""); \
37 if (exec) logln("TestSuite RuleBasedBreakIterator: ");
itrbnfp.cpp 29 logln(#test "---"); \
30 logln(); \
37 if (exec) logln("TestSuite RuleBasedNumberFormatParse");
56 logln("RBNF Parse test starting");
122 logln("rule[%d] \"%s\"", i, rule);
137 logln("perror line: %x offset: %x context: %s|%s", perr.line, perr.offset, perr.preContext, perr.postContext);
152 logln(us);
154 logln("error: could not format %g, returned status: %d", val, status);
165 logln(us);
167 logln("error: could not format %d, returned status: %d", val, status)
    [all...]
ittrans.cpp 31 logln(#test "---"); logln(); \
39 if (exec) logln("TestSuite Transliterator");
pptest.cpp 20 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break;
24 // if (exec) logln((UnicodeString)"TestSuite ParsePositionTest");
54 logln("PP constructor() tested.");
63 logln("PP getIndex and constructor(int32_t) tested.");
69 logln("PP setIndex tested.");
80 logln("PP not equals tested.");
85 logln("PP equals tested.");
93 logln("PP operator= tested.");
110 logln("FP constructor(int) and getField tested.")
    [all...]
dtfmapts.cpp 26 if (exec) logln("TestSuite DateFormatAPI");
30 logln("DateFormat API test---"); logln("");
44 logln("TestEquals---"); logln("");
51 logln("TestNameHiding---"); logln("");
58 logln("TestCoverage---"); logln("");
135 logln("Testing DateFormat constructors")
    [all...]
dcfmapts.cpp 24 if (exec) logln((UnicodeString)"TestSuite DecimalFormatAPI");
28 logln((UnicodeString)"DecimalFormat API test---"); logln((UnicodeString)"");
41 logln((UnicodeString)"DecimalFormat Rounding test---");
47 logln((UnicodeString)"DecimalFormat Rounding Increment test---");
53 logln((UnicodeString)"CurrencyPluralInfo API test---");
71 logln((UnicodeString)"Testing DecimalFormat constructors");
110 logln((UnicodeString)"Testing clone(), assignment and equality operators");
129 logln((UnicodeString)"Testing various format() methods");
140 logln( (UnicodeString) "" + (int32_t) d + " formatted to " + res1)
    [all...]
rndmcoll.cpp 82 if (exec) logln("TestSuite RandomCollatorTest: ");
152 logln("\n-----------------------------------%d\n",i);
153 logln(UnicodeString(rule, strlen(rule)));
157 logln( "===========================================\n");
159 logln("\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n");
sdtfmtts.cpp 23 if (exec) logln("TestSuite SimpleDateFormatAPI");
27 logln("SimpleDateFormat API test---"); logln("");
52 logln("Testing SimpleDateFormat constructors");
96 logln(UnicodeString("Override with: ") + override);
109 logln(UnicodeString("Override with: ") + override_bogus);
120 logln("Testing clone(), assignment and equality operators");
139 logln("Testing various format() methods");
148 logln( (UnicodeString) "" + d + " formatted to " + res1);
155 logln((UnicodeString) "" + fD.getDate() + " formatted to " + res2)
    [all...]
tzbdtest.cpp 19 if (exec) logln("TestSuite TestTimeZoneBoundary");
24 logln("TestBoundaries---"); logln("");
31 logln("TestNewRules---"); logln("");
38 logln("TestStepwise---"); logln("");
78 logln(UnicodeString("Error: ") + startMode + " not present in " + str);
92 logln("Date Before: " + showDate(min));
93 logln("Date After: " + showDate(max))
    [all...]
nmfmapts.cpp 25 if (exec) logln("TestSuite NumberFormatAPI");
29 logln("NumberFormat API test---"); logln("");
42 logln("NumberFormat Registration test---"); logln("");
67 logln("Testing NumberFormat constructors");
105 logln("Testing equality operator");
115 logln("Testing various format() methods");
126 logln( (UnicodeString) "" + (int32_t) d + " formatted to " + res1);
129 logln((UnicodeString) "" + (int32_t) l + " formatted to " + res2)
    [all...]
tsputil.cpp 12 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break;
17 //if (exec) logln("TestSuite PUtilTest: ");
92 logln(UnicodeString("OK: IEEEremainder(") + x + ", " + y + ") is " + result);
208 logln(UnicodeString("OK: max(") + a + ", " + b + ") is " + result);
210 logln(UnicodeString("OK: min(") + a + ", " + b + ") is " + result);
221 logln("NaN tests may show that the expected NaN!=NaN etc. is not true on some");
222 logln("platforms; however, ICU does not rely on them because it defines");
223 logln("and uses uprv_isNaN(). Therefore, most failing NaN tests only report warnings.");
233 logln("End of NaN tests.")
    [all...]
canittst.cpp 28 logln(#test "---"); \
29 logln((UnicodeString)""); \
88 logln("Testing U+%06X", i);
121 logln("Safe Start: " + ss.toPattern(true));
138 logln("testing permutation");
145 logln("testing samples");
152 //logln("Results for: " + name.transliterate(testArray[i]));
163 //logln(++counter + ": " + hex.transliterate(result));
164 //logln(" = " + name.transliterate(result));
213 logln("Checked: " + message + getReadable(item))
    [all...]
selfmts.cpp 26 #define VERBOSE_INT(x) {logln("%s:%d: int %s=%d\n", __FILE__, __LINE__, #x, (x));}
27 #define VERBOSE_USTRING(text) {logln("%s:%d: UnicodeString %s(%d) = ", __FILE__, __LINE__, #text, text.length()); logln(UnicodeString(" \"")+text+UnicodeString("\";"));}
32 if (exec) logln("TestSuite SelectFormat");
104 logln("SelectFormat Unit Test : Testing SelectFormat pattern syntax.");
130 logln("SelectFormat Unit Test : Creating format object for Testing applying various patterns");
140 logln("SelectFormat Unit test: Testing applyPattern() and format() ...");
168 logln("SelectFormat Unit test: Testing format() with keyword method and with invalid keywords...");
210 logln("SelectFormat API test: Testing SelectFormat constructors ...");
222 logln("SelectFormat API test: Testing copy constructor and == operator ...")
    [all...]
astrotst.cpp 23 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break
30 if (exec) logln("TestSuite AstroTest");
89 logln("");
100 logln((UnicodeString)"Sun position is " + result.toString() + (UnicodeString)"; " /* + result.toHmsString()*/ + " Sun longitude is " + longitude );
116 logln("");
124 logln((UnicodeString)"Moon position is " + result.toString() + (UnicodeString)"; " /* + result->toHmsString()*/);
140 logln((UnicodeString)"result is " + result.toString() + (UnicodeString)"; " /* + result.toHmsString()*/ );
168 logln("ecliptic: " + ecl.toString());
179 //logln("astro: " + astro)
    [all...]
icusvtst.cpp 193 logln(message);
211 logln(temp);
228 logln(temp);
245 logln(temp);
262 logln(temp);
282 logln(temp);
295 logln(temp);
305 logln(message + " lhs: " + lhs + " rhs: " + rhs);
316 logln(message + *str);
689 logln(" " + *id + " --> " + *result)
    [all...]
msfmrgts.cpp 26 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break;
106 logln("Formatted with one extra param : " + tempBuffer);
125 logln("Formatted with no params : " + tempBuffer);
131 logln("Formatted with extra params : " + tempBuffer);
188 logln("Apply with pattern : " + pattern1);
200 logln("Formatted with 7 : " + tempBuffer);
257 logln("Formatted with null : " + tempBuffer);*/
258 logln("Apply with pattern : " + pattern2);
265 logln("Formatted with params : " + tempBuffer)
    [all...]
aliastst.cpp 62 logln(UnicodeString(newLoc.getName())+" is not available. Skipping!");
65 logln("\nold locale:%s new locale:%s",oldLoc.getName(),newLoc.getName());
81 logln("Calendar(getLocale) old:"+UnicodeString(l1)+" new:"+UnicodeString(l2));
94 logln(UnicodeString(newLoc.getName())+" is not available. Skipping!");
97 logln("\nold locale:%s new locale:%s",oldLoc.getName(),newLoc.getName());
114 logln("DateFormat(getLocale) old:%s new:%s",l1,l2);
128 logln(UnicodeString(newLoc.getName())+" is not available. Skipping!");
131 logln("\nold locale:%s new locale:%s",oldLoc.getName(),newLoc.getName());
148 logln("Collator(getLocale) old:%s new:%s", l1.getName(), l2.getName());
159 logln(UnicodeString(newLoc.getName())+" is not available. Skipping!")
    [all...]
tsnmfmt.cpp 40 if (exec) logln((UnicodeString)"TestSuite NumberFormat");
45 logln(name);
58 logln(name);
65 logln(name);
81 logln((UnicodeString)name + " (" + localeName + ")");
87 logln((UnicodeString)name + " (" + localeName + ")");
93 logln((UnicodeString)name + " (" + localeName + ")");
100 logln((UnicodeString)name + " (" + localeName + ")");
180 logln((UnicodeString)" Pattern " + s->toPattern(str));
355 logln((UnicodeString)"" + k + ": " + number[k].getDouble() + " F> "
    [all...]
itformat.cpp 67 logln(#TestClass " test---"); \
68 logln((UnicodeString)""); \
90 if (exec) logln("TestSuite Format: ");
142 logln("GenderInfoTest test---");
143 logln((UnicodeString)"");
tsdate.cpp 30 if (exec) logln("TestSuite DateFormat");
34 logln(name);
43 logln(name);
50 logln(name);
57 logln(name);
144 logln(fTestName + " Pattern " + s->toPattern(str));
212 logln((UnicodeString)"" + k + ": " + date[k] + " F> " +
254 logln((UnicodeString)"" + count + " available locales");
264 logln(all);
276 logln("quick test: testing just 3 locales!")
    [all...]
dtfmrgts.cpp 24 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break;
29 // if (exec) logln((UnicodeString)"TestSuite DateFormatRegressionTest");
72 logln((UnicodeString) "today: " + today);
85 logln("pattern: " + pat);
89 logln("today: " + fmtd);
94 logln("today: " + todayS);
98 logln((UnicodeString)"today date: " + today);
100 logln("Error reparsing date: " + e.getMessage());
107 logln("round trip: " + rt)
    [all...]
tmsgfmt.cpp 131 logln(locale[i].getDisplayName(buffer));
137 logln("Number format creation failed.");
147 logln(UnicodeString(" -> ") /* + << dec*/ + toString(result) + UnicodeString("[supposed output for result]"));
150 logln("Number format parse failed.");
169 logln(toAppendTo);
179 logln("The input pattern : " + pattern);
185 logln("The output pattern is : " + fmt->toPattern(result));
301 logln(((UnicodeString)"MessageFormat for ") + testCases[i] + " creation failed.\n");
325 logln("TestMessageFormat::PatternTest failed test #3");
330 logln("TestMessageFormat::PatternTest failed #4.")
    [all...]
numrgts.cpp 103 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break
108 // if (exec) logln((UnicodeString)"TestSuite NumberFormatRegressionTest");
248 logln("NumberFormat.equals passed");
272 logln("Test for bug 4074620 passed.");
293 logln(UnicodeString("d = ") + d);
294 logln("maxFractionDigits = " + df->getMaximumFractionDigits());
296 logln(" format(d) = '" + df->format(d, sBuf1, fp1) + "'");
300 logln("maxFractionDigits = " + df->getMaximumFractionDigits());
328 logln(UnicodeString("format(") + n + ") = " +
    [all...]
  /external/icu4c/tools/ctestfw/unicode/
testlog.h 26 virtual void logln( const UnicodeString &message ) = 0;

Completed in 741 milliseconds

1 2 3 4 5