Searched refs:sets_with_str (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dusettest.cpp3632 const UnicodeSetWithStrings *sets_with_str[SET_COUNT]={ NULL }; local
3643 delete sets_with_str[j];
3665 sets_with_str[j]=new UnicodeSetWithStrings(*sets[j]);
3725 testSpanUTF16String(sets_with_str, whichSpans[j], testName);
3726 testSpanUTF8String(sets_with_str, whichSpans[j], testName);
3736 testSpanContents(sets_with_str, whichSpans[j], testName);
3747 testSpanBothUTFs(sets_with_str, string.getBuffer(), string.length(), whichSpans[j], testName, i);
3752 delete sets_with_str[j];
/external/icu4c/test/intltest/
H A Dusettest.cpp3614 const UnicodeSetWithStrings *sets_with_str[SET_COUNT]={ NULL }; local
3625 delete sets_with_str[j];
3647 sets_with_str[j]=new UnicodeSetWithStrings(*sets[j]);
3707 testSpanUTF16String(sets_with_str, whichSpans[j], testName);
3708 testSpanUTF8String(sets_with_str, whichSpans[j], testName);
3718 testSpanContents(sets_with_str, whichSpans[j], testName);
3729 testSpanBothUTFs(sets_with_str, string.getBuffer(), string.length(), whichSpans[j], testName, i);
3734 delete sets_with_str[j];

Completed in 59 milliseconds