Home
last modified time | relevance | path

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

/external/icu4c/common/
Dbmpset.cpp48 BMPSet::BMPSet(const BMPSet &otherBMPSet, const int32_t *newParentList, int32_t newParentListLength… in BMPSet() argument
50 uprv_memcpy(asciiBytes, otherBMPSet.asciiBytes, sizeof(asciiBytes)); in BMPSet()
51 uprv_memcpy(table7FF, otherBMPSet.table7FF, sizeof(table7FF)); in BMPSet()
52 uprv_memcpy(bmpBlockBits, otherBMPSet.bmpBlockBits, sizeof(bmpBlockBits)); in BMPSet()
53 uprv_memcpy(list4kStarts, otherBMPSet.list4kStarts, sizeof(list4kStarts)); in BMPSet()
Dbmpset.h38 BMPSet(const BMPSet &otherBMPSet, const int32_t *newParentList, int32_t newParentListLength);