Home | History | Annotate | Download | only in cintltst

Lines Matching full:sourcelimit

2641     const UChar *sourceLimit;
2702 sourceLimit = nct_min(src + gInBufferSize, realSourceEnd);
2704 doFlush = (UBool)(sourceLimit == realSourceEnd);
2711 log_verbose("calling fromUnicode @ SOURCE:%08lx to %08lx TARGET: %08lx to %08lx, flush=%s\n", src,sourceLimit, targ,end, doFlush?"TRUE":"FALSE");
2720 sourceLimit,
2724 } while ( (status == U_BUFFER_OVERFLOW_ERROR) || (U_SUCCESS(status) && (sourceLimit < realSourceEnd)) );
3032 const UChar *sourceLimit;
3093 sourceLimit = nct_min(src + gInBufferSize, realSourceEnd);
3095 doFlush = (UBool)(sourceLimit == realSourceEnd);
3102 log_verbose("calling fromUnicode @ SOURCE:%08lx to %08lx TARGET: %08lx to %08lx, flush=%s\n", src,sourceLimit, targ,end, doFlush?"TRUE":"FALSE");
3111 sourceLimit,
3115 } while ( (status == U_BUFFER_OVERFLOW_ERROR) || (U_SUCCESS(status) && (sourceLimit < realSourceEnd)) );