Home | History | Annotate | Download | only in intltest

Lines Matching full:target3

1104     UnicodeString target3 = target2;
1105 np->transliterate(target3);
1106 UBool roundtripOK = (target3.compare(target) == 0);
1117 writeStringInU8(out, target3);