Searched refs:cloneCnv (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/samples/ucnv/ |
D | convsamp.cpp | 717 UConverter *conv = NULL, *cloneCnv = NULL; in convsample_21_didSubstitute() local 796 cloneCnv = ucnv_safeClone(conv, NULL, NULL, &status); in convsample_21_didSubstitute() 801 printf("Cloned converter from %p -> %p. Closing %p.\n", conv, cloneCnv, conv); in convsample_21_didSubstitute() 815 ucnv_getFromUCallBack(cloneCnv, &junkCB, (const void **)&cloneDebugCtx); in convsample_21_didSubstitute() 821 cloneCnv, cloneDebugCtx, cloneFlagCtx, cloneFlagCtx?cloneFlagCtx->subContext:NULL ); in convsample_21_didSubstitute() 823 len2 = ucnv_fromUChars(cloneCnv, bytes, 100, uchars, len, &status); in convsample_21_didSubstitute() 832 ucnv_close(cloneCnv); in convsample_21_didSubstitute()
|