Home
last modified time | relevance | path

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

/external/icu/icu4c/source/samples/ucnv/
Dflagcb.c26 ctx->subCallback = NULL; in flagCB_fromU_openContext()
65 printf("%p: my subcb=%p:%p\n", old, old->subCallback, in flagCB_fromU()
67 printf("%p: cloned subcb=%p:%p\n", cloned, cloned->subCallback, in flagCB_fromU()
89 cloned->subCallback, in flagCB_fromU()
95 if( cloned->subCallback != NULL ) { in flagCB_fromU()
97 cloned->subCallback(cloned->subContext, fromUArgs, codeUnits, in flagCB_fromU()
104 … &cloned->subCallback, /* IMPORTANT! Accept any change in CB or context */ in flagCB_fromU()
116 if(((FromUFLAGContext*)context)->subCallback != NULL && in flagCB_fromU()
118 ((FromUFLAGContext*)context)->subCallback( ((FromUFLAGContext*)context)->subContext, in flagCB_fromU()
166 newCtx->subCallback = ctx->subCallback; in debugCB_clone()
[all …]
Dflagcb.h20 UConverterFromUCallback subCallback; member
47 UConverterFromUCallback subCallback; member
Dconvsamp.cpp665 &(context->subCallback), in convsample_20_didSubstitute()
771 debugCtx1->subCallback = flagCB_fromU; /* debug1 -> flag */ in convsample_21_didSubstitute()
774 flagCtx->subCallback = debugCB_fromU; /* flag -> debug2 */ in convsample_21_didSubstitute()
777 debugCtx2->subCallback = UCNV_FROM_U_CALLBACK_SUBSTITUTE; in convsample_21_didSubstitute()
785 &(debugCtx2->subCallback), in convsample_21_didSubstitute()
793 conv, debugCtx1, debugCtx1->subCallback, in convsample_21_didSubstitute()
794 debugCtx1->subContext, flagCtx, debugCtx2, debugCtx2->subCallback); in convsample_21_didSubstitute()