Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Ducnv_bld.h240 …UConverterCallbackReason toUCallbackReason; /* (*fromCharErrorBehaviour) reason, set when error is… member
Ducnv2022.cpp903 _this->toUCallbackReason = UCNV_UNASSIGNED; in changeState_2022()
1057 _this->toUCallbackReason = UCNV_UNASSIGNED; in changeState_2022()
2159 args->converter->toUCallbackReason = UCNV_IRREGULAR; in UConverter_toUnicode_ISO_2022_JP_OFFSETS_LOGIC()
2723 args->converter->toUCallbackReason = UCNV_IRREGULAR; in UConverter_toUnicode_ISO_2022_KR_OFFSETS_LOGIC()
3312 args->converter->toUCallbackReason = UCNV_IRREGULAR; in UConverter_toUnicode_ISO_2022_CN_OFFSETS_LOGIC()
3345 args->converter->toUCallbackReason = UCNV_IRREGULAR; in UConverter_toUnicode_ISO_2022_CN_OFFSETS_LOGIC()
Ducnv.cpp1536 if(cnv->toUCallbackReason==UCNV_ILLEGAL && *err==U_INVALID_CHAR_FOUND) { in _toUnicodeWithCallback()
1537 cnv->toUCallbackReason = UCNV_UNASSIGNED; in _toUnicodeWithCallback()
1541 cnv->toUCallbackReason, in _toUnicodeWithCallback()
1543 cnv->toUCallbackReason = UCNV_ILLEGAL; /* reset to default value */ in _toUnicodeWithCallback()
Ducnvhz.cpp200 args->converter->toUCallbackReason = UCNV_IRREGULAR; in UConverter_toUnicode_HZ_OFFSETS_LOGIC()
Ducnv_bld.cpp1013 …myUConverter->toUCallbackReason = UCNV_ILLEGAL; /* default reason to invoke (*fromCharErrorBehavio… in ucnv_createConverterFromSharedData()