Home
last modified time | relevance | path

Searched refs:SortedSetRelation (Results 1 – 8 of 8) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUnicodeSetTest.java33 import com.ibm.icu.impl.SortedSetRelation;
826 I_ANY = new Integer(SortedSetRelation.ANY),
827 I_CONTAINS = new Integer(SortedSetRelation.CONTAINS),
828 I_DISJOINT = new Integer(SortedSetRelation.DISJOINT),
829 I_NO_B = new Integer(SortedSetRelation.NO_B),
830 I_ISCONTAINED = new Integer(SortedSetRelation.ISCONTAINED),
831 I_EQUALS = new Integer(SortedSetRelation.EQUALS),
832 I_NO_A = new Integer(SortedSetRelation.NO_A),
833 I_NONE = new Integer(SortedSetRelation.NONE);
900 y = SortedSetRelation.hasRelation(iset, SortedSetRelation.CONTAINS, jset); in CheckSpeed2()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
DUnicodeSetTest.java34 import android.icu.impl.SortedSetRelation;
829 I_ANY = new Integer(SortedSetRelation.ANY),
830 I_CONTAINS = new Integer(SortedSetRelation.CONTAINS),
831 I_DISJOINT = new Integer(SortedSetRelation.DISJOINT),
832 I_NO_B = new Integer(SortedSetRelation.NO_B),
833 I_ISCONTAINED = new Integer(SortedSetRelation.ISCONTAINED),
834 I_EQUALS = new Integer(SortedSetRelation.EQUALS),
835 I_NO_A = new Integer(SortedSetRelation.NO_A),
836 I_NONE = new Integer(SortedSetRelation.NONE);
903 y = SortedSetRelation.hasRelation(iset, SortedSetRelation.CONTAINS, jset); in CheckSpeed2()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DSortedSetRelation.java25 public class SortedSetRelation { class
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DSortedSetRelation.java23 public class SortedSetRelation { class
/external/icu/android_icu4j/src/main/java/android/icu/text/
DUnicodeSet.java27 import android.icu.impl.SortedSetRelation;
2108 … if (!SortedSetRelation.hasRelation(strings, SortedSetRelation.DISJOINT, b.strings)) return false; in containsNone()
2254 SortedSetRelation.doOperation(strings, SortedSetRelation.COMPLEMENTALL, c.strings); in complementAll()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUnicodeSet.java26 import com.ibm.icu.impl.SortedSetRelation;
2163 … if (!SortedSetRelation.hasRelation(strings, SortedSetRelation.DISJOINT, b.strings)) return false; in containsNone()
2317 SortedSetRelation.doOperation(strings, SortedSetRelation.COMPLEMENTALL, c.strings); in complementAll()
/external/icu/icu4j/
Dcoverage-exclusion.txt581 com/ibm/icu/impl/SortedSetRelation#<init>:()V
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...