Home
last modified time | relevance | path

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

/external/icu4c/common/
Ducase.cpp341 int32_t i, start, limit, result, unfoldRows, unfoldRowWidth, unfoldStringWidth; in ucase_addStringCaseClosure() local
359 unfoldRowWidth=unfold[UCASE_UNFOLD_ROW_WIDTH]; in ucase_addStringCaseClosure()
361 unfold+=unfoldRowWidth; in ucase_addStringCaseClosure()
373 const UChar *p=reinterpret_cast<const UChar *>(unfold+(i*unfoldRowWidth)); in ucase_addStringCaseClosure()
380 for(i=unfoldStringWidth; i<unfoldRowWidth && p[i]!=0;) { in ucase_addStringCaseClosure()
401 unfoldRowWidth(unfold[UCASE_UNFOLD_ROW_WIDTH]), in FullCaseFoldingIterator()
405 unfold+=unfoldRowWidth; in FullCaseFoldingIterator()
411 const UChar *p=unfold+(currentRow*unfoldRowWidth); in next()
412 if(rowCpIndex>=unfoldRowWidth || p[rowCpIndex]==0) { in next()
414 p+=unfoldRowWidth; in next()
Ducase.h146 int32_t unfoldRowWidth; variable