Searched refs:expectedUChars (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcalcasts.cpp171 static const UChar expectedUChars[] = { local
185 if (result != expectedUChars) {
186 errln((UnicodeString)"FAIL: DateFormatting failed. Got " + result + " and expected " + UnicodeString(expectedUChars) + UnicodeString("\n"));
/external/icu/icu4c/source/test/intltest/
H A Dcalcasts.cpp171 static const UChar expectedUChars[] = { local
185 if (result != expectedUChars) {
186 errln((UnicodeString)"FAIL: DateFormatting failed. Got " + result + " and expected " + UnicodeString(expectedUChars) + UnicodeString("\n"));

Completed in 70 milliseconds