Searched refs:destChars2 (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | cbiditst.c | 4050 char destChars2[MAXLEN]; in assertRoundTrip() local 4079 u16ToPseudo(destLen2, dest2, destChars2); in assertRoundTrip() 4080 checkWhatYouCan(pBiDi, destChars3, destChars2); in assertRoundTrip() 4081 if (strcmp(srcChars, destChars2)) { in assertRoundTrip() 4087 "Round-tripped text:", destChars2, in assertRoundTrip() 4098 "Round-tripped text:", destChars2, in assertRoundTrip() 4106 if (!checkResultLength(pBiDi, destChars, destChars2, destLen2, in assertRoundTrip()
|