Home
last modified time | relevance | path

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

/external/icu/icu4c/source/samples/ucnv/
Dflagcb.c124 if(reason == UCNV_CLOSE) { in flagCB_fromU()
256 if(reason == UCNV_CLOSE) { in debugCB_fromU()
/external/icu/icu4c/source/common/unicode/
Ducnv_err.h174 UCNV_CLOSE = 4, /**< Called when the converter is closed. The enumerator
/external/icu/icu4c/source/common/
Ducnv.c362 …converter->fromCharErrorBehaviour(converter->toUContext, &toUArgs, NULL, 0, UCNV_CLOSE, &errorCode… in ucnv_close()
377 …->fromUCharErrorBehaviour(converter->fromUContext, &fromUArgs, NULL, 0, 0, UCNV_CLOSE, &errorCode); in ucnv_close()
/external/icu/icu4c/source/test/cintltst/
Dccapitst.c1400 if(reason == UCNV_CLOSE) { in TSCC_fromU()
1446 if(reason == UCNV_CLOSE) { in TSCC_toU()