/third_party/icu/tools/unicode/c/genprops/ |
D | casepropsbuilder.cpp | 635 int32_t unfoldRows=unfoldLength/UGENCASE_UNFOLD_WIDTH-1; in makeUnfoldData() local 637 uprv_sortArray(unfoldBuffer+UGENCASE_UNFOLD_WIDTH, unfoldRows, UGENCASE_UNFOLD_WIDTH*2, in makeUnfoldData() 645 for(i=1; i<unfoldRows;) { in makeUnfoldData() 661 --unfoldRows; in makeUnfoldData() 662 …u_memmove(p+UGENCASE_UNFOLD_WIDTH, p+UGENCASE_UNFOLD_WIDTH*2, (unfoldRows-i)*UGENCASE_UNFOLD_WIDTH… in makeUnfoldData() 669 unfoldBuffer[UCASE_UNFOLD_ROWS]=(UChar)unfoldRows; in makeUnfoldData() 675 for(i=0; i<unfoldRows; ++i) { in makeUnfoldData() 682 unfold.releaseBuffer((unfoldRows+1)*UGENCASE_UNFOLD_WIDTH); in makeUnfoldData() 863 int32_t unfoldRows=unfold.length()/UGENCASE_UNFOLD_WIDTH-1; in makeCaseClosure() local 865 for(int32_t i=0; i<unfoldRows; p+=UGENCASE_UNFOLD_WIDTH, ++i) { in makeCaseClosure()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ucase.cpp | 360 int32_t i, start, limit, result, unfoldRows, unfoldRowWidth, unfoldStringWidth; in ucase_addStringCaseClosure() local 377 unfoldRows=unfold[UCASE_UNFOLD_ROWS]; in ucase_addStringCaseClosure() 389 limit=unfoldRows; in ucase_addStringCaseClosure() 419 unfoldRows(unfold[UCASE_UNFOLD_ROWS]), in FullCaseFoldingIterator() 436 if(currentRow>=unfoldRows) { return U_SENTINEL; } in next()
|
D | ucase.h | 146 int32_t unfoldRows; variable
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | ucase.cpp | 359 int32_t i, start, limit, result, unfoldRows, unfoldRowWidth, unfoldStringWidth; in ucase_addStringCaseClosure() local 376 unfoldRows=unfold[UCASE_UNFOLD_ROWS]; in ucase_addStringCaseClosure() 388 limit=unfoldRows; in ucase_addStringCaseClosure() 418 unfoldRows(unfold[UCASE_UNFOLD_ROWS]), in FullCaseFoldingIterator() 435 if(currentRow>=unfoldRows) { return U_SENTINEL; } in next()
|
D | ucase.h | 145 int32_t unfoldRows; variable
|
/third_party/node/deps/icu-small/source/common/ |
D | ucase.cpp | 360 int32_t i, start, limit, result, unfoldRows, unfoldRowWidth, unfoldStringWidth; in ucase_addStringCaseClosure() local 377 unfoldRows=unfold[UCASE_UNFOLD_ROWS]; in ucase_addStringCaseClosure() 389 limit=unfoldRows; in ucase_addStringCaseClosure() 419 unfoldRows(unfold[UCASE_UNFOLD_ROWS]), in FullCaseFoldingIterator() 436 if(currentRow>=unfoldRows) { return U_SENTINEL; } in next()
|
D | ucase.h | 146 int32_t unfoldRows; variable
|
/third_party/icu/icu4c/source/common/ |
D | ucase.cpp | 360 int32_t i, start, limit, result, unfoldRows, unfoldRowWidth, unfoldStringWidth; in ucase_addStringCaseClosure() local 377 unfoldRows=unfold[UCASE_UNFOLD_ROWS]; in ucase_addStringCaseClosure() 389 limit=unfoldRows; in ucase_addStringCaseClosure() 419 unfoldRows(unfold[UCASE_UNFOLD_ROWS]), in FullCaseFoldingIterator() 436 if(currentRow>=unfoldRows) { return U_SENTINEL; } in next()
|
D | ucase.h | 146 int32_t unfoldRows; variable
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | UCaseProps.java | 423 … int i, length, start, limit, result, unfoldOffset, unfoldRows, unfoldRowWidth, unfoldStringWidth; in addStringCaseClosure() local 440 unfoldRows=unfold[UNFOLD_ROWS]; in addStringCaseClosure() 452 limit=unfoldRows; in addStringCaseClosure()
|
/third_party/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 436 unfoldRows=unfold[UNFOLD_ROWS]; in addStringCaseClosure() 448 limit=unfoldRows; in addStringCaseClosure()
|