Home
last modified time | relevance | path

Searched refs:UCNV_CLONE (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/samples/ucnv/
Dflagcb.c44 if(reason == UCNV_CLONE) { in flagCB_fromU()
113 reason != UCNV_CLONE) { in flagCB_fromU()
192 if(reason == UCNV_CLONE) { in debugCB_fromU()
246 if(ctx->subCallback != NULL && reason != UCNV_CLONE) { in debugCB_fromU()
/external/icu/icu4c/source/common/unicode/
Ducnv_err.h176 UCNV_CLONE = 5 /**< Called when ucnv_safeClone() is called on the enumerator
/external/icu/icu4c/source/common/
Ducnv.c310 cnv->fromCharErrorBehaviour(cnv->toUContext, &toUArgs, NULL, 0, UCNV_CLONE, &cbErr); in ucnv_safeClone()
312 cnv->fromUCharErrorBehaviour(cnv->fromUContext, &fromUArgs, NULL, 0, 0, UCNV_CLONE, &cbErr); in ucnv_safeClone()
/external/icu/icu4c/source/test/cintltst/
Dccapitst.c1377 if(reason == UCNV_CLONE) { in TSCC_fromU()
1423 if(reason == UCNV_CLONE) { in TSCC_toU()