Searched refs:expFormatResult (Results 1 – 3 of 3) sorted by relevance
113 String expFormatResult[][] = { in TestApplyFormat() local150 … failed in format() with unexpected result", selFmt.format(formatArgs[j]) ,expFormatResult[i][j] ); in TestApplyFormat()
117 String expFormatResult[][] = { in TestApplyFormat() local154 … failed in format() with unexpected result", selFmt.format(formatArgs[j]) ,expFormatResult[i][j] ); in TestApplyFormat()
59 UnicodeString expFormatResult[][NUM_OF_FORMAT_ARGS] = { in selectFormatUnitTest() local157 if( result != expFormatResult[i][j] ){ in selectFormatUnitTest()158 …formatArgs[j] + "\n result obtained: " + result + "\n and expected is: " + expFormatResult[i][j] ); in selectFormatUnitTest()