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