Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/icu/impl/
DBMPSet.java93 public BMPSet(final BMPSet otherBMPSet, final int[] newParentList, int newParentListLength) { in BMPSet() argument
95 listLength = newParentListLength; in BMPSet()
/external/icu/icu4c/source/common/
Dbmpset.h41 BMPSet(const BMPSet &otherBMPSet, const int32_t *newParentList, int32_t newParentListLength);
Dbmpset.cpp54 BMPSet::BMPSet(const BMPSet &otherBMPSet, const int32_t *newParentList, int32_t newParentListLength in BMPSet() argument
56 list(newParentList), listLength(newParentListLength) { in BMPSet()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DBMPSet.java91 public BMPSet(final BMPSet otherBMPSet, final int[] newParentList, int newParentListLength) { in BMPSet() argument
93 listLength = newParentListLength; in BMPSet()