Home | History | Annotate | Download | only in intltest

Lines Matching defs:s2

454         UnicodeString s2, s3;
455 s2.replace(0, 0, u+1, -1);
457 if(s.compare(1, 999, s2)!=0 || s2!=s3) {
1810 icu::UnicodeString s2=UNICODE_STRING("def", 3);
1813 // Make sure the compiler does not optimize away instantiation of s1, s2, s3.
1814 icu::UnicodeString s4=s1+s2+s3;