Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/samples/ucnv/
Dflagcb.c48 if(reason == UCNV_CLONE) { in flagCB_fromU()
117 reason != UCNV_CLONE) { in flagCB_fromU()
196 if(reason == UCNV_CLONE) { in debugCB_fromU()
250 if(ctx->subCallback != NULL && reason != UCNV_CLONE) { in debugCB_fromU()
/third_party/flutter/skia/third_party/externals/icu/source/samples/ucnv/
Dflagcb.c48 if(reason == UCNV_CLONE) { in flagCB_fromU()
117 reason != UCNV_CLONE) { in flagCB_fromU()
196 if(reason == UCNV_CLONE) { in debugCB_fromU()
250 if(ctx->subCallback != NULL && reason != UCNV_CLONE) { in debugCB_fromU()
/third_party/skia/third_party/externals/icu/source/samples/ucnv/
Dflagcb.c48 if(reason == UCNV_CLONE) { in flagCB_fromU()
117 reason != UCNV_CLONE) { in flagCB_fromU()
196 if(reason == UCNV_CLONE) { in debugCB_fromU()
250 if(ctx->subCallback != NULL && reason != UCNV_CLONE) { in debugCB_fromU()
/third_party/skia/third_party/externals/icu/source/common/unicode/
Ducnv_err.h178 UCNV_CLONE = 5 /**< Called when ucnv_safeClone() is called on the enumerator
/third_party/icu/icu4c/source/common/unicode/
Ducnv_err.h178 UCNV_CLONE = 5 /**< Called when ucnv_safeClone() is called on the enumerator
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Ducnv_err.h178 UCNV_CLONE = 5 /**< Called when ucnv_safeClone() is called on the enumerator
/third_party/node/deps/icu-small/source/common/unicode/
Ducnv_err.h178 UCNV_CLONE = 5 /**< Called when ucnv_safeClone() is called on the enumerator
/third_party/node/deps/icu-small/source/common/
Ducnv.cpp312 cnv->fromCharErrorBehaviour(cnv->toUContext, &toUArgs, NULL, 0, UCNV_CLONE, &cbErr); in ucnv_safeClone()
314 cnv->fromUCharErrorBehaviour(cnv->fromUContext, &fromUArgs, NULL, 0, 0, UCNV_CLONE, &cbErr); in ucnv_safeClone()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Ducnv.cpp312 cnv->fromCharErrorBehaviour(cnv->toUContext, &toUArgs, NULL, 0, UCNV_CLONE, &cbErr); in ucnv_safeClone()
314 cnv->fromUCharErrorBehaviour(cnv->fromUContext, &fromUArgs, NULL, 0, 0, UCNV_CLONE, &cbErr); in ucnv_safeClone()
/third_party/skia/third_party/externals/icu/source/common/
Ducnv.cpp312 cnv->fromCharErrorBehaviour(cnv->toUContext, &toUArgs, NULL, 0, UCNV_CLONE, &cbErr); in ucnv_safeClone()
314 cnv->fromUCharErrorBehaviour(cnv->fromUContext, &fromUArgs, NULL, 0, 0, UCNV_CLONE, &cbErr); in ucnv_safeClone()
/third_party/icu/icu4c/source/common/
Ducnv.cpp312 cnv->fromCharErrorBehaviour(cnv->toUContext, &toUArgs, NULL, 0, UCNV_CLONE, &cbErr); in ucnv_safeClone()
314 cnv->fromUCharErrorBehaviour(cnv->fromUContext, &fromUArgs, NULL, 0, 0, UCNV_CLONE, &cbErr); in ucnv_safeClone()
/third_party/icu/icu4c/source/test/cintltst/
Dccapitst.c1388 if(reason == UCNV_CLONE) { in TSCC_fromU()
1438 if(reason == UCNV_CLONE) { in TSCC_toU()