Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dcbiditst.c4055 char destChars2[MAXLEN]; in assertRoundTrip() local
4084 u16ToPseudo(destLen2, dest2, destChars2); in assertRoundTrip()
4085 checkWhatYouCan(pBiDi, destChars3, destChars2); in assertRoundTrip()
4086 if (strcmp(srcChars, destChars2)) { in assertRoundTrip()
4092 "Round-tripped text:", destChars2, in assertRoundTrip()
4103 "Round-tripped text:", destChars2, in assertRoundTrip()
4111 if (!checkResultLength(pBiDi, destChars, destChars2, destLen2, in assertRoundTrip()