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.h50 U_CAPI void debugCB_fromU(const void *context,
Dconvsamp.cpp756 printf("debugCB_fromU = %p\n", &debugCB_fromU); in convsample_21_didSubstitute()
766 flagCtx->subCallback = debugCB_fromU; /* flag -> debug2 */ in convsample_21_didSubstitute()
775 debugCB_fromU, in convsample_21_didSubstitute()
Dflagcb.c172 void debugCB_fromU(const void *context, in debugCB_fromU() function