Home
last modified time | relevance | path

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

/external/icu/icu4c/source/samples/ucnv/
Dflagcb.h53 U_CAPI void debugCB_fromU(const void *context,
Dconvsamp.cpp764 printf("debugCB_fromU = %p\n", &debugCB_fromU); in convsample_21_didSubstitute()
774 flagCtx->subCallback = debugCB_fromU; /* flag -> debug2 */ in convsample_21_didSubstitute()
783 debugCB_fromU, in convsample_21_didSubstitute()
Dflagcb.c176 void debugCB_fromU(const void *context, in debugCB_fromU() function