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

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dnucnvtst.c2771 const UChar* uSource; local
2789 uSource = (UChar*) source;
2800 ucnv_fromUnicode( cnv , &cTarget, cTargetLimit,&uSource,uSourceLimit,NULL,FALSE, &errorCode);
2811 }while (uSource<uSourceLimit);
2827 uSource = source;
2830 if(uBuf[len]!=uSource[len]){
2831 log_err("Expected : \\u%04X \t Got: \\u%04X\n",uSource[len],(int)uBuf[len]) ;
2840 const UChar* uSource; local
2854 uSource = source;
2861 numCharsInTarget=ucnv_fromUChars(cnv, cTarget, (int32_t)(cTargetLimit-cTarget), uSource, (int32_
2887 const UChar* uSource; local
3080 const UChar* uSource; local
3299 const UChar* uSource; local
3365 const UChar* uSource; local
3842 const UChar* uSource; local
3931 const UChar* uSource; local
4008 const UChar* uSource; local
4087 const UChar* uSource; local
4492 const UChar* uSource; local
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dnucnvtst.c2776 const UChar* uSource; local
2794 uSource = (UChar*) source;
2805 ucnv_fromUnicode( cnv , &cTarget, cTargetLimit,&uSource,uSourceLimit,NULL,FALSE, &errorCode);
2816 }while (uSource<uSourceLimit);
2832 uSource = source;
2835 if(uBuf[len]!=uSource[len]){
2836 log_err("Expected : \\u%04X \t Got: \\u%04X\n",uSource[len],(int)uBuf[len]) ;
2845 const UChar* uSource; local
2859 uSource = source;
2866 numCharsInTarget=ucnv_fromUChars(cnv, cTarget, (int32_t)(cTargetLimit-cTarget), uSource, (int32_
2892 const UChar* uSource; local
3085 const UChar* uSource; local
3304 const UChar* uSource; local
3370 const UChar* uSource; local
3847 const UChar* uSource; local
3936 const UChar* uSource; local
4013 const UChar* uSource; local
4092 const UChar* uSource; local
4497 const UChar* uSource; local
[all...]

Completed in 60 milliseconds