Searched refs:UCNV_CLONE (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/samples/ucnv/ |
D | flagcb.c | 44 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/ |
D | ucnv_err.h | 176 UCNV_CLONE = 5 /**< Called when ucnv_safeClone() is called on the enumerator
|
/external/icu/icu4c/source/common/ |
D | ucnv.c | 310 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/ |
D | ccapitst.c | 1377 if(reason == UCNV_CLONE) { in TSCC_fromU() 1423 if(reason == UCNV_CLONE) { in TSCC_toU()
|