Searched refs:unfoldRowWidth (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/common/ |
D | ucase.cpp | 340 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()
|
D | ucase.h | 146 int32_t unfoldRowWidth; variable
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | UCaseProps.java | 405 … int i, length, start, limit, result, unfoldOffset, unfoldRows, unfoldRowWidth, unfoldStringWidth; in addStringCaseClosure() local 423 unfoldRowWidth=unfold[UNFOLD_ROW_WIDTH]; in addStringCaseClosure() 437 unfoldOffset=((i+1)*unfoldRowWidth); // +1 to skip the header values above in addStringCaseClosure() 444 …for(i=unfoldStringWidth; i<unfoldRowWidth && unfold[unfoldOffset+i]!=0; i+=UTF16.getCharCount(c)) { in addStringCaseClosure()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | com.ibm.icu_4.2.1.v20100412.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |