Home | History | Annotate | Download | only in common

Lines Matching refs:sLimit

105         const UChar *sLimit=s+length;
106 do { *limit++=*s++; } while(s!=sLimit);
145 UBool ReorderingBuffer::appendZeroCC(const UChar *s, const UChar *sLimit, UErrorCode &errorCode) {
146 if(s==sLimit) {
149 int32_t length=(int32_t)(sLimit-s);