Searched refs:otherBMPSet (Results 1 – 7 of 7) sorted by relevance
/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 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/ |
D | BMPSet.java | 91 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/ |
D | bmpset.cpp | 54 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()
|
D | bmpset.h | 41 BMPSet(const BMPSet &otherBMPSet, const int32_t *newParentList, int32_t newParentListLength);
|
/external/cronet/third_party/icu/source/common/ |
D | bmpset.cpp | 54 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()
|
D | bmpset.h | 41 BMPSet(const BMPSet &otherBMPSet, const int32_t *newParentList, int32_t newParentListLength);
|
/external/icu/libicu/cts_headers/ |
D | bmpset.h | 41 BMPSet(const BMPSet &otherBMPSet, const int32_t *newParentList, int32_t newParentListLength);
|