Lines Matching refs:uSource
2782 const UChar* uSource;
2800 uSource = (UChar*) source;
2811 ucnv_fromUnicode( cnv , &cTarget, cTargetLimit,&uSource,uSourceLimit,NULL,false, &errorCode);
2822 }while (uSource<uSourceLimit);
2838 uSource = source;
2841 if(uBuf[len]!=uSource[len]){
2842 log_err("Expected : \\u%04X \t Got: \\u%04X\n",uSource[len],(int)uBuf[len]) ;
2851 const UChar* uSource;
2865 uSource = source;
2872 numCharsInTarget=ucnv_fromUChars(cnv, cTarget, (int32_t)(cTargetLimit-cTarget), uSource, (int32_t)(uSourceLimit-uSource), &errorCode);
2884 uSource = source;
2885 while(uSource<uSourceLimit){
2886 if(*test!=*uSource){
2888 log_err("Expected : \\u%04X \t Got: \\u%04X\n",*uSource,(int)*test) ;
2890 uSource++;
2898 const UChar* uSource;
2918 uSource = (UChar*) source;
2925 uSourceLimit=uSource;
2931 ucnv_fromUnicode( cnv , &cTarget, cTargetLimit,&uSource,uSourceLimit,NULL,false, &errorCode);
2942 }while (uSource<temp);
2960 uSource = source;
2963 if(uBuf[len]!=uSource[len]){
2964 log_err("Expected : \\u%04X \t Got: \\u%04X\n",uSource[len],(int)uBuf[len]) ;
3091 const UChar* uSource;
3115 uSource = (const UChar*)in;
3121 ucnv_fromUnicode( cnv , &cTarget, cTargetLimit,&uSource,uSourceLimit,myOff,true, &errorCode);
3135 uSource = (const UChar*)in;
3136 while(uSource<uSourceLimit){
3137 if(*test!=*uSource){
3139 log_err("Expected : \\u%04X \t Got: \\u%04X\n",*uSource,(int)*test) ;
3141 uSource++;
3313 const UChar* uSource;
3337 uSource = (const UChar*)in;
3343 ucnv_fromUnicode( cnv , &cTarget, cTargetLimit,&uSource,uSourceLimit,myOff,true, &errorCode);
3358 uSource = (const UChar*)in;
3359 while(uSource<uSourceLimit){
3360 if(*test!=*uSource){
3362 log_err("Expected : \\u%04X \t Got: \\u%04X\n",*uSource,(int)*test) ;
3364 uSource++;
3382 const UChar* uSource;
3405 uSource = (const UChar*)in;
3406 uSourceLimit=uSource+len;
3411 ucnv_fromUnicode( cnv , &cTarget, cTargetLimit,&uSource,uSourceLimit,myOff,true, &errorCode);
3427 uSource = (const UChar*)in;
3428 while(uSource<uSourceLimit){
3429 if(*test!=*uSource){
3430 log_err("for codepage %s : Expected : \\u%04X \t Got: \\u%04X\n",conv,*uSource,(int)*test) ;
3432 uSource++;
3452 uSource = (const UChar*)in;
3453 while(uSource<uSourceLimit){
3454 if(*test!=*uSource){
3455 log_err("Expected : \\u%04X \t Got: \\u%04X\n",*uSource,(int)*test) ;
3457 uSource++;
3859 const UChar* uSource;
3881 uSource = (const UChar*)in;
3887 ucnv_fromUnicode( cnv , &cTarget, cTargetLimit,&uSource,uSourceLimit,NULL,true, &errorCode);
3900 uSource = (const UChar*)in;
3901 while(uSource<uSourceLimit){
3902 if(*test!=*uSource){
3904 log_err("Expected : \\u%04X \t Got: \\u%04X\n",*uSource,(int)*test) ;
3906 uSource++;
3948 const UChar* uSource;
3972 uSource = (const UChar*)in;
3978 ucnv_fromUnicode( cnv , &cTarget, cTargetLimit,&uSource,uSourceLimit,myOff,true, &errorCode);
3992 uSource = (const UChar*)in;
3993 while(uSource<uSourceLimit){
3994 if(*test!=*uSource){
3996 log_err("Expected : \\u%04X \t Got: \\u%04X\n",*uSource,(int)*test) ;
3998 uSource++;
4028 const UChar* uSource;
4052 uSource = (const UChar*)in;
4058 ucnv_fromUnicode( cnv , &cTarget, cTargetLimit,&uSource,uSourceLimit,myOff,true, &errorCode);
4072 uSource = (const UChar*)in;
4073 while(uSource<uSourceLimit){
4074 if(*test!=*uSource){
4075 log_err("Expected : \\u%04X \t Got: \\u%04X\n",*uSource,*test) ;
4077 uSource++;
4110 const UChar* uSource;
4134 uSource = (const UChar*)in;
4140 ucnv_fromUnicode( cnv , &cTarget, cTargetLimit,&uSource,uSourceLimit,myOff,true, &errorCode);
4154 uSource = (const UChar*)in;
4155 while(uSource<uSourceLimit){
4156 if(*test!=*uSource){
4157 log_err("Expected : \\u%04X \t Got: \\u%04X\n",*uSource,*test) ;
4159 uSource++;
4419 const UChar* uSource;
4443 uSource = (const UChar*)in;
4449 ucnv_fromUnicode( cnv , &cTarget, cTargetLimit,&uSource,uSourceLimit,myOff,true, &errorCode);
4463 uSource = (const UChar*)in;
4464 while(uSource<uSourceLimit){
4465 if(*test!=*uSource){
4466 log_err("Expected : \\u%04X \t Got: \\u%04X\n",*uSource,(int)*test) ;
4471 uSource++;
4521 const UChar* uSource;
4545 uSource = (const UChar*)in;
4551 ucnv_fromUnicode( cnv , &cTarget, cTargetLimit,&uSource,uSourceLimit,myOff,true, &errorCode);
4565 uSource = (const UChar*)in;
4566 while(uSource<uSourceLimit){
4567 if(*test!=*uSource){
4568 log_err("Expected : \\u%04X \t Got: \\u%04X\n",*uSource,(int)*test) ;
4573 uSource++;