Home
last modified time | relevance | path

Searched refs:copyWithIterator (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dusettest.h150 void copyWithIterator(UnicodeSet& t, const UnicodeSet& s, UBool withRange);
Dusettest.cpp1917 copyWithIterator(t, s, FALSE); in checkRoundTrip()
1923 copyWithIterator(t, s, TRUE); // try range in checkRoundTrip()
1978 void UnicodeSetTest::copyWithIterator(UnicodeSet& t, const UnicodeSet& s, UBool withRange) { in copyWithIterator() function in UnicodeSetTest
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUnicodeSetTest.java2240 UnicodeSet t = copyWithIterator(s, false); in checkRoundTrip()
2243 t = copyWithIterator(s, true); // try range in checkRoundTrip()
2254 UnicodeSet copyWithIterator(UnicodeSet s, boolean withRange) { in copyWithIterator() method in UnicodeSetTest
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
DUnicodeSetTest.java2243 UnicodeSet t = copyWithIterator(s, false); in checkRoundTrip()
2246 t = copyWithIterator(s, true); // try range in checkRoundTrip()
2257 UnicodeSet copyWithIterator(UnicodeSet s, boolean withRange) { in copyWithIterator() method in UnicodeSetTest