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.cpp3612 const UnicodeSetWithStrings *sets_with_str[SET_COUNT]={ NULL }; local
3623 delete sets_with_str[j];
3645 sets_with_str[j]=new UnicodeSetWithStrings(*sets[j]);
3705 testSpanUTF16String(sets_with_str, whichSpans[j], testName);
3706 testSpanUTF8String(sets_with_str, whichSpans[j], testName);
3716 testSpanContents(sets_with_str, whichSpans[j], testName);
3727 testSpanBothUTFs(sets_with_str, string.getBuffer(), string.length(), whichSpans[j], testName, i);
3732 delete sets_with_str[j];
/external/icu/icu4c/source/test/intltest/
H A Dusettest.cpp3612 const UnicodeSetWithStrings *sets_with_str[SET_COUNT]={ NULL }; local
3623 delete sets_with_str[j];
3645 sets_with_str[j]=new UnicodeSetWithStrings(*sets[j]);
3705 testSpanUTF16String(sets_with_str, whichSpans[j], testName);
3706 testSpanUTF8String(sets_with_str, whichSpans[j], testName);
3716 testSpanContents(sets_with_str, whichSpans[j], testName);
3727 testSpanBothUTFs(sets_with_str, string.getBuffer(), string.length(), whichSpans[j], testName, i);
3732 delete sets_with_str[j];

Completed in 215 milliseconds