Home | History | Annotate | Download | only in common

Lines Matching refs:destCapacity

1537 int32_t UnicodeSet::serialize(uint16_t *dest, int32_t destCapacity, UErrorCode& ec) const {
1544 if (destCapacity<0 || (destCapacity>0 && dest==NULL)) {
1554 if (destCapacity>0) {
1592 if (destLength<=destCapacity) {