Home
last modified time | relevance | path

Searched defs:oldLength (Results 1 – 25 of 50) sorted by relevance

12

/third_party/icu/icu4c/source/common/
Dunistr_props.cpp37 int32_t oldLength = this->length(); in trim() local
Dunistr.cpp1166 int32_t oldLength, in findAndReplace()
1423 int32_t oldLength = this->length(); in doReplace() local
1566 int32_t oldLength = length(); in doAppend() local
1700 int32_t oldLength = length(); in padLeading() local
1722 int32_t oldLength = length(); in padTrailing() local
1831 int32_t oldLength = length(); in cloneArrayIfNeeded() local
1936 int32_t oldLength = str.length(); in getAppendBuffer() local
Dunistr_case.cpp103 int32_t oldLength = length(); in caseMap() local
Dedits.cpp142 void Edits::addReplace(int32_t oldLength, int32_t newLength) { in addReplace()
/third_party/node/deps/icu-small/source/common/
Dunistr_props.cpp37 int32_t oldLength = this->length(); in trim() local
Dunistr.cpp1208 int32_t oldLength, in findAndReplace()
1465 int32_t oldLength = this->length(); in doReplace() local
1608 int32_t oldLength = length(); in doAppend() local
1742 int32_t oldLength = length(); in padLeading() local
1764 int32_t oldLength = length(); in padTrailing() local
1873 int32_t oldLength = length(); in cloneArrayIfNeeded() local
1978 int32_t oldLength = str.length(); in getAppendBuffer() local
Dunistr_case.cpp103 int32_t oldLength = length(); in caseMap() local
Dedits.cpp142 void Edits::addReplace(int32_t oldLength, int32_t newLength) { in addReplace()
/third_party/skia/third_party/externals/icu/source/common/
Dunistr_props.cpp37 int32_t oldLength = this->length(); in trim() local
Dunistr.cpp1165 int32_t oldLength, in findAndReplace()
1422 int32_t oldLength = this->length(); in doReplace() local
1565 int32_t oldLength = length(); in doAppend() local
1699 int32_t oldLength = length(); in padLeading() local
1721 int32_t oldLength = length(); in padTrailing() local
1830 int32_t oldLength = length(); in cloneArrayIfNeeded() local
1935 int32_t oldLength = str.length(); in getAppendBuffer() local
Dunistr_case.cpp103 int32_t oldLength = length(); in caseMap() local
Dedits.cpp142 void Edits::addReplace(int32_t oldLength, int32_t newLength) { in addReplace()
/third_party/icu/icu4c/source/test/intltest/
Dtestutil.h22 int32_t oldLength, newLength; member
Dalphaindextst.cpp35 int32_t oldLength = dest.length(); in joinLabelsAndAppend() local
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/subsetter/
DGlyphTableStripper.java58 int oldLength = locaTable.glyphLength(i); in subset() local
DGlyphTableSubsetter.java77 int oldLength = locaTable.glyphLength(oldGlyphId); in subset() local
/third_party/musl/Benchmark/musl/
Dlibc_mman.cpp110 for (auto oldLength : mmapLength) { in PrepareArgsInMremap() local
214 size_t oldLength = state.range(0); in Bm_function_Mremap() local
/third_party/skia/tests/
DPointTest.cpp29 SkScalar oldLength = point.length(); in test_Normalize() local
/third_party/icu/icu4c/source/common/unicode/
Dedits.h343 int32_t oldLength() const { return oldLength_; } in oldLength() function
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dedits.h343 int32_t oldLength() const { return oldLength_; } in oldLength() function
/third_party/node/deps/icu-small/source/common/unicode/
Dedits.h343 int32_t oldLength() const { return oldLength_; } in oldLength() function
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DEdits.java139 public void addReplace(int oldLength, int newLength) { in addReplace()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DEdits.java144 public void addReplace(int oldLength, int newLength) { in addReplace()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
DUCharacterCaseTest.java812 private int oldLength, newLength; field in UCharacterCaseTest.EditChange
813 EditChange(boolean change, int oldLength, int newLength) { in EditChange()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUCharacterCaseTest.java895 private int oldLength, newLength; field in UCharacterCaseTest.EditChange
896 EditChange(boolean change, int oldLength, int newLength) { in EditChange()

12