Home | History | Annotate | Download | only in intltest

Lines Matching full:substr

764     UnicodeString substr;
765 s2.extract(0,2, substr);
766 if (s.indexOf(substr) == -1)