Searched refs:UCNV_CLOSE (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/samples/ucnv/ |
D | flagcb.c | 124 if(reason == UCNV_CLOSE) { in flagCB_fromU() 256 if(reason == UCNV_CLOSE) { in debugCB_fromU()
|
/external/icu/icu4c/source/common/unicode/ |
D | ucnv_err.h | 174 UCNV_CLOSE = 4, /**< Called when the converter is closed. The enumerator
|
/external/icu/icu4c/source/common/ |
D | ucnv.c | 362 …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/ |
D | ccapitst.c | 1400 if(reason == UCNV_CLOSE) { in TSCC_fromU() 1446 if(reason == UCNV_CLOSE) { in TSCC_toU()
|