Home
last modified time | relevance | path

Searched refs:lowlimit (Results 1 – 1 of 1) sorted by relevance

/external/icu4c/common/
Dushape.c377 invertBuffer(UChar *buffer,int32_t size,uint64_t options,int32_t lowlimit,int32_t highlimit) { in invertBuffer() argument
381 for(i=lowlimit,j=size-highlimit-1;i<j;i++,j--) { in invertBuffer()