Searched refs:newParentListLength (Results 1 – 7 of 7) sorted by relevance
/external/icu/libicu/cts_headers/ |
D | bmpset.h | 41 BMPSet(const BMPSet &otherBMPSet, const int32_t *newParentList, int32_t newParentListLength);
|
/external/cronet/third_party/icu/source/common/ |
D | bmpset.h | 41 BMPSet(const BMPSet &otherBMPSet, const int32_t *newParentList, int32_t newParentListLength);
|
D | bmpset.cpp | 54 BMPSet::BMPSet(const BMPSet &otherBMPSet, const int32_t *newParentList, int32_t newParentListLength… in BMPSet() argument 56 list(newParentList), listLength(newParentListLength) { in BMPSet()
|
/external/icu/icu4c/source/common/ |
D | bmpset.h | 41 BMPSet(const BMPSet &otherBMPSet, const int32_t *newParentList, int32_t newParentListLength);
|
D | bmpset.cpp | 54 BMPSet::BMPSet(const BMPSet &otherBMPSet, const int32_t *newParentList, int32_t newParentListLength… in BMPSet() argument 56 list(newParentList), listLength(newParentListLength) { in BMPSet()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | BMPSet.java | 93 public BMPSet(final BMPSet otherBMPSet, final int[] newParentList, int newParentListLength) { in BMPSet() argument 95 listLength = newParentListLength; in BMPSet()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | BMPSet.java | 91 public BMPSet(final BMPSet otherBMPSet, final int[] newParentList, int newParentListLength) { in BMPSet() argument 93 listLength = newParentListLength; in BMPSet()
|