Searched refs:unfoldRowWidth (Results 1 – 6 of 6) sorted by relevance
/external/icu/icu4c/source/common/ |
D | ucase.cpp | 360 int32_t i, start, limit, result, unfoldRows, unfoldRowWidth, unfoldStringWidth; in ucase_addStringCaseClosure() local 378 unfoldRowWidth=unfold[UCASE_UNFOLD_ROW_WIDTH]; in ucase_addStringCaseClosure() 380 unfold+=unfoldRowWidth; in ucase_addStringCaseClosure() 392 const UChar *p=reinterpret_cast<const UChar *>(unfold+(i*unfoldRowWidth)); in ucase_addStringCaseClosure() 399 for(i=unfoldStringWidth; i<unfoldRowWidth && p[i]!=0;) { in ucase_addStringCaseClosure() 420 unfoldRowWidth(unfold[UCASE_UNFOLD_ROW_WIDTH]), in FullCaseFoldingIterator() 424 unfold+=unfoldRowWidth; in FullCaseFoldingIterator() 430 const UChar *p=unfold+(currentRow*unfoldRowWidth); in next() 431 if(rowCpIndex>=unfoldRowWidth || p[rowCpIndex]==0) { in next() 433 p+=unfoldRowWidth; in next()
|
D | ucase.h | 147 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()
|
/external/icu/libicu/cts_headers/ |
D | ucase.h | 147 int32_t unfoldRowWidth; variable
|
/external/cldr/tools/java/libs/ |
D | icu4j.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ ... |