Home | History | Annotate | Download | only in common

Lines Matching refs:safeClone

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