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

/external/icu/icu4c/source/test/intltest/
H A Dselfmts.cpp59 UnicodeString expFormatResult[][NUM_OF_FORMAT_ARGS] = { local
157 if( result != expFormatResult[i][j] ){
158 errln("ERROR: SelectFormat Unit test failed in format() with unexpected result\n with argument: "+ formatArgs[j] + "\n result obtained: " + result + "\n and expected is: " + expFormatResult[i][j] );

Completed in 274 milliseconds