Searched refs:subCallback (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/samples/ucnv/ |
D | flagcb.c | 26 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 …]
|
D | flagcb.h | 20 UConverterFromUCallback subCallback; member 47 UConverterFromUCallback subCallback; member
|
D | convsamp.cpp | 665 &(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()
|