Home | History | Annotate | Download | only in common

Lines Matching refs:destLength

461     int32_t destLength;
502 destLength=0;
505 destLength=ustr_foldCase(csm->csp, temp, destCapacity, src, srcLength,
514 destLength=_caseMap(csm, ucase_toFullLower,
520 destLength=_caseMap(csm, ucase_toFullUpper,
530 destLength=_toTitle((UCaseMap *)csm, temp, destCapacity,
538 if(destLength>0) {
539 int32_t copyLength= destLength<=destCapacity ? destLength : destCapacity;
549 return u_terminateUChars(dest, destCapacity, destLength, pErrorCode);