HomeSort by relevance Sort by last modified time
    Searched refs:realSourceEnd (Results 1 - 4 of 4) sorted by null

  /external/icu/icu4c/source/test/cintltst/
ncnvfbts.c 145 const UChar *realSourceEnd;
183 realSourceEnd = source + sourceLen;
194 sourceLimit = nct_min(src + gInBufferSize, realSourceEnd);
196 doFlush = (UBool)(sourceLimit == realSourceEnd);
217 } while ( (status == U_BUFFER_OVERFLOW_ERROR) || (sourceLimit < realSourceEnd) );
300 const char *realSourceEnd;
341 realSourceEnd = src + sourcelen;
358 srcLimit = nct_min(realSourceEnd, src + gInBufferSize);
377 (UBool)(srcLimit == realSourceEnd), /* flush if we're at the end of hte source data */
379 } while ( (status == U_BUFFER_OVERFLOW_ERROR) || (srcLimit < realSourceEnd) ); /* while we just need another buffer *
    [all...]
nccbtst.c     [all...]
ncnvtst.c     [all...]
nucnvtst.c 374 const UChar *realSourceEnd;
407 realSourceEnd = source + sourceLen;
415 sourceLimit = nct_min(src + gInBufferSize, realSourceEnd);
417 doFlush = (UBool)(sourceLimit == realSourceEnd);
436 } while ( (status == U_BUFFER_OVERFLOW_ERROR) || (U_SUCCESS(status) && sourceLimit < realSourceEnd) );
524 const char *realSourceEnd;
565 realSourceEnd = src + sourcelen;
573 srcLimit = nct_min(realSourceEnd, src + gInBufferSize);
592 (UBool)(srcLimit == realSourceEnd), /* flush if we're at the end of hte source data */
597 } while ( (status == U_BUFFER_OVERFLOW_ERROR) || (U_SUCCESS(status) && (srcLimit < realSourceEnd)) ); /* while we just need another buffer *
    [all...]

Completed in 64 milliseconds