Lines Matching defs:uSourceLimit

2783     const UChar* uSourceLimit;
2801 uSourceLimit=(const UChar*)sourceLimit;
2811 ucnv_fromUnicode( cnv , &cTarget, cTargetLimit,&uSource,uSourceLimit,NULL,false, &errorCode);
2822 }while (uSource<uSourceLimit);
2852 const UChar* uSourceLimit;
2866 uSourceLimit=sourceLimit;
2872 numCharsInTarget=ucnv_fromUChars(cnv, cTarget, (int32_t)(cTargetLimit-cTarget), uSource, (int32_t)(uSourceLimit-uSource), &errorCode);
2885 while(uSource<uSourceLimit){
2899 const UChar* uSourceLimit;
2925 uSourceLimit=uSource;
2928 if (uSourceLimit < sourceLimit) {
2929 uSourceLimit = uSourceLimit+1;
2931 ucnv_fromUnicode( cnv , &cTarget, cTargetLimit,&uSource,uSourceLimit,NULL,false, &errorCode);
3092 const UChar* uSourceLimit;
3116 uSourceLimit=(const UChar*)in + UPRV_LENGTHOF(in);
3121 ucnv_fromUnicode( cnv , &cTarget, cTargetLimit,&uSource,uSourceLimit,myOff,true, &errorCode);
3136 while(uSource<uSourceLimit){
3314 const UChar* uSourceLimit;
3338 uSourceLimit=(const UChar*)in + UPRV_LENGTHOF(in);
3343 ucnv_fromUnicode( cnv , &cTarget, cTargetLimit,&uSource,uSourceLimit,myOff,true, &errorCode);
3359 while(uSource<uSourceLimit){
3383 const UChar* uSourceLimit;
3406 uSourceLimit=uSource+len;
3411 ucnv_fromUnicode( cnv , &cTarget, cTargetLimit,&uSource,uSourceLimit,myOff,true, &errorCode);
3428 while(uSource<uSourceLimit){
3453 while(uSource<uSourceLimit){
3860 const UChar* uSourceLimit;
3882 uSourceLimit=(const UChar*)in + UPRV_LENGTHOF(in);
3887 ucnv_fromUnicode( cnv , &cTarget, cTargetLimit,&uSource,uSourceLimit,NULL,true, &errorCode);
3901 while(uSource<uSourceLimit){
3949 const UChar* uSourceLimit;
3973 uSourceLimit=(const UChar*)in + UPRV_LENGTHOF(in);
3978 ucnv_fromUnicode( cnv , &cTarget, cTargetLimit,&uSource,uSourceLimit,myOff,true, &errorCode);
3993 while(uSource<uSourceLimit){
4029 const UChar* uSourceLimit;
4053 uSourceLimit=(const UChar*)in + UPRV_LENGTHOF(in);
4058 ucnv_fromUnicode( cnv , &cTarget, cTargetLimit,&uSource,uSourceLimit,myOff,true, &errorCode);
4073 while(uSource<uSourceLimit){
4111 const UChar* uSourceLimit;
4135 uSourceLimit=(const UChar*)in + UPRV_LENGTHOF(in);
4140 ucnv_fromUnicode( cnv , &cTarget, cTargetLimit,&uSource,uSourceLimit,myOff,true, &errorCode);
4155 while(uSource<uSourceLimit){
4420 const UChar* uSourceLimit;
4444 uSourceLimit=(const UChar*)in + UPRV_LENGTHOF(in);
4449 ucnv_fromUnicode( cnv , &cTarget, cTargetLimit,&uSource,uSourceLimit,myOff,true, &errorCode);
4464 while(uSource<uSourceLimit){
4522 const UChar* uSourceLimit;
4546 uSourceLimit=(const UChar*)in + UPRV_LENGTHOF(in);
4551 ucnv_fromUnicode( cnv , &cTarget, cTargetLimit,&uSource,uSourceLimit,myOff,true, &errorCode);
4566 while(uSource<uSourceLimit){