Home
last modified time | relevance | path

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

/external/icu/icu4c/source/samples/ucnv/
Dflagcb.c22 ctx->subCallback = NULL; in flagCB_fromU_openContext()
61 printf("%p: my subcb=%p:%p\n", old, old->subCallback, in flagCB_fromU()
63 printf("%p: cloned subcb=%p:%p\n", cloned, cloned->subCallback, in flagCB_fromU()
85 cloned->subCallback, in flagCB_fromU()
91 if( cloned->subCallback != NULL ) { in flagCB_fromU()
93 cloned->subCallback(cloned->subContext, fromUArgs, codeUnits, in flagCB_fromU()
100 … &cloned->subCallback, /* IMPORTANT! Accept any change in CB or context */ in flagCB_fromU()
112 if(((FromUFLAGContext*)context)->subCallback != NULL && in flagCB_fromU()
114 ((FromUFLAGContext*)context)->subCallback( ((FromUFLAGContext*)context)->subContext, in flagCB_fromU()
162 newCtx->subCallback = ctx->subCallback; in debugCB_clone()
[all …]
Dflagcb.h17 UConverterFromUCallback subCallback; member
44 UConverterFromUCallback subCallback; member
Dconvsamp.cpp656 &(context->subCallback), in convsample_20_didSubstitute()
763 debugCtx1->subCallback = flagCB_fromU; /* debug1 -> flag */ in convsample_21_didSubstitute()
766 flagCtx->subCallback = debugCB_fromU; /* flag -> debug2 */ in convsample_21_didSubstitute()
769 debugCtx2->subCallback = UCNV_FROM_U_CALLBACK_SUBSTITUTE; in convsample_21_didSubstitute()
777 &(debugCtx2->subCallback), in convsample_21_didSubstitute()
785 conv, debugCtx1, debugCtx1->subCallback, in convsample_21_didSubstitute()
786 debugCtx1->subContext, flagCtx, debugCtx2, debugCtx2->subCallback); in convsample_21_didSubstitute()