Home | History | Annotate | Download | only in intltest

Lines Matching full:sets_with_str

3621     const UnicodeSetWithStrings *sets_with_str[SET_COUNT]={ NULL };
3632 delete sets_with_str[j];
3654 sets_with_str[j]=new UnicodeSetWithStrings(*sets[j]);
3714 testSpanUTF16String(sets_with_str, whichSpans[j], testName);
3715 testSpanUTF8String(sets_with_str, whichSpans[j], testName);
3725 testSpanContents(sets_with_str, whichSpans[j], testName);
3736 testSpanBothUTFs(sets_with_str, string.getBuffer(), string.length(), whichSpans[j], testName, i);
3741 delete sets_with_str[j];