Searched refs:uSource (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/test/cintltst/
H A Dnucnvtst.c2788 const UChar* uSource; local
2806 uSource = (UChar*) source;
2817 ucnv_fromUnicode( cnv , &cTarget, cTargetLimit,&uSource,uSourceLimit,NULL,FALSE, &errorCode);
2828 }while (uSource<uSourceLimit);
2844 uSource = source;
2847 if(uBuf[len]!=uSource[len]){
2848 log_err("Expected : \\u%04X \t Got: \\u%04X\n",uSource[len],(int)uBuf[len]) ;
2857 const UChar* uSource; local
2871 uSource = source;
2878 numCharsInTarget=ucnv_fromUChars(cnv, cTarget, (int32_t)(cTargetLimit-cTarget), uSource, (int32_
2904 const UChar* uSource; local
3097 const UChar* uSource; local
3316 const UChar* uSource; local
3382 const UChar* uSource; local
3859 const UChar* uSource; local
3948 const UChar* uSource; local
4025 const UChar* uSource; local
4104 const UChar* uSource; local
4509 const UChar* uSource; local
[all...]

Completed in 47 milliseconds