Lines Matching refs:targetLimit
834 #define WRITE_TO_TARGET_FROM_U(args,offsets,source,target,targetLimit,targetByteUnit,err) UPRV_BLOC… argument
837 if(target < targetLimit){ \
851 if (!(target < targetLimit)) { \
862 if(target < targetLimit){ \
901 unsigned char *targetLimit = (unsigned char *) args->targetLimit; in UConverter_fromUnicode_ISCII_OFFSETS_LOGIC() local
911 …if ((args->converter == NULL) || (args->targetLimit < args->target) || (args->sourceLimit < args->… in UConverter_fromUnicode_ISCII_OFFSETS_LOGIC()
932 WRITE_TO_TARGET_FROM_U(args,offsets,source,target,targetLimit,targetByteUnit,err); in UConverter_fromUnicode_ISCII_OFFSETS_LOGIC()
946 WRITE_TO_TARGET_FROM_U(args,offsets,source,target,targetLimit,sourceChar,err); in UConverter_fromUnicode_ISCII_OFFSETS_LOGIC()
1029 WRITE_TO_TARGET_FROM_U(args,offsets,source,target,targetLimit,temp,err); in UConverter_fromUnicode_ISCII_OFFSETS_LOGIC()
1049 WRITE_TO_TARGET_FROM_U(args, offsets, source, target, targetLimit, targetByteUnit,err); in UConverter_fromUnicode_ISCII_OFFSETS_LOGIC()
1058 WRITE_TO_TARGET_FROM_U(args,offsets,source,target,targetLimit,targetByteUnit,err); in UConverter_fromUnicode_ISCII_OFFSETS_LOGIC()
1133 if(target<args->targetLimit){ \
1184 const UChar* targetLimit = args->targetLimit; in UConverter_toUnicode_ISCII_OFFSETS_LOGIC() local
1208 if (target < targetLimit) { in UConverter_toUnicode_ISCII_OFFSETS_LOGIC()