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 387 const UChar *realSourceEnd;
420 realSourceEnd = source + sourceLen;
428 sourceLimit = nct_min(src + gInBufferSize, realSourceEnd);
430 doFlush = (UBool)(sourceLimit == realSourceEnd);
449 } while ( (status == U_BUFFER_OVERFLOW_ERROR) || (U_SUCCESS(status) && sourceLimit < realSourceEnd) );
537 const char *realSourceEnd;
578 realSourceEnd = src + sourcelen;
586 srcLimit = nct_min(realSourceEnd, src + gInBufferSize);
605 (UBool)(srcLimit == realSourceEnd), /* flush if we're at the end of hte source data */
610 } while ( (status == U_BUFFER_OVERFLOW_ERROR) || (U_SUCCESS(status) && (srcLimit < realSourceEnd)) ); /* while we just need another buffer *
    [all...]

Completed in 711 milliseconds