Home
last modified time | relevance | path

Searched refs:lengthDelta (Results 1 – 25 of 30) sorted by relevance

12

/third_party/node/deps/icu-small/source/common/
Dunistr_case.cpp170 newLength = oldLength + edits.lengthDelta(); in caseMap()
184 newLength = oldLength + edits.lengthDelta(); in caseMap()
Dutext.cpp1940 int32_t lengthDelta = newLength - oldLength; in repTextReplace() local
1950 int32_t newIndexPos = limit32 + lengthDelta; in repTextReplace()
1953 return lengthDelta; in repTextReplace()
2215 int32_t lengthDelta = newLength - oldLength; in unistrTextReplace() local
2216 ut->chunkOffset = limit32 + lengthDelta; in unistrTextReplace()
2218 return lengthDelta; in unistrTextReplace()
/third_party/skia/third_party/externals/icu/source/common/
Dunistr_case.cpp170 newLength = oldLength + edits.lengthDelta(); in caseMap()
184 newLength = oldLength + edits.lengthDelta(); in caseMap()
Dutext.cpp1940 int32_t lengthDelta = newLength - oldLength; in repTextReplace() local
1950 int32_t newIndexPos = limit32 + lengthDelta; in repTextReplace()
1953 return lengthDelta; in repTextReplace()
2215 int32_t lengthDelta = newLength - oldLength; in unistrTextReplace() local
2216 ut->chunkOffset = limit32 + lengthDelta; in unistrTextReplace()
2218 return lengthDelta; in unistrTextReplace()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dunistr_case.cpp170 newLength = oldLength + edits.lengthDelta(); in caseMap()
184 newLength = oldLength + edits.lengthDelta(); in caseMap()
Dutext.cpp1938 int32_t lengthDelta = newLength - oldLength; in repTextReplace() local
1948 int32_t newIndexPos = limit32 + lengthDelta; in repTextReplace()
1951 return lengthDelta; in repTextReplace()
2213 int32_t lengthDelta = newLength - oldLength; in unistrTextReplace() local
2214 ut->chunkOffset = limit32 + lengthDelta; in unistrTextReplace()
2216 return lengthDelta; in unistrTextReplace()
/third_party/icu/icu4c/source/common/
Dunistr_case.cpp170 newLength = oldLength + edits.lengthDelta(); in caseMap()
184 newLength = oldLength + edits.lengthDelta(); in caseMap()
Dutext.cpp1940 int32_t lengthDelta = newLength - oldLength; in repTextReplace() local
1950 int32_t newIndexPos = limit32 + lengthDelta; in repTextReplace()
1953 return lengthDelta; in repTextReplace()
2215 int32_t lengthDelta = newLength - oldLength; in unistrTextReplace() local
2216 ut->chunkOffset = limit32 + lengthDelta; in unistrTextReplace()
2218 return lengthDelta; in unistrTextReplace()
/third_party/icu/icu4c/source/test/intltest/
Dstrcase.cpp950 assertEquals("new Edits", 0, edits.lengthDelta()); in TestEdits()
957 assertEquals("unchanged 10003", 0, edits.lengthDelta()); in TestEdits()
968 assertEquals("some edits", -3 + 10 - 100 + 1000, edits.lengthDelta()); in TestEdits()
1003 assertEquals("reset", 0, edits.lengthDelta()); in TestEdits()
1015 assertEquals("a: many edits, length delta", 250, a.lengthDelta()); in TestCopyMoveEdits()
1019 assertEquals("b: copy of many edits, length delta", 250, b.lengthDelta()); in TestCopyMoveEdits()
1020 assertEquals("a remains: many edits, length delta", 250, a.lengthDelta()); in TestCopyMoveEdits()
1028 assertEquals("c: assigned many edits, length delta", 250, c.lengthDelta()); in TestCopyMoveEdits()
1029 assertEquals("b remains: many edits, length delta", 250, b.lengthDelta()); in TestCopyMoveEdits()
1037 assertEquals("d: move-constructed many edits, length delta", 250, d.lengthDelta()); in TestCopyMoveEdits()
[all …]
Dnormconf.cpp516 (int32_t)(out8.length() - s8.length()), edits.lengthDelta()); in checkNorm()
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dedits.h169 int32_t lengthDelta() const { return delta; } in lengthDelta() function
/third_party/icu/icu4c/source/common/unicode/
Dedits.h172 int32_t lengthDelta() const { return delta; } in lengthDelta() function
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dedits.h172 int32_t lengthDelta() const { return delta; } in lengthDelta() function
/third_party/node/deps/icu-small/source/common/unicode/
Dedits.h172 int32_t lengthDelta() const { return delta; } in lengthDelta() function
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUCharacterCaseTest.java1059 assertEquals("new Edits", 0, edits.lengthDelta()); in TestEdits()
1066 assertEquals("unchanged 10003", 0, edits.lengthDelta()); in TestEdits()
1077 assertEquals("some edits", -3 + 10 - 100 + 1000, edits.lengthDelta()); in TestEdits()
1110 assertEquals("reset", 0, edits.lengthDelta()); in TestEdits()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
DUCharacterCaseTest.java1042 assertEquals("new Edits", 0, edits.lengthDelta()); in TestEdits()
1049 assertEquals("unchanged 10003", 0, edits.lengthDelta()); in TestEdits()
1060 assertEquals("some edits", -3 + 10 - 100 + 1000, edits.lengthDelta()); in TestEdits()
1093 assertEquals("reset", 0, edits.lengthDelta()); in TestEdits()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DEdits.java241 public int lengthDelta() { return delta; } in lengthDelta() method in Edits
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DEdits.java235 public int lengthDelta() { return delta; } in lengthDelta() method in Edits
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DCaseMapImpl.java415 StringBuilder result = new StringBuilder(src.length() + edits.lengthDelta()); in applyEdits()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DCaseMapImpl.java410 StringBuilder result = new StringBuilder(src.length() + edits.lengthDelta()); in applyEdits()
/third_party/icu/icu4j/tools/build/
Dicu4j62.api3.gz
Dicu4j61.api3.gz
Dicu4j60.api3.gz
Dicu4j67.api3.gz
Dicu4j69.api3.gz

12