Home
last modified time | relevance | path

Searched refs:fromCharErrorBehaviour (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/common/
Ducnv.cpp312 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()
Ducnv_bld.h153 void (U_EXPORT2 *fromCharErrorBehaviour) (const void *context,
Ducnv_bld.cpp1005 myUConverter->fromCharErrorBehaviour = UCNV_TO_U_DEFAULT_CALLBACK; in ucnv_createConverterFromSharedData()
Ducnv2022.cpp911 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/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetEncoderICU.java72 CharsetCallback.Encoder fromCharErrorBehaviour = new CharsetCallback.Encoder() { field in CharsetEncoderICU
616 cr = fromCharErrorBehaviour.call(this, fromUContext, in fromUnicodeWithCallback()