Home | History | Annotate | Download | only in common

Lines Matching refs:safeClone

198     if (cnv->sharedData->impl->safeClone != NULL) {
199 /* call the custom safeClone function for sizing */
201 cnv->sharedData->impl->safeClone(cnv, NULL, &bufferSizeNeeded, status);
282 /* now either call the safeclone fcn or not */
283 if (cnv->sharedData->impl->safeClone != NULL) {
284 /* call the custom safeClone function */
285 localConverter = cnv->sharedData->impl->safeClone(cnv, localConverter, pBufferSize, status);