Home | History | Annotate | Download | only in cintltst

Lines Matching defs:sourceLimit

2666     const UChar *sourceLimit;
2727 sourceLimit = nct_min(src + gInBufferSize, realSourceEnd);
2729 doFlush = (UBool)(sourceLimit == realSourceEnd);
2736 log_verbose("calling fromUnicode @ SOURCE:%08lx to %08lx TARGET: %08lx to %08lx, flush=%s\n", src,sourceLimit, targ,end, doFlush?"TRUE":"FALSE");
2745 sourceLimit,
2749 } while ( (status == U_BUFFER_OVERFLOW_ERROR) || (U_SUCCESS(status) && (sourceLimit < realSourceEnd)) );
3063 const UChar *sourceLimit;
3124 sourceLimit = nct_min(src + gInBufferSize, realSourceEnd);
3126 doFlush = (UBool)(sourceLimit == realSourceEnd);
3133 log_verbose("calling fromUnicode @ SOURCE:%08lx to %08lx TARGET: %08lx to %08lx, flush=%s\n", src,sourceLimit, targ,end, doFlush?"TRUE":"FALSE");
3142 sourceLimit,
3146 } while ( (status == U_BUFFER_OVERFLOW_ERROR) || (U_SUCCESS(status) && (sourceLimit < realSourceEnd)) );