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

  /external/chromium/third_party/icu/source/test/cintltst/
ncnvfbts.c 143 const UChar *realSourceEnd;
181 realSourceEnd = source + sourceLen;
192 sourceLimit = nct_min(src + gInBufferSize, realSourceEnd);
194 doFlush = (UBool)(sourceLimit == realSourceEnd);
215 } while ( (status == U_BUFFER_OVERFLOW_ERROR) || (sourceLimit < realSourceEnd) );
298 const char *realSourceEnd;
339 realSourceEnd = src + sourcelen;
356 srcLimit = nct_min(realSourceEnd, src + gInBufferSize);
375 (UBool)(srcLimit == realSourceEnd), /* flush if we're at the end of hte source data */
377 } while ( (status == U_BUFFER_OVERFLOW_ERROR) || (srcLimit < realSourceEnd) ); /* while we just need another buffer *
    [all...]
nccbtst.c     [all...]
ncnvtst.c     [all...]
nucnvtst.c 346 const UChar *realSourceEnd;
379 realSourceEnd = source + sourceLen;
387 sourceLimit = nct_min(src + gInBufferSize, realSourceEnd);
389 doFlush = (UBool)(sourceLimit == realSourceEnd);
408 } while ( (status == U_BUFFER_OVERFLOW_ERROR) || (U_SUCCESS(status) && sourceLimit < realSourceEnd) );
496 const char *realSourceEnd;
537 realSourceEnd = src + sourcelen;
545 srcLimit = nct_min(realSourceEnd, src + gInBufferSize);
564 (UBool)(srcLimit == realSourceEnd), /* flush if we're at the end of hte source data */
569 } while ( (status == U_BUFFER_OVERFLOW_ERROR) || (U_SUCCESS(status) && (srcLimit < realSourceEnd)) ); /* while we just need another buffer *
    [all...]
  /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 378 const UChar *realSourceEnd;
411 realSourceEnd = source + sourceLen;
419 sourceLimit = nct_min(src + gInBufferSize, realSourceEnd);
421 doFlush = (UBool)(sourceLimit == realSourceEnd);
440 } while ( (status == U_BUFFER_OVERFLOW_ERROR) || (U_SUCCESS(status) && sourceLimit < realSourceEnd) );
528 const char *realSourceEnd;
569 realSourceEnd = src + sourcelen;
577 srcLimit = nct_min(realSourceEnd, src + gInBufferSize);
596 (UBool)(srcLimit == realSourceEnd), /* flush if we're at the end of hte source data */
601 } while ( (status == U_BUFFER_OVERFLOW_ERROR) || (U_SUCCESS(status) && (srcLimit < realSourceEnd)) ); /* while we just need another buffer *
    [all...]

Completed in 133 milliseconds