Home | History | Annotate | Download | only in common

Lines Matching full:highlimit

401 invertBuffer(UChar *buffer, int32_t size, uint32_t /*options*/, int32_t lowlimit, int32_t highlimit) {
404 for(i=lowlimit,j=size-highlimit-1;i<j;i++,j--) {