Searched refs:uSourceLimit (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | nucnvtst.c | 2775 const UChar* uSourceLimit; in TestSmallTargetBuffer() local 2793 uSourceLimit=(const UChar*)sourceLimit; in TestSmallTargetBuffer() 2803 … ucnv_fromUnicode( cnv , &cTarget, cTargetLimit,&uSource,uSourceLimit,NULL,FALSE, &errorCode); in TestSmallTargetBuffer() 2814 }while (uSource<uSourceLimit); in TestSmallTargetBuffer() 2844 const UChar* uSourceLimit; in TestToAndFromUChars() local 2858 uSourceLimit=sourceLimit; in TestToAndFromUChars() 2864 …ars(cnv, cTarget, (int32_t)(cTargetLimit-cTarget), uSource, (int32_t)(uSourceLimit-uSource), &erro… in TestToAndFromUChars() 2877 while(uSource<uSourceLimit){ in TestToAndFromUChars() 2891 const UChar* uSourceLimit; in TestSmallSourceBuffer() local 2917 uSourceLimit=uSource; in TestSmallSourceBuffer() [all …]
|