Searched refs:uSourceLimit (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | nucnvtst.c | 2787 const UChar* uSourceLimit; in TestSmallTargetBuffer() local 2805 uSourceLimit=(const UChar*)sourceLimit; in TestSmallTargetBuffer() 2815 … ucnv_fromUnicode( cnv , &cTarget, cTargetLimit,&uSource,uSourceLimit,NULL,FALSE, &errorCode); in TestSmallTargetBuffer() 2826 }while (uSource<uSourceLimit); in TestSmallTargetBuffer() 2856 const UChar* uSourceLimit; in TestToAndFromUChars() local 2870 uSourceLimit=sourceLimit; in TestToAndFromUChars() 2876 …ars(cnv, cTarget, (int32_t)(cTargetLimit-cTarget), uSource, (int32_t)(uSourceLimit-uSource), &erro… in TestToAndFromUChars() 2889 while(uSource<uSourceLimit){ in TestToAndFromUChars() 2903 const UChar* uSourceLimit; in TestSmallSourceBuffer() local 2929 uSourceLimit=uSource; in TestSmallSourceBuffer() [all …]
|