Home
last modified time | relevance | path

Searched refs:cloneCnv (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/samples/ucnv/
Dconvsamp.cpp719 UConverter *conv = NULL, *cloneCnv = NULL; in convsample_21_didSubstitute() local
797 cloneCnv = ucnv_safeClone(conv, NULL, NULL, &status); in convsample_21_didSubstitute()
802 printf("Cloned converter from %p -> %p. Closing %p.\n", conv, cloneCnv, conv); in convsample_21_didSubstitute()
816 ucnv_getFromUCallBack(cloneCnv, &junkCB, (const void **)&cloneDebugCtx); in convsample_21_didSubstitute()
822 cloneCnv, cloneDebugCtx, cloneFlagCtx, cloneFlagCtx?cloneFlagCtx->subContext:NULL ); in convsample_21_didSubstitute()
824 len2 = ucnv_fromUChars(cloneCnv, bytes, 100, uchars, len, &status); in convsample_21_didSubstitute()
833 ucnv_close(cloneCnv); in convsample_21_didSubstitute()