Searched refs:parentListLength (Results 1 – 10 of 10) sorted by relevance
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | BMPSet.java | 68 public BMPSet(final int[] parentList, int parentListLength) { in BMPSet() argument 70 listLength = parentListLength; in BMPSet()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | BMPSet.java | 70 public BMPSet(final int[] parentList, int parentListLength) { in BMPSet() argument 72 listLength = parentListLength; in BMPSet()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | bmpset.h | 40 BMPSet(const int32_t *parentList, int32_t parentListLength);
|
D | bmpset.cpp | 29 BMPSet::BMPSet(const int32_t *parentList, int32_t parentListLength) : in BMPSet() argument 30 list(parentList), listLength(parentListLength) { in BMPSet()
|
/third_party/icu/icu4c/source/common/ |
D | bmpset.h | 40 BMPSet(const int32_t *parentList, int32_t parentListLength);
|
D | bmpset.cpp | 29 BMPSet::BMPSet(const int32_t *parentList, int32_t parentListLength) : in BMPSet() argument 30 list(parentList), listLength(parentListLength) { in BMPSet()
|
/third_party/node/deps/icu-small/source/common/ |
D | bmpset.h | 40 BMPSet(const int32_t *parentList, int32_t parentListLength);
|
D | bmpset.cpp | 29 BMPSet::BMPSet(const int32_t *parentList, int32_t parentListLength) : in BMPSet() argument 30 list(parentList), listLength(parentListLength) { in BMPSet()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | bmpset.h | 40 BMPSet(const int32_t *parentList, int32_t parentListLength);
|
D | bmpset.cpp | 29 BMPSet::BMPSet(const int32_t *parentList, int32_t parentListLength) : in BMPSet() argument 30 list(parentList), listLength(parentListLength) { in BMPSet()
|