Searched refs:fromCharErrorBehaviour (Results 1 – 6 of 6) sorted by relevance
/external/icu/icu4c/source/common/ |
D | ucnv.cpp | 312 cnv->fromCharErrorBehaviour(cnv->toUContext, &toUArgs, NULL, 0, UCNV_CLONE, &cbErr); in ucnv_safeClone() 345 if (converter->fromCharErrorBehaviour != UCNV_TO_U_DEFAULT_CALLBACK) { in ucnv_close() 359 …converter->fromCharErrorBehaviour(converter->toUContext, &toUArgs, NULL, 0, UCNV_CLOSE, &errorCode… in ucnv_close() 573 …if(choice<=UCNV_RESET_TO_UNICODE && converter->fromCharErrorBehaviour != UCNV_TO_U_DEFAULT_CALLBAC… in _reset() 586 …converter->fromCharErrorBehaviour(converter->toUContext, &toUArgs, NULL, 0, UCNV_RESET, &errorCode… in _reset() 711 *action = converter->fromCharErrorBehaviour; in ucnv_getToUCallBack() 734 if (oldAction) *oldAction = converter->fromCharErrorBehaviour; in ucnv_setToUCallBack() 735 converter->fromCharErrorBehaviour = newAction; in ucnv_setToUCallBack() 1539 cnv->fromCharErrorBehaviour(cnv->toUContext, pArgs, in _toUnicodeWithCallback()
|
D | ucnv_bld.h | 153 void (U_EXPORT2 *fromCharErrorBehaviour) (const void *context,
|
D | ucnv_bld.cpp | 1005 myUConverter->fromCharErrorBehaviour = UCNV_TO_U_DEFAULT_CALLBACK; in ucnv_createConverterFromSharedData()
|
D | ucnv2022.cpp | 911 myUConverter->fromCharErrorBehaviour = UCNV_TO_U_CALLBACK_STOP; in changeState_2022() 1289 myData->currentConverter->fromCharErrorBehaviour = UCNV_TO_U_CALLBACK_STOP; in T_UConverter_toUnicode_ISO_2022_OFFSETS_LOGIC()
|
/external/icu/libicu/cts_headers/ |
D | ucnv_bld.h | 153 void (U_EXPORT2 *fromCharErrorBehaviour) (const void *context,
|
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
D | CharsetEncoderICU.java | 72 CharsetCallback.Encoder fromCharErrorBehaviour = new CharsetCallback.Encoder() { field in CharsetEncoderICU 616 cr = fromCharErrorBehaviour.call(this, fromUContext, in fromUnicodeWithCallback()
|