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

/external/chromium_org/third_party/icu/source/test/intltest/
H A Ddtptngts.cpp510 UnicodeString expectedSkeleton = UnicodeString("MMMdd"); local
513 if(U_FAILURE(status) || retSkeleton != expectedSkeleton ) {
515 errln(UnicodeString(" Got: ") + retSkeleton + UnicodeString(" Expected: ") + expectedSkeleton );
524 expectedSkeleton = UnicodeString("yyMMMMdd");
527 if(U_FAILURE(status) || retSkeleton != expectedSkeleton ) {
529 errln(UnicodeString(" Got: ") + retSkeleton + UnicodeString(" Expected: ") + expectedSkeleton );
/external/icu/icu4c/source/test/intltest/
H A Ddtptngts.cpp510 UnicodeString expectedSkeleton = UnicodeString("MMMdd"); local
513 if(U_FAILURE(status) || retSkeleton != expectedSkeleton ) {
515 errln(UnicodeString(" Got: ") + retSkeleton + UnicodeString(" Expected: ") + expectedSkeleton );
524 expectedSkeleton = UnicodeString("yyMMMMdd");
527 if(U_FAILURE(status) || retSkeleton != expectedSkeleton ) {
529 errln(UnicodeString(" Got: ") + retSkeleton + UnicodeString(" Expected: ") + expectedSkeleton );

Completed in 73 milliseconds