Home | History | Annotate | Download | only in ucnv

Lines Matching refs:FromUFLAGContext

20 U_CAPI FromUFLAGContext* U_EXPORT2  flagCB_fromU_openContext()
22 FromUFLAGContext *ctx;
24 ctx = (FromUFLAGContext*) malloc(sizeof(FromUFLAGContext));
45 ((FromUFLAGContext*)context)->flag = TRUE;
53 FromUFLAGContext *old, *cloned;
59 old = (FromUFLAGContext*)context;
62 memcpy(cloned, old, sizeof(FromUFLAGContext));
116 if(((FromUFLAGContext*)context)->subCallback != NULL &&
118 ((FromUFLAGContext*)context)->subCallback( ((FromUFLAGContext*)context)->subContext,