Searched refs:unfoldRowWidth (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/common/ |
D | ucase.cpp | 335 int32_t i, start, limit, result, unfoldRows, unfoldRowWidth, unfoldStringWidth; in ucase_addStringCaseClosure() local 353 unfoldRowWidth=unfold[UCASE_UNFOLD_ROW_WIDTH]; in ucase_addStringCaseClosure() 355 unfold+=unfoldRowWidth; in ucase_addStringCaseClosure() 367 const UChar *p=reinterpret_cast<const UChar *>(unfold+(i*unfoldRowWidth)); in ucase_addStringCaseClosure() 374 for(i=unfoldStringWidth; i<unfoldRowWidth && p[i]!=0;) { in ucase_addStringCaseClosure() 395 unfoldRowWidth(unfold[UCASE_UNFOLD_ROW_WIDTH]), in FullCaseFoldingIterator() 399 unfold+=unfoldRowWidth; in FullCaseFoldingIterator() 405 const UChar *p=unfold+(currentRow*unfoldRowWidth); in next() 406 if(rowCpIndex>=unfoldRowWidth || p[rowCpIndex]==0) { in next() 408 p+=unfoldRowWidth; in next()
|
D | ucase.h | 145 int32_t unfoldRowWidth; variable
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | UCaseProps.java | 402 … 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/android_icu4j/src/main/java/android/icu/impl/ |
D | UCaseProps.java | 406 … int i, length, start, limit, result, unfoldOffset, unfoldRows, unfoldRowWidth, unfoldStringWidth; in addStringCaseClosure() local 424 unfoldRowWidth=unfold[UNFOLD_ROW_WIDTH]; in addStringCaseClosure() 438 unfoldOffset=((i+1)*unfoldRowWidth); // +1 to skip the header values above in addStringCaseClosure() 445 …for(i=unfoldStringWidth; i<unfoldRowWidth && unfold[unfoldOffset+i]!=0; i+=UTF16.getCharCount(c)) { in addStringCaseClosure()
|