HomeSort by relevance Sort by last modified time
    Searched refs:subCallback (Results 1 - 3 of 3) sorted by null

  /external/icu4c/samples/ucnv/
flagcb.c 22 ctx->subCallback = NULL;
61 printf("%p: my subcb=%p:%p\n", old, old->subCallback,
63 printf("%p: cloned subcb=%p:%p\n", cloned, cloned->subCallback,
85 cloned->subCallback,
91 if( cloned->subCallback != NULL ) {
93 cloned->subCallback(cloned->subContext, fromUArgs, codeUnits,
100 &cloned->subCallback, /* IMPORTANT! Accept any change in CB or context */
111 /* Always call the subCallback if present */
112 if(((FromUFLAGContext*)context)->subCallback != NULL &&
114 ((FromUFLAGContext*)context)->subCallback( ((FromUFLAGContext*)context)->subContext
    [all...]
flagcb.h 17 UConverterFromUCallback subCallback;
44 UConverterFromUCallback subCallback;
convsamp.cpp 656 &(context->subCallback),
763 debugCtx1->subCallback = flagCB_fromU; /* debug1 -> flag */
766 flagCtx->subCallback = debugCB_fromU; /* flag -> debug2 */
769 debugCtx2->subCallback = UCNV_FROM_U_CALLBACK_SUBSTITUTE;
777 &(debugCtx2->subCallback),
785 conv, debugCtx1, debugCtx1->subCallback,
786 debugCtx1->subContext, flagCtx, debugCtx2, debugCtx2->subCallback);
823 printf("** Warning, couldn't get the subcallback \n");

Completed in 1274 milliseconds