Lines Matching refs:safeClone
200 if (cnv->sharedData->impl->safeClone != NULL) {
201 /* call the custom safeClone function for sizing */
203 cnv->sharedData->impl->safeClone(cnv, NULL, &bufferSizeNeeded, status);
284 /* now either call the safeclone fcn or not */
285 if (cnv->sharedData->impl->safeClone != NULL) {
286 /* call the custom safeClone function */
287 localConverter = cnv->sharedData->impl->safeClone(cnv, localConverter, pBufferSize, status);