Searched refs:unfoldRows (Results 1 - 4 of 4) sorted by relevance

/external/icu/icu4c/source/common/
H A Ducase.cpp342 int32_t i, start, limit, result, unfoldRows, unfoldRowWidth, unfoldStringWidth; local
359 unfoldRows=unfold[UCASE_UNFOLD_ROWS];
371 limit=unfoldRows;
401 unfoldRows(unfold[UCASE_UNFOLD_ROWS]),
418 if(currentRow>=unfoldRows) { return U_SENTINEL; }
H A Ducase.h148 int32_t unfoldRows; member in class:FullCaseFoldingIterator
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DUCaseProps.java406 int i, length, start, limit, result, unfoldOffset, unfoldRows, unfoldRowWidth, unfoldStringWidth;
423 unfoldRows=unfold[UNFOLD_ROWS];
435 limit=unfoldRows;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DUCaseProps.java402 int i, length, start, limit, result, unfoldOffset, unfoldRows, unfoldRowWidth, unfoldStringWidth;
419 unfoldRows=unfold[UNFOLD_ROWS];
431 limit=unfoldRows;

Completed in 134 milliseconds