Searched refs:UCNV_CLONE (Results 1 – 7 of 7) sorted by relevance
/external/icu4c/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/chromium_org/third_party/icu/source/common/unicode/ |
D | ucnv_err.h | 176 UCNV_CLONE = 5 /**< Called when ucnv_safeClone() is called on the enumerator
|
/external/icu4c/common/unicode/ |
D | ucnv_err.h | 176 UCNV_CLONE = 5 /**< Called when ucnv_safeClone() is called on the enumerator
|
/external/chromium_org/third_party/icu/source/common/ |
D | ucnv.c | 305 cnv->fromCharErrorBehaviour(cnv->toUContext, &toUArgs, NULL, 0, UCNV_CLONE, &cbErr); in ucnv_safeClone() 307 cnv->fromUCharErrorBehaviour(cnv->fromUContext, &fromUArgs, NULL, 0, 0, UCNV_CLONE, &cbErr); in ucnv_safeClone()
|
/external/icu4c/common/ |
D | ucnv.c | 307 cnv->fromCharErrorBehaviour(cnv->toUContext, &toUArgs, NULL, 0, UCNV_CLONE, &cbErr); in ucnv_safeClone() 309 cnv->fromUCharErrorBehaviour(cnv->fromUContext, &fromUArgs, NULL, 0, 0, UCNV_CLONE, &cbErr); in ucnv_safeClone()
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
D | ccapitst.c | 1418 if(reason == UCNV_CLONE) { in TSCC_fromU() 1465 if(reason == UCNV_CLONE) { in TSCC_toU()
|
/external/icu4c/test/cintltst/ |
D | ccapitst.c | 1378 if(reason == UCNV_CLONE) { in TSCC_fromU() 1424 if(reason == UCNV_CLONE) { in TSCC_toU()
|