Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Ddadrfmt.cpp290 UnicodeString expectDateStr, gotDateStr; in testConvertDate() local
291 basicFmt.format(fromDate,expectDateStr); in testConvertDate()
293 …eString+": parse: FAIL. parsed '"+expectStr+"' and got "+gotDateStr+", expected " + expectDateStr); in testConvertDate()