Home
last modified time | relevance | path

Searched refs:otherBMPSet (Results 1 – 7 of 7) 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
96 latin1Contains = otherBMPSet.latin1Contains.clone(); in BMPSet()
97 table7FF = otherBMPSet.table7FF.clone(); in BMPSet()
98 bmpBlockBits = otherBMPSet.bmpBlockBits.clone(); in BMPSet()
99 list4kStarts = otherBMPSet.list4kStarts.clone(); 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
94 latin1Contains = otherBMPSet.latin1Contains.clone(); in BMPSet()
95 table7FF = otherBMPSet.table7FF.clone(); in BMPSet()
96 bmpBlockBits = otherBMPSet.bmpBlockBits.clone(); in BMPSet()
97 list4kStarts = otherBMPSet.list4kStarts.clone(); in BMPSet()
/external/icu/icu4c/source/common/
Dbmpset.cpp54 BMPSet::BMPSet(const BMPSet &otherBMPSet, const int32_t *newParentList, int32_t newParentListLength… in BMPSet() argument
55 containsFFFD(otherBMPSet.containsFFFD), in BMPSet()
57 uprv_memcpy(latin1Contains, otherBMPSet.latin1Contains, sizeof(latin1Contains)); in BMPSet()
58 uprv_memcpy(table7FF, otherBMPSet.table7FF, sizeof(table7FF)); in BMPSet()
59 uprv_memcpy(bmpBlockBits, otherBMPSet.bmpBlockBits, sizeof(bmpBlockBits)); in BMPSet()
60 uprv_memcpy(list4kStarts, otherBMPSet.list4kStarts, sizeof(list4kStarts)); in BMPSet()
Dbmpset.h41 BMPSet(const BMPSet &otherBMPSet, const int32_t *newParentList, int32_t newParentListLength);
/external/cronet/third_party/icu/source/common/
Dbmpset.cpp54 BMPSet::BMPSet(const BMPSet &otherBMPSet, const int32_t *newParentList, int32_t newParentListLength… in BMPSet() argument
55 containsFFFD(otherBMPSet.containsFFFD), in BMPSet()
57 uprv_memcpy(latin1Contains, otherBMPSet.latin1Contains, sizeof(latin1Contains)); in BMPSet()
58 uprv_memcpy(table7FF, otherBMPSet.table7FF, sizeof(table7FF)); in BMPSet()
59 uprv_memcpy(bmpBlockBits, otherBMPSet.bmpBlockBits, sizeof(bmpBlockBits)); in BMPSet()
60 uprv_memcpy(list4kStarts, otherBMPSet.list4kStarts, sizeof(list4kStarts)); in BMPSet()
Dbmpset.h41 BMPSet(const BMPSet &otherBMPSet, const int32_t *newParentList, int32_t newParentListLength);
/external/icu/libicu/cts_headers/
Dbmpset.h41 BMPSet(const BMPSet &otherBMPSet, const int32_t *newParentList, int32_t newParentListLength);