Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Ducase.cpp422 rowCpIndex(unfoldStringWidth) { in FullCaseFoldingIterator()
430 if(rowCpIndex>=unfoldRowWidth || p[rowCpIndex]==0) { in next()
433 rowCpIndex=unfoldStringWidth; in next()
442 U16_NEXT_UNSAFE(p, rowCpIndex, c); in next()
Ducase.h149 int32_t rowCpIndex; variable