Home
last modified time | relevance | path

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

/external/icu/icu4c/source/samples/ucnv/
Dflagcb.c20 U_CAPI FromUFLAGContext* U_EXPORT2 flagCB_fromU_openContext() in flagCB_fromU_openContext()
22 FromUFLAGContext *ctx; in flagCB_fromU_openContext()
24 ctx = (FromUFLAGContext*) malloc(sizeof(FromUFLAGContext)); in flagCB_fromU_openContext()
45 ((FromUFLAGContext*)context)->flag = TRUE; in flagCB_fromU()
53 FromUFLAGContext *old, *cloned; in flagCB_fromU()
59 old = (FromUFLAGContext*)context; in flagCB_fromU()
62 memcpy(cloned, old, sizeof(FromUFLAGContext)); in flagCB_fromU()
116 if(((FromUFLAGContext*)context)->subCallback != NULL && in flagCB_fromU()
118 ((FromUFLAGContext*)context)->subCallback( ((FromUFLAGContext*)context)->subContext, in flagCB_fromU()
Dflagcb.h23 } FromUFLAGContext; typedef
29 U_CAPI FromUFLAGContext* U_EXPORT2 flagCB_fromU_openContext();
Dconvsamp.cpp630 FromUFLAGContext * context = NULL; in convsample_20_didSubstitute()
725 FromUFLAGContext *flagCtx = NULL, in convsample_21_didSubstitute()
818 cloneFlagCtx = (FromUFLAGContext*) cloneDebugCtx -> subContext; in convsample_21_didSubstitute()