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

/external/icu4c/test/cintltst/
H A Dnucnvtst.c2789 const UChar* uSourceLimit; local
2807 uSourceLimit=(const UChar*)sourceLimit;
2817 ucnv_fromUnicode( cnv , &cTarget, cTargetLimit,&uSource,uSourceLimit,NULL,FALSE, &errorCode);
2828 }while (uSource<uSourceLimit);
2858 const UChar* uSourceLimit; local
2872 uSourceLimit=sourceLimit;
2878 numCharsInTarget=ucnv_fromUChars(cnv, cTarget, (int32_t)(cTargetLimit-cTarget), uSource, (int32_t)(uSourceLimit-uSource), &errorCode);
2891 while(uSource<uSourceLimit){
2905 const UChar* uSourceLimit; local
2931 uSourceLimit
3098 const UChar* uSourceLimit; local
3317 const UChar* uSourceLimit; local
3383 const UChar* uSourceLimit; local
3860 const UChar* uSourceLimit; local
3949 const UChar* uSourceLimit; local
4026 const UChar* uSourceLimit; local
4105 const UChar* uSourceLimit; local
4510 const UChar* uSourceLimit; local
[all...]

Completed in 104 milliseconds