Home
last modified time | relevance | path

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

/external/icu/icu4c/source/samples/ucnv/
Dconvsamp.cpp731 *cloneDebugCtx = NULL; in convsample_21_didSubstitute() local
814 cloneDebugCtx = NULL; in convsample_21_didSubstitute()
817 ucnv_getFromUCallBack(cloneCnv, &junkCB, (const void **)&cloneDebugCtx); in convsample_21_didSubstitute()
818 if(cloneDebugCtx != NULL) { in convsample_21_didSubstitute()
819 cloneFlagCtx = (FromUFLAGContext*) cloneDebugCtx -> subContext; in convsample_21_didSubstitute()
823 cloneCnv, cloneDebugCtx, cloneFlagCtx, cloneFlagCtx?cloneFlagCtx->subContext:NULL ); in convsample_21_didSubstitute()