Home | History | Annotate | Download | only in ucnv

Lines Matching refs:FromUFLAGContext

16 U_CAPI FromUFLAGContext* U_EXPORT2  flagCB_fromU_openContext()
18 FromUFLAGContext *ctx;
20 ctx = (FromUFLAGContext*) malloc(sizeof(FromUFLAGContext));
41 ((FromUFLAGContext*)context)->flag = TRUE;
49 FromUFLAGContext *old, *cloned;
55 old = (FromUFLAGContext*)context;
58 memcpy(cloned, old, sizeof(FromUFLAGContext));
112 if(((FromUFLAGContext*)context)->subCallback != NULL &&
114 ((FromUFLAGContext*)context)->subCallback( ((FromUFLAGContext*)context)->subContext,