Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/samples/ucnv/
Dflagcb.c128 if(reason == UCNV_CLOSE) { in flagCB_fromU()
260 if(reason == UCNV_CLOSE) { in debugCB_fromU()
/third_party/flutter/skia/third_party/externals/icu/source/samples/ucnv/
Dflagcb.c128 if(reason == UCNV_CLOSE) { in flagCB_fromU()
260 if(reason == UCNV_CLOSE) { in debugCB_fromU()
/third_party/skia/third_party/externals/icu/source/samples/ucnv/
Dflagcb.c128 if(reason == UCNV_CLOSE) { in flagCB_fromU()
260 if(reason == UCNV_CLOSE) { in debugCB_fromU()
/third_party/skia/third_party/externals/icu/source/common/unicode/
Ducnv_err.h176 UCNV_CLOSE = 4, /**< Called when the converter is closed. The enumerator
/third_party/icu/icu4c/source/common/unicode/
Ducnv_err.h176 UCNV_CLOSE = 4, /**< Called when the converter is closed. The enumerator
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Ducnv_err.h176 UCNV_CLOSE = 4, /**< Called when the converter is closed. The enumerator
/third_party/node/deps/icu-small/source/common/unicode/
Ducnv_err.h176 UCNV_CLOSE = 4, /**< Called when the converter is closed. The enumerator
/third_party/node/deps/icu-small/source/common/
Ducnv.cpp359 …converter->fromCharErrorBehaviour(converter->toUContext, &toUArgs, NULL, 0, UCNV_CLOSE, &errorCode… in ucnv_close()
374 …->fromUCharErrorBehaviour(converter->fromUContext, &fromUArgs, NULL, 0, 0, UCNV_CLOSE, &errorCode); in ucnv_close()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Ducnv.cpp359 …converter->fromCharErrorBehaviour(converter->toUContext, &toUArgs, NULL, 0, UCNV_CLOSE, &errorCode… in ucnv_close()
374 …->fromUCharErrorBehaviour(converter->fromUContext, &fromUArgs, NULL, 0, 0, UCNV_CLOSE, &errorCode); in ucnv_close()
/third_party/skia/third_party/externals/icu/source/common/
Ducnv.cpp359 …converter->fromCharErrorBehaviour(converter->toUContext, &toUArgs, NULL, 0, UCNV_CLOSE, &errorCode… in ucnv_close()
374 …->fromUCharErrorBehaviour(converter->fromUContext, &fromUArgs, NULL, 0, 0, UCNV_CLOSE, &errorCode); in ucnv_close()
/third_party/icu/icu4c/source/common/
Ducnv.cpp359 …converter->fromCharErrorBehaviour(converter->toUContext, &toUArgs, NULL, 0, UCNV_CLOSE, &errorCode… in ucnv_close()
374 …->fromUCharErrorBehaviour(converter->fromUContext, &fromUArgs, NULL, 0, 0, UCNV_CLOSE, &errorCode); in ucnv_close()
/third_party/icu/icu4c/source/test/cintltst/
Dccapitst.c1411 if(reason == UCNV_CLOSE) { in TSCC_fromU()
1461 if(reason == UCNV_CLOSE) { in TSCC_toU()