Searched refs:UCNV_CLONE (Results 1 – 10 of 10) 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/webkit/WebCore/icu/unicode/ |
D | ucnv_err.h | 169 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/webkit/JavaScriptGlue/icu/unicode/ |
D | ucnv_err.h | 169 UCNV_CLONE = 5 /**< Called when ucnv_safeClone() is called on the enumerator
|
/external/webkit/JavaScriptCore/icu/unicode/ |
D | ucnv_err.h | 169 UCNV_CLONE = 5 /**< Called when ucnv_safeClone() is called on the enumerator
|
/external/chromium/third_party/icu/public/common/unicode/ |
D | ucnv_err.h | 176 UCNV_CLONE = 5 /**< Called when ucnv_safeClone() is called on the enumerator
|
/external/icu4c/common/ |
D | ucnv.c | 303 cnv->fromCharErrorBehaviour(cnv->toUContext, &toUArgs, NULL, 0, UCNV_CLONE, &cbErr); in ucnv_safeClone() 305 cnv->fromUCharErrorBehaviour(cnv->fromUContext, &fromUArgs, NULL, 0, 0, UCNV_CLONE, &cbErr); in ucnv_safeClone()
|
/external/chromium/third_party/icu/source/common/ |
D | ucnv.c | 303 cnv->fromCharErrorBehaviour(cnv->toUContext, &toUArgs, NULL, 0, UCNV_CLONE, &cbErr); in ucnv_safeClone() 305 cnv->fromUCharErrorBehaviour(cnv->fromUContext, &fromUArgs, NULL, 0, 0, UCNV_CLONE, &cbErr); in ucnv_safeClone()
|
/external/icu4c/test/cintltst/ |
D | ccapitst.c | 1416 if(reason == UCNV_CLONE) { in TSCC_fromU() 1463 if(reason == UCNV_CLONE) { in TSCC_toU()
|
/external/chromium/third_party/icu/source/test/cintltst/ |
D | ccapitst.c | 1410 if(reason == UCNV_CLONE) { in TSCC_fromU() 1457 if(reason == UCNV_CLONE) { in TSCC_toU()
|