Searched refs:toUCallbackReason (Results 1 – 5 of 5) sorted by relevance
240 …UConverterCallbackReason toUCallbackReason; /* (*fromCharErrorBehaviour) reason, set when error is… member
903 _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()
1536 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()
200 args->converter->toUCallbackReason = UCNV_IRREGULAR; in UConverter_toUnicode_HZ_OFFSETS_LOGIC()
1013 …myUConverter->toUCallbackReason = UCNV_ILLEGAL; /* default reason to invoke (*fromCharErrorBehavio… in ucnv_createConverterFromSharedData()