Home
last modified time | relevance | path

Searched defs:BMPSet (Results 1 – 4 of 4) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/
DBMPSet.java27 public final class BMPSet { class
71 public BMPSet(final int[] parentList, int parentListLength) { in BMPSet() method in BMPSet
94 public BMPSet(final BMPSet otherBMPSet, final int[] newParentList, int newParentListLength) { in BMPSet() method in BMPSet
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DBMPSet.java25 public final class BMPSet { class
69 public BMPSet(final int[] parentList, int parentListLength) { in BMPSet() method in BMPSet
92 public BMPSet(final BMPSet otherBMPSet, final int[] newParentList, int newParentListLength) { in BMPSet() method in BMPSet
/external/icu/icu4c/source/common/
Dbmpset.cpp29 BMPSet::BMPSet(const int32_t *parentList, int32_t parentListLength) : in BMPSet() function in BMPSet
53 BMPSet::BMPSet(const BMPSet &otherBMPSet, const int32_t *newParentList, int32_t newParentListLength… in BMPSet() function in BMPSet
/external/icu/icu4c/source/common/unicode/
Duniset.h30 class BMPSet; variable