Searched refs:unfoldRowWidth (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/common/ |
D | ucase.cpp | 359 int32_t i, start, limit, result, unfoldRows, unfoldRowWidth, unfoldStringWidth; in ucase_addStringCaseClosure() local 377 unfoldRowWidth=unfold[UCASE_UNFOLD_ROW_WIDTH]; in ucase_addStringCaseClosure() 379 unfold+=unfoldRowWidth; in ucase_addStringCaseClosure() 391 const UChar *p=reinterpret_cast<const UChar *>(unfold+(i*unfoldRowWidth)); in ucase_addStringCaseClosure() 398 for(i=unfoldStringWidth; i<unfoldRowWidth && p[i]!=0;) { in ucase_addStringCaseClosure() 419 unfoldRowWidth(unfold[UCASE_UNFOLD_ROW_WIDTH]), in FullCaseFoldingIterator() 423 unfold+=unfoldRowWidth; in FullCaseFoldingIterator() 429 const UChar *p=unfold+(currentRow*unfoldRowWidth); in next() 430 if(rowCpIndex>=unfoldRowWidth || p[rowCpIndex]==0) { in next() 432 p+=unfoldRowWidth; in next()
|
D | ucase.h | 146 int32_t unfoldRowWidth; variable
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | UCaseProps.java | 423 … int i, length, start, limit, result, unfoldOffset, unfoldRows, unfoldRowWidth, unfoldStringWidth; in addStringCaseClosure() local 441 unfoldRowWidth=unfold[UNFOLD_ROW_WIDTH]; in addStringCaseClosure() 455 unfoldOffset=((i+1)*unfoldRowWidth); // +1 to skip the header values above in addStringCaseClosure() 462 …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/ |
D | UCaseProps.java | 419 … int i, length, start, limit, result, unfoldOffset, unfoldRows, unfoldRowWidth, unfoldStringWidth; in addStringCaseClosure() local 437 unfoldRowWidth=unfold[UNFOLD_ROW_WIDTH]; in addStringCaseClosure() 451 unfoldOffset=((i+1)*unfoldRowWidth); // +1 to skip the header values above in addStringCaseClosure() 458 …for(i=unfoldStringWidth; i<unfoldRowWidth && unfold[unfoldOffset+i]!=0; i+=UTF16.getCharCount(c)) { in addStringCaseClosure()
|