Home
last modified time | relevance | path

Searched refs:otherBMPSet (Results 1 – 4 of 4) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/
DBMPSet.java92 public BMPSet(final BMPSet otherBMPSet, final int[] newParentList, int newParentListLength) { in BMPSet() argument
95 latin1Contains = otherBMPSet.latin1Contains.clone(); in BMPSet()
96 table7FF = otherBMPSet.table7FF.clone(); in BMPSet()
97 bmpBlockBits = otherBMPSet.bmpBlockBits.clone(); in BMPSet()
98 list4kStarts = otherBMPSet.list4kStarts.clone(); in BMPSet()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DBMPSet.java90 public BMPSet(final BMPSet otherBMPSet, final int[] newParentList, int newParentListLength) { in BMPSet() argument
93 latin1Contains = otherBMPSet.latin1Contains.clone(); in BMPSet()
94 table7FF = otherBMPSet.table7FF.clone(); in BMPSet()
95 bmpBlockBits = otherBMPSet.bmpBlockBits.clone(); in BMPSet()
96 list4kStarts = otherBMPSet.list4kStarts.clone(); in BMPSet()
/external/icu/icu4c/source/common/
Dbmpset.cpp51 BMPSet::BMPSet(const BMPSet &otherBMPSet, const int32_t *newParentList, int32_t newParentListLength… in BMPSet() argument
53 uprv_memcpy(asciiBytes, otherBMPSet.asciiBytes, sizeof(asciiBytes)); in BMPSet()
54 uprv_memcpy(table7FF, otherBMPSet.table7FF, sizeof(table7FF)); in BMPSet()
55 uprv_memcpy(bmpBlockBits, otherBMPSet.bmpBlockBits, sizeof(bmpBlockBits)); in BMPSet()
56 uprv_memcpy(list4kStarts, otherBMPSet.list4kStarts, sizeof(list4kStarts)); in BMPSet()
Dbmpset.h38 BMPSet(const BMPSet &otherBMPSet, const int32_t *newParentList, int32_t newParentListLength);