Home | History | Annotate | Download | only in intltest

Lines Matching refs:s4

1806     icu::UnicodeString s4=s1+s2+s3;
1807 if(s4.length()!=9) {