/third_party/node/deps/icu-small/source/common/ |
D | unistr_case.cpp | 170 newLength = oldLength + edits.lengthDelta(); in caseMap() 184 newLength = oldLength + edits.lengthDelta(); in caseMap()
|
D | utext.cpp | 1940 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/ |
D | unistr_case.cpp | 170 newLength = oldLength + edits.lengthDelta(); in caseMap() 184 newLength = oldLength + edits.lengthDelta(); in caseMap()
|
D | utext.cpp | 1940 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/ |
D | unistr_case.cpp | 170 newLength = oldLength + edits.lengthDelta(); in caseMap() 184 newLength = oldLength + edits.lengthDelta(); in caseMap()
|
D | utext.cpp | 1938 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/ |
D | unistr_case.cpp | 170 newLength = oldLength + edits.lengthDelta(); in caseMap() 184 newLength = oldLength + edits.lengthDelta(); in caseMap()
|
D | utext.cpp | 1940 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/ |
D | strcase.cpp | 950 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 …]
|
D | normconf.cpp | 516 (int32_t)(out8.length() - s8.length()), edits.lengthDelta()); in checkNorm()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | edits.h | 169 int32_t lengthDelta() const { return delta; } in lengthDelta() function
|
/third_party/icu/icu4c/source/common/unicode/ |
D | edits.h | 172 int32_t lengthDelta() const { return delta; } in lengthDelta() function
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | edits.h | 172 int32_t lengthDelta() const { return delta; } in lengthDelta() function
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | edits.h | 172 int32_t lengthDelta() const { return delta; } in lengthDelta() function
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
D | UCharacterCaseTest.java | 1059 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/ |
D | UCharacterCaseTest.java | 1042 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/ |
D | Edits.java | 241 public int lengthDelta() { return delta; } in lengthDelta() method in Edits
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | Edits.java | 235 public int lengthDelta() { return delta; } in lengthDelta() method in Edits
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | CaseMapImpl.java | 415 StringBuilder result = new StringBuilder(src.length() + edits.lengthDelta()); in applyEdits()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | CaseMapImpl.java | 410 StringBuilder result = new StringBuilder(src.length() + edits.lengthDelta()); in applyEdits()
|
/third_party/icu/icu4j/tools/build/ |
D | icu4j62.api3.gz |
|
D | icu4j61.api3.gz |
|
D | icu4j60.api3.gz |
|
D | icu4j67.api3.gz |
|
D | icu4j69.api3.gz |
|