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

  /external/icu/icu4c/source/samples/ucnv/
flagcb.h 51 } debugCBContext;
61 U_CAPI debugCBContext *debugCB_openContext();
flagcb.c 144 static void debugCB_print_log(debugCBContext *q, const char *name)
150 fprintf(stderr, "debugCBContext: %p:%d's magic is %x, supposed to be 0xC0FFEE\n",
153 printf("debugCBContext %p:%d=%s - magic %x\n",
158 static debugCBContext *debugCB_clone(debugCBContext *ctx)
160 debugCBContext *newCtx;
161 newCtx = malloc(sizeof(debugCBContext));
184 debugCBContext *ctx = (debugCBContext*)context;
201 debugCBContext *cloned
    [all...]
convsamp.cpp 729 debugCBContext *debugCtx1 = NULL,

Completed in 627 milliseconds