Home
last modified time | relevance | path

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

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