Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
DTestStringPrep.java142 String expectedDest = testCase.output; in TestCISPrep() local
146 if(!expectedDest.equalsIgnoreCase(destString)){ in TestCISPrep()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
DTestStringPrep.java145 String expectedDest = testCase.output; in TestCISPrep() local
149 if(!expectedDest.equalsIgnoreCase(destString)){ in TestCISPrep()
/external/icu/icu4c/source/test/cintltst/
Dspreptst.c328 const char* expectedDest = conformanceTestCases[i].out; in Test_nfs4_cis_prep() local
342 if(U_SUCCESS(status) && (strcmp(expectedDest,dest) !=0)){ in Test_nfs4_cis_prep()