Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dushape.cpp401 invertBuffer(UChar *buffer, int32_t size, uint32_t /*options*/, int32_t lowlimit, int32_t highlimit in invertBuffer() argument
404 for(i=lowlimit,j=size-highlimit-1;i<j;i++,j--) { in invertBuffer()