Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dtchcfmt.cpp92 const UnicodeString *gotFormats=form->getFormats(count); in TestSimpleExample() local
93 if(count != 0 || gotFormats != NULL) { in TestSimpleExample()
111 const UnicodeString *gotFormats=form->getFormats(count); in TestSimpleExample() local
116 if(gotFormats[ix] != monthNames[ix]){ in TestSimpleExample()
117 …Formats didn't get the Formats correctly. Expected " + monthNames[ix] + " Got " + gotFormats[ix]); in TestSimpleExample()