Home
last modified time | relevance | path

Searched refs:parentListLength (Results 1 – 10 of 10) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DBMPSet.java68 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/
DBMPSet.java70 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/
Dbmpset.h40 BMPSet(const int32_t *parentList, int32_t parentListLength);
Dbmpset.cpp29 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/
Dbmpset.h40 BMPSet(const int32_t *parentList, int32_t parentListLength);
Dbmpset.cpp29 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/
Dbmpset.h40 BMPSet(const int32_t *parentList, int32_t parentListLength);
Dbmpset.cpp29 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/
Dbmpset.h40 BMPSet(const int32_t *parentList, int32_t parentListLength);
Dbmpset.cpp29 BMPSet::BMPSet(const int32_t *parentList, int32_t parentListLength) : in BMPSet() argument
30 list(parentList), listLength(parentListLength) { in BMPSet()