Home | History | Annotate | Download | only in cintltst

Lines Matching refs:targetLimit

4167     UChar* targetLimit = target+100;
4173 ucnv_toUnicode(kr,&target,targetLimit,&source,source+uprv_strlen(source),NULL,TRUE,&errorCode);
4184 targetLimit = target+100;
4185 ucnv_toUnicode(kr,&target,targetLimit,&source,source+uprv_strlen(source),NULL,TRUE,&errorCode);
5486 UChar* targetLimit = dest+100;
5497 ucnv_toUnicode(conv, &target, targetLimit, &source, sourceLimit, NULL, TRUE, &status);
5501 targetLimit = target;
5503 printUSeq(target, targetLimit-target);
5504 while(target<targetLimit){
5539 UChar* targetLimit = dest+100;
5543 ucnv_toUnicode(conv, &target, targetLimit, &source, sourceLimit, NULL, TRUE, &status);
5547 targetLimit = target;
5550 printUSeq(target, targetLimit-target);
5552 while(target<targetLimit){