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

/external/chromium_org/third_party/icu/source/samples/ucnv/
H A Dconvsamp.cpp722 *cloneDebugCtx = NULL; local
805 cloneDebugCtx = NULL;
808 ucnv_getFromUCallBack(cloneCnv, &junkCB, (const void **)&cloneDebugCtx);
809 if(cloneDebugCtx != NULL) {
810 cloneFlagCtx = (FromUFLAGContext*) cloneDebugCtx -> subContext;
814 cloneCnv, cloneDebugCtx, cloneFlagCtx, cloneFlagCtx?cloneFlagCtx->subContext:NULL );
/external/icu/icu4c/source/samples/ucnv/
H A Dconvsamp.cpp722 *cloneDebugCtx = NULL; local
805 cloneDebugCtx = NULL;
808 ucnv_getFromUCallBack(cloneCnv, &junkCB, (const void **)&cloneDebugCtx);
809 if(cloneDebugCtx != NULL) {
810 cloneFlagCtx = (FromUFLAGContext*) cloneDebugCtx -> subContext;
814 cloneCnv, cloneDebugCtx, cloneFlagCtx, cloneFlagCtx?cloneFlagCtx->subContext:NULL );

Completed in 209 milliseconds