Lines Matching refs:unfoldRowWidth
341 int32_t i, start, limit, result, unfoldRows, unfoldRowWidth, unfoldStringWidth;
359 unfoldRowWidth=unfold[UCASE_UNFOLD_ROW_WIDTH];
361 unfold+=unfoldRowWidth;
373 const UChar *p=reinterpret_cast<const UChar *>(unfold+(i*unfoldRowWidth));
380 for(i=unfoldStringWidth; i<unfoldRowWidth && p[i]!=0;) {
401 unfoldRowWidth(unfold[UCASE_UNFOLD_ROW_WIDTH]),
405 unfold+=unfoldRowWidth;
411 const UChar *p=unfold+(currentRow*unfoldRowWidth);
412 if(rowCpIndex>=unfoldRowWidth || p[rowCpIndex]==0) {
414 p+=unfoldRowWidth;