Searched refs:toUCallbackReason (Results 1 – 5 of 5) sorted by relevance
233 …UConverterCallbackReason toUCallbackReason; /* (*fromCharErrorBehaviour) reason, set when error is… member
914 _this->toUCallbackReason = UCNV_UNASSIGNED; in changeState_2022()1068 _this->toUCallbackReason = UCNV_UNASSIGNED; in changeState_2022()2170 args->converter->toUCallbackReason = UCNV_IRREGULAR; in UConverter_toUnicode_ISO_2022_JP_OFFSETS_LOGIC()2735 args->converter->toUCallbackReason = UCNV_IRREGULAR; in UConverter_toUnicode_ISO_2022_KR_OFFSETS_LOGIC()3324 args->converter->toUCallbackReason = UCNV_IRREGULAR; in UConverter_toUnicode_ISO_2022_CN_OFFSETS_LOGIC()3357 args->converter->toUCallbackReason = UCNV_IRREGULAR; in UConverter_toUnicode_ISO_2022_CN_OFFSETS_LOGIC()
1544 if(cnv->toUCallbackReason==UCNV_ILLEGAL && *err==U_INVALID_CHAR_FOUND) { in _toUnicodeWithCallback()1545 cnv->toUCallbackReason = UCNV_UNASSIGNED; in _toUnicodeWithCallback()1549 cnv->toUCallbackReason, in _toUnicodeWithCallback()1551 cnv->toUCallbackReason = UCNV_ILLEGAL; /* reset to default value */ in _toUnicodeWithCallback()
198 args->converter->toUCallbackReason = UCNV_IRREGULAR; in UConverter_toUnicode_HZ_OFFSETS_LOGIC()
1060 …myUConverter->toUCallbackReason = UCNV_ILLEGAL; /* default reason to invoke (*fromCharErrorBehavio… in ucnv_createConverterFromSharedData()