Home | History | Annotate | Download | only in common

Lines Matching refs:safeClone

193     if (cnv->sharedData->impl->safeClone != NULL) {
194 /* call the custom safeClone function for sizing */
196 cnv->sharedData->impl->safeClone(cnv, NULL, &bufferSizeNeeded, status);
270 /* now either call the safeclone fcn or not */
271 if (cnv->sharedData->impl->safeClone != NULL) {
272 /* call the custom safeClone function */
273 localConverter = cnv->sharedData->impl->safeClone(cnv, localConverter, pBufferSize, status);