HomeSort by relevance Sort by last modified time
    Searched refs:expectedSkeleton (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/test/intltest/
dtptngts.cpp 438 UnicodeString expectedSkeleton = UnicodeString("MMMdd");
441 if(U_FAILURE(status) || retSkeleton != expectedSkeleton ) {
443 errln(UnicodeString(" Got: ") + retSkeleton + UnicodeString(" Expected: ") + expectedSkeleton );
452 expectedSkeleton = UnicodeString("yyMMMMdd");
455 if(U_FAILURE(status) || retSkeleton != expectedSkeleton ) {
457 errln(UnicodeString(" Got: ") + retSkeleton + UnicodeString(" Expected: ") + expectedSkeleton );
    [all...]
  /external/icu/icu4c/source/test/intltest/
dtptngts.cpp 510 UnicodeString expectedSkeleton = UnicodeString("MMMdd");
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 );
    [all...]

Completed in 255 milliseconds