Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dusettest.h145 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/android_icu4j/src/main/tests/android/icu/dev/test/lang/
DUnicodeSetTest.java2206 UnicodeSet t = copyWithIterator(s, false); in checkRoundTrip()
2209 t = copyWithIterator(s, true); // try range in checkRoundTrip()
2220 UnicodeSet copyWithIterator(UnicodeSet s, boolean withRange) { in copyWithIterator() method in UnicodeSetTest
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUnicodeSetTest.java2202 UnicodeSet t = copyWithIterator(s, false); in checkRoundTrip()
2205 t = copyWithIterator(s, true); // try range in checkRoundTrip()
2216 UnicodeSet copyWithIterator(UnicodeSet s, boolean withRange) { in copyWithIterator() method in UnicodeSetTest