Searched refs:highlimit (Results 1 – 1 of 1) sorted by relevance
401 invertBuffer(UChar *buffer, int32_t size, uint32_t /*options*/, int32_t lowlimit, int32_t highlimit… in invertBuffer() argument404 for(i=lowlimit,j=size-highlimit-1;i<j;i++,j--) { in invertBuffer()