Searched defs:gotFormats (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtchcfmt.cpp91 const UnicodeString *gotFormats=form->getFormats(count); local
92 if(count != 0 || gotFormats != NULL) {
110 const UnicodeString *gotFormats=form->getFormats(count); local
115 if(gotFormats[ix] != monthNames[ix]){
116 errln((UnicodeString)"getFormats didn't get the Formats correctly. Expected " + monthNames[ix] + " Got " + gotFormats[ix]);
/external/icu/icu4c/source/test/intltest/
H A Dtchcfmt.cpp91 const UnicodeString *gotFormats=form->getFormats(count); local
92 if(count != 0 || gotFormats != NULL) {
110 const UnicodeString *gotFormats=form->getFormats(count); local
115 if(gotFormats[ix] != monthNames[ix]){
116 errln((UnicodeString)"getFormats didn't get the Formats correctly. Expected " + monthNames[ix] + " Got " + gotFormats[ix]);

Completed in 2722 milliseconds