Home | History | Annotate | Download | only in common

Lines Matching full:targetlength

39 #define CONCAT_ESCAPE_MACRO( args, targetIndex,targetLength,strToAppend, err, len,sourceIndex){                             \
41 if(targetIndex < targetLength){ \
341 int32_t targetLength = (int32_t)(args->targetLimit - myTarget);
356 if(args->converter->fromUChar32!=0 && myTargetIndex < targetLength) {
362 if (myTargetIndex < targetLength){
369 /*concatEscape(args, &myTargetIndex, &targetLength,"\x7E\x7E",err,2,&mySourceIndex);*/
372 targetLength, escSeq,err,len,mySourceIndex);
396 CONCAT_ESCAPE_MACRO(args, myTargetIndex, targetLength, escSeq,err,len,mySourceIndex);
402 CONCAT_ESCAPE_MACRO(args, myTargetIndex, targetLength, escSeq,err,len,mySourceIndex);
409 if( myTargetIndex <targetLength){
414 if(myTargetIndex < targetLength){
430 if( myTargetIndex <targetLength){