Home
last modified time | relevance | path

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

/external/icu/icu4c/source/samples/ucnv/
Dflagcb.c16 U_CAPI FromUFLAGContext* U_EXPORT2 flagCB_fromU_openContext() in flagCB_fromU_openContext()
18 FromUFLAGContext *ctx; in flagCB_fromU_openContext()
20 ctx = (FromUFLAGContext*) malloc(sizeof(FromUFLAGContext)); in flagCB_fromU_openContext()
41 ((FromUFLAGContext*)context)->flag = TRUE; in flagCB_fromU()
49 FromUFLAGContext *old, *cloned; in flagCB_fromU()
55 old = (FromUFLAGContext*)context; in flagCB_fromU()
58 memcpy(cloned, old, sizeof(FromUFLAGContext)); in flagCB_fromU()
112 if(((FromUFLAGContext*)context)->subCallback != NULL && in flagCB_fromU()
114 ((FromUFLAGContext*)context)->subCallback( ((FromUFLAGContext*)context)->subContext, in flagCB_fromU()
Dflagcb.h20 } FromUFLAGContext; typedef
26 U_CAPI FromUFLAGContext* U_EXPORT2 flagCB_fromU_openContext();
Dconvsamp.cpp621 FromUFLAGContext * context = NULL; in convsample_20_didSubstitute()
717 FromUFLAGContext *flagCtx = NULL, in convsample_21_didSubstitute()
810 cloneFlagCtx = (FromUFLAGContext*) cloneDebugCtx -> subContext; in convsample_21_didSubstitute()