Home
last modified time | relevance | path

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

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/stringprep/
DTestStringPrep.java145 String expectedDest = testCase.output; in TestCISPrep() local
149 if(!expectedDest.equalsIgnoreCase(destString)){ in TestCISPrep()
/third_party/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()
/third_party/icu/icu4c/source/test/cintltst/
Dspreptst.c329 const char* expectedDest = conformanceTestCases[i].out; in Test_nfs4_cis_prep() local
343 if(U_SUCCESS(status) && (strcmp(expectedDest,dest) !=0)){ in Test_nfs4_cis_prep()