Home
last modified time | relevance | path

Searched refs:addReplace (Results 1 – 25 of 41) sorted by relevance

12

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
DUCharacterCaseTest.java1045 edits.addReplace(0, 0); in TestEdits()
1050 edits.addReplace(2, 1); // multiple short equal-lengths edits are compressed in TestEdits()
1052 edits.addReplace(2, 1); in TestEdits()
1053 edits.addReplace(2, 1); in TestEdits()
1054 edits.addReplace(0, 10); in TestEdits()
1055 edits.addReplace(100, 0); in TestEdits()
1056 edits.addReplace(3000, 4000); // variable-length encoding in TestEdits()
1057 edits.addReplace(100000, 100000); in TestEdits()
1106 e.addReplace(3, 1); in TestEditsFindFwdBwd()
1129 ab.addReplace(3, 2); in TestMergeEdits()
[all …]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUCharacterCaseTest.java1062 edits.addReplace(0, 0); in TestEdits()
1067 edits.addReplace(2, 1); // multiple short equal-lengths edits are compressed in TestEdits()
1069 edits.addReplace(2, 1); in TestEdits()
1070 edits.addReplace(2, 1); in TestEdits()
1071 edits.addReplace(0, 10); in TestEdits()
1072 edits.addReplace(100, 0); in TestEdits()
1073 edits.addReplace(3000, 4000); // variable-length encoding in TestEdits()
1074 edits.addReplace(100000, 100000); in TestEdits()
1123 e.addReplace(3, 1); in TestEditsFindFwdBwd()
1146 ab.addReplace(3, 2); in TestMergeEdits()
[all …]
/third_party/icu/icu4c/source/test/intltest/
Dstrcase.cpp953 edits.addReplace(0, 0); in TestEdits()
958 edits.addReplace(2, 1); // multiple short equal-lengths edits are compressed in TestEdits()
960 edits.addReplace(2, 1); in TestEdits()
961 edits.addReplace(2, 1); in TestEdits()
962 edits.addReplace(0, 10); in TestEdits()
963 edits.addReplace(100, 0); in TestEdits()
964 edits.addReplace(3000, 4000); // variable-length encoding in TestEdits()
965 edits.addReplace(100000, 100000); in TestEdits()
1013 a.addReplace(i % 10, (i % 10) + 1); in TestCopyMoveEdits()
1026 c.addReplace(88, 77); in TestCopyMoveEdits()
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DEdits.java139 public void addReplace(int oldLength, int newLength) { in addReplace() method in Edits
928 addReplace(pending_aLength, pending_cLength + cLength);
945 addReplace(pending_aLength + aLength, pending_cLength);
976 addReplace(pending_aLength, pending_cLength);
990 addReplace(pending_aLength + bc_bLength, pending_cLength + cLength);
1001 addReplace(pending_aLength + aLength, pending_cLength + ab_bLength);
1011 addReplace(pending_aLength + aLength, pending_cLength + cLength);
1030 addReplace(pending_aLength, pending_cLength);
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DEdits.java144 public void addReplace(int oldLength, int newLength) { in addReplace() method in Edits
954 addReplace(pending_aLength, pending_cLength + cLength);
971 addReplace(pending_aLength + aLength, pending_cLength);
1002 addReplace(pending_aLength, pending_cLength);
1016 addReplace(pending_aLength + bc_bLength, pending_cLength + cLength);
1027 addReplace(pending_aLength + aLength, pending_cLength + ab_bLength);
1037 addReplace(pending_aLength + aLength, pending_cLength + cLength);
1056 addReplace(pending_aLength, pending_cLength);
/third_party/skia/third_party/externals/icu/source/common/
Dedits.cpp142 void Edits::addReplace(int32_t oldLength, int32_t newLength) { in addReplace() function in Edits
286 addReplace(pending_aLength, pending_cLength + cLength); in mergeAndAppend()
303 addReplace(pending_aLength + aLength, pending_cLength); in mergeAndAppend()
340 addReplace(pending_aLength, pending_cLength); in mergeAndAppend()
354 addReplace(pending_aLength + bc_bLength, pending_cLength + cLength); in mergeAndAppend()
365 addReplace(pending_aLength + aLength, pending_cLength + ab_bLength); in mergeAndAppend()
375 addReplace(pending_aLength + aLength, pending_cLength + cLength); in mergeAndAppend()
394 addReplace(pending_aLength, pending_cLength); in mergeAndAppend()
Dbytesinkutil.cpp53 edits->addReplace(length, s8Length); in appendChange()
76 edits->addReplace(length, s8Length); in appendCodePoint()
Ducasemap.cpp242 edits->addReplace(1, 1); in toLower()
263 edits->addReplace(2, 2); in toLower()
350 edits->addReplace(1, 1); in toUpper()
371 edits->addReplace(2, 2); in toUpper()
676 edits->addReplace(oldLength, newLength); in toUpper()
Dustrcase.cpp85 edits->addReplace(cpLength, 1); in appendResult()
93 edits->addReplace(cpLength, length); in appendResult()
247 edits->addReplace(1, 1); in toLower()
342 edits->addReplace(1, 1); in toUpper()
491 edits->addReplace(1, 1); in ustrcase_internalToTitle()
1120 edits->addReplace(oldLength, newLength); in toUpper()
/third_party/icu/icu4c/source/common/
Dedits.cpp142 void Edits::addReplace(int32_t oldLength, int32_t newLength) { in addReplace() function in Edits
286 addReplace(pending_aLength, pending_cLength + cLength); in mergeAndAppend()
303 addReplace(pending_aLength + aLength, pending_cLength); in mergeAndAppend()
340 addReplace(pending_aLength, pending_cLength); in mergeAndAppend()
354 addReplace(pending_aLength + bc_bLength, pending_cLength + cLength); in mergeAndAppend()
365 addReplace(pending_aLength + aLength, pending_cLength + ab_bLength); in mergeAndAppend()
375 addReplace(pending_aLength + aLength, pending_cLength + cLength); in mergeAndAppend()
394 addReplace(pending_aLength, pending_cLength); in mergeAndAppend()
Dbytesinkutil.cpp53 edits->addReplace(length, s8Length); in appendChange()
76 edits->addReplace(length, s8Length); in appendCodePoint()
Ducasemap.cpp242 edits->addReplace(1, 1); in toLower()
263 edits->addReplace(2, 2); in toLower()
350 edits->addReplace(1, 1); in toUpper()
371 edits->addReplace(2, 2); in toUpper()
676 edits->addReplace(oldLength, newLength); in toUpper()
Dustrcase.cpp85 edits->addReplace(cpLength, 1); in appendResult()
93 edits->addReplace(cpLength, length); in appendResult()
247 edits->addReplace(1, 1); in toLower()
342 edits->addReplace(1, 1); in toUpper()
491 edits->addReplace(1, 1); in ustrcase_internalToTitle()
1120 edits->addReplace(oldLength, newLength); in toUpper()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dedits.cpp141 void Edits::addReplace(int32_t oldLength, int32_t newLength) { in addReplace() function in Edits
285 addReplace(pending_aLength, pending_cLength + cLength); in mergeAndAppend()
302 addReplace(pending_aLength + aLength, pending_cLength); in mergeAndAppend()
339 addReplace(pending_aLength, pending_cLength); in mergeAndAppend()
353 addReplace(pending_aLength + bc_bLength, pending_cLength + cLength); in mergeAndAppend()
364 addReplace(pending_aLength + aLength, pending_cLength + ab_bLength); in mergeAndAppend()
374 addReplace(pending_aLength + aLength, pending_cLength + cLength); in mergeAndAppend()
393 addReplace(pending_aLength, pending_cLength); in mergeAndAppend()
Dbytesinkutil.cpp53 edits->addReplace(length, s8Length); in appendChange()
76 edits->addReplace(length, s8Length); in appendCodePoint()
Ducasemap.cpp242 edits->addReplace(1, 1); in toLower()
263 edits->addReplace(2, 2); in toLower()
350 edits->addReplace(1, 1); in toUpper()
371 edits->addReplace(2, 2); in toUpper()
676 edits->addReplace(oldLength, newLength); in toUpper()
Dustrcase.cpp85 edits->addReplace(cpLength, 1); in appendResult()
93 edits->addReplace(cpLength, length); in appendResult()
247 edits->addReplace(1, 1); in toLower()
342 edits->addReplace(1, 1); in toUpper()
491 edits->addReplace(1, 1); in ustrcase_internalToTitle()
1120 edits->addReplace(oldLength, newLength); in toUpper()
/third_party/node/deps/icu-small/source/common/
Dedits.cpp142 void Edits::addReplace(int32_t oldLength, int32_t newLength) { in addReplace() function in Edits
286 addReplace(pending_aLength, pending_cLength + cLength); in mergeAndAppend()
303 addReplace(pending_aLength + aLength, pending_cLength); in mergeAndAppend()
340 addReplace(pending_aLength, pending_cLength); in mergeAndAppend()
354 addReplace(pending_aLength + bc_bLength, pending_cLength + cLength); in mergeAndAppend()
365 addReplace(pending_aLength + aLength, pending_cLength + ab_bLength); in mergeAndAppend()
375 addReplace(pending_aLength + aLength, pending_cLength + cLength); in mergeAndAppend()
394 addReplace(pending_aLength, pending_cLength); in mergeAndAppend()
Dbytesinkutil.cpp53 edits->addReplace(length, s8Length); in appendChange()
76 edits->addReplace(length, s8Length); in appendCodePoint()
Ducasemap.cpp242 edits->addReplace(1, 1); in toLower()
263 edits->addReplace(2, 2); in toLower()
350 edits->addReplace(1, 1); in toUpper()
371 edits->addReplace(2, 2); in toUpper()
676 edits->addReplace(oldLength, newLength); in toUpper()
Dustrcase.cpp85 edits->addReplace(cpLength, 1); in appendResult()
93 edits->addReplace(cpLength, length); in appendResult()
247 edits->addReplace(1, 1); in toLower()
342 edits->addReplace(1, 1); in toUpper()
491 edits->addReplace(1, 1); in ustrcase_internalToTitle()
1120 edits->addReplace(oldLength, newLength); in toUpper()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DCaseMapImpl.java382 edits.addReplace(cpLength, result); in appendResult()
388 edits.addReplace(cpLength, length); in appendResult()
474 edits.addReplace(1, 1); in internalToLower()
555 edits.addReplace(1, 1); in internalToUpper()
742 edits.addReplace(1, 1); in toTitle()
1408 edits.addReplace(oldLength, newLength); in toUpper()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DCaseMapImpl.java387 edits.addReplace(cpLength, result); in appendResult()
393 edits.addReplace(cpLength, length); in appendResult()
479 edits.addReplace(1, 1); in internalToLower()
560 edits.addReplace(1, 1); in internalToUpper()
747 edits.addReplace(1, 1); in toTitle()
1413 edits.addReplace(oldLength, newLength); in toUpper()
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dedits.h154 void addReplace(int32_t oldLength, int32_t newLength);
/third_party/node/deps/icu-small/source/common/unicode/
Dedits.h154 void addReplace(int32_t oldLength, int32_t newLength);

12