Searched defs:otherBMPSet (Results 1 - 1 of 1) sorted by relevance

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

Completed in 55 milliseconds