Home | History | Annotate | Download | only in common

Lines Matching defs:sLimit

102         const UChar *sLimit=s+length;
103 do { *limit++=*s++; } while(s!=sLimit);
142 UBool ReorderingBuffer::appendZeroCC(const UChar *s, const UChar *sLimit, UErrorCode &errorCode) {
143 if(s==sLimit) {
146 int32_t length=(int32_t)(sLimit-s);