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

  /external/icu4c/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...]
ncnvtst.c     [all...]
nccbtst.c     [all...]
nucnvtst.c 388 const UChar *realSourceEnd;
421 realSourceEnd = source + sourceLen;
429 sourceLimit = nct_min(src + gInBufferSize, realSourceEnd);
431 doFlush = (UBool)(sourceLimit == realSourceEnd);
450 } while ( (status == U_BUFFER_OVERFLOW_ERROR) || (U_SUCCESS(status) && sourceLimit < realSourceEnd) );
538 const char *realSourceEnd;
579 realSourceEnd = src + sourcelen;
587 srcLimit = nct_min(realSourceEnd, src + gInBufferSize);
606 (UBool)(srcLimit == realSourceEnd), /* flush if we're at the end of hte source data */
611 } while ( (status == U_BUFFER_OVERFLOW_ERROR) || (U_SUCCESS(status) && (srcLimit < realSourceEnd)) ); /* while we just need another buffer *
    [all...]

Completed in 18 milliseconds