Searched refs:toUCallbackReason (Results 1 – 5 of 5) sorted by relevance
238 …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()
1534 if(cnv->toUCallbackReason==UCNV_ILLEGAL && *err==U_INVALID_CHAR_FOUND) { in _toUnicodeWithCallback()1535 cnv->toUCallbackReason = UCNV_UNASSIGNED; in _toUnicodeWithCallback()1539 cnv->toUCallbackReason, in _toUnicodeWithCallback()1541 cnv->toUCallbackReason = UCNV_ILLEGAL; /* reset to default value */ in _toUnicodeWithCallback()
198 args->converter->toUCallbackReason = UCNV_IRREGULAR; in UConverter_toUnicode_HZ_OFFSETS_LOGIC()
1006 …myUConverter->toUCallbackReason = UCNV_ILLEGAL; /* default reason to invoke (*fromCharErrorBehavio… in ucnv_createConverterFromSharedData()