Searched refs:UCNV_CLOSE (Results 1 – 7 of 7) sorted by relevance
/external/icu4c/samples/ucnv/ |
D | flagcb.c | 124 if(reason == UCNV_CLOSE) { in flagCB_fromU() 256 if(reason == UCNV_CLOSE) { in debugCB_fromU()
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
D | ucnv_err.h | 174 UCNV_CLOSE = 4, /**< Called when the converter is closed. The enumerator
|
/external/icu4c/common/unicode/ |
D | ucnv_err.h | 174 UCNV_CLOSE = 4, /**< Called when the converter is closed. The enumerator
|
/external/chromium_org/third_party/icu/source/common/ |
D | ucnv.c | 352 …converter->fromCharErrorBehaviour(converter->toUContext, &toUArgs, NULL, 0, UCNV_CLOSE, &errorCode… in ucnv_close() 367 …->fromUCharErrorBehaviour(converter->fromUContext, &fromUArgs, NULL, 0, 0, UCNV_CLOSE, &errorCode); in ucnv_close()
|
/external/icu4c/common/ |
D | ucnv.c | 354 …converter->fromCharErrorBehaviour(converter->toUContext, &toUArgs, NULL, 0, UCNV_CLOSE, &errorCode… in ucnv_close() 369 …->fromUCharErrorBehaviour(converter->fromUContext, &fromUArgs, NULL, 0, 0, UCNV_CLOSE, &errorCode); in ucnv_close()
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
D | ccapitst.c | 1441 if(reason == UCNV_CLOSE) { in TSCC_fromU() 1488 if(reason == UCNV_CLOSE) { in TSCC_toU()
|
/external/icu4c/test/cintltst/ |
D | ccapitst.c | 1401 if(reason == UCNV_CLOSE) { in TSCC_fromU() 1447 if(reason == UCNV_CLOSE) { in TSCC_toU()
|