Searched refs:expectedDest (Results 1 - 3 of 3) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
H A DTestStringPrep.java140 String expectedDest = testCase.output;
144 if(!expectedDest.equalsIgnoreCase(destString)){
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
H A DTestStringPrep.java136 String expectedDest = testCase.output;
140 if(!expectedDest.equalsIgnoreCase(destString)){
/external/icu/icu4c/source/test/cintltst/
H A Dspreptst.c325 const char* expectedDest = conformanceTestCases[i].out; local
339 if(U_SUCCESS(status) && (strcmp(expectedDest,dest) !=0)){

Completed in 180 milliseconds