Home
last modified time | relevance | path

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

/third_party/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
92 list = newParentList; in BMPSet()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DBMPSet.java93 public BMPSet(final BMPSet otherBMPSet, final int[] newParentList, int newParentListLength) { in BMPSet() argument
94 list = newParentList; in BMPSet()
/third_party/skia/third_party/externals/icu/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()
/third_party/node/deps/icu-small/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()
/third_party/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()