Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Ducase.cpp340 int32_t i, start, limit, result, unfoldRows, unfoldRowWidth, unfoldStringWidth; in ucase_addStringCaseClosure() local
358 unfoldRowWidth=unfold[UCASE_UNFOLD_ROW_WIDTH]; in ucase_addStringCaseClosure()
360 unfold+=unfoldRowWidth; in ucase_addStringCaseClosure()
372 const UChar *p=reinterpret_cast<const UChar *>(unfold+(i*unfoldRowWidth)); in ucase_addStringCaseClosure()
379 for(i=unfoldStringWidth; i<unfoldRowWidth && p[i]!=0;) { in ucase_addStringCaseClosure()
400 unfoldRowWidth(unfold[UCASE_UNFOLD_ROW_WIDTH]), in FullCaseFoldingIterator()
404 unfold+=unfoldRowWidth; in FullCaseFoldingIterator()
410 const UChar *p=unfold+(currentRow*unfoldRowWidth); in next()
411 if(rowCpIndex>=unfoldRowWidth || p[rowCpIndex]==0) { in next()
413 p+=unfoldRowWidth; in next()
Ducase.h146 int32_t unfoldRowWidth; variable
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUCaseProps.java402 … int i, length, start, limit, result, unfoldOffset, unfoldRows, unfoldRowWidth, unfoldStringWidth; in addStringCaseClosure() local
420 unfoldRowWidth=unfold[UNFOLD_ROW_WIDTH]; in addStringCaseClosure()
434 unfoldOffset=((i+1)*unfoldRowWidth); // +1 to skip the header values above in addStringCaseClosure()
441 …for(i=unfoldStringWidth; i<unfoldRowWidth && unfold[unfoldOffset+i]!=0; i+=UTF16.getCharCount(c)) { in addStringCaseClosure()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUCaseProps.java398 … int i, length, start, limit, result, unfoldOffset, unfoldRows, unfoldRowWidth, unfoldStringWidth; in addStringCaseClosure() local
416 unfoldRowWidth=unfold[UNFOLD_ROW_WIDTH]; in addStringCaseClosure()
430 unfoldOffset=((i+1)*unfoldRowWidth); // +1 to skip the header values above in addStringCaseClosure()
437 …for(i=unfoldStringWidth; i<unfoldRowWidth && unfold[unfoldOffset+i]!=0; i+=UTF16.getCharCount(c)) { in addStringCaseClosure()