Home
last modified time | relevance | path

Searched defs:newLength (Results 1 – 25 of 105) sorted by relevance

12345

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DCharsTrieBuilder.java159 int newLength=charsLength+1; in write() local
173 int newLength=charsLength+length; in write() local
184 int newLength=charsLength+length; in write() local
DBytesTrieBuilder.java184 int newLength=bytesLength+1; in write() local
198 int newLength=bytesLength+length; in write() local
209 int newLength=bytesLength+length; in write() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DCharsTrieBuilder.java155 int newLength=charsLength+1; in write() local
169 int newLength=charsLength+length; in write() local
180 int newLength=charsLength+length; in write() local
DBytesTrieBuilder.java177 int newLength=bytesLength+1; in write() local
191 int newLength=bytesLength+length; in write() local
202 int newLength=bytesLength+length; in write() local
/third_party/icu/icu4c/source/test/intltest/
Dtestutil.h22 int32_t oldLength, newLength; member
Dwinnmtst.cpp198 int newLength = GetCurrencyFormatW(lcid, 0, nBuffer, NULL, NULL, 0); in getWindowsFormat() local
212 int newLength = GetNumberFormatW(lcid, 0, nBuffer, NULL, NULL, 0); in getWindowsFormat() local
/third_party/musl/Benchmark/musl/
Dlibc_mman.cpp111 for (auto newLength : mmapLength) { in PrepareArgsInMremap() local
215 size_t newLength = state.range(1); in Bm_function_Mremap() local
/third_party/icu/icu4c/source/i18n/
Dwinnmfmt.cpp420 … int newLength = GetCurrencyFormatEx(localeName, 0, nBuffer, &formatInfo.currency, NULL, 0); in format() local
440 … int newLength = GetNumberFormatEx(localeName, 0, nBuffer, &formatInfo.number, NULL, 0); in format() local
Dwindtfmt.cpp329 …int newLength = GetDateFormatEx(localeName, dfFlags[fDateStyle - kDateOffset], st, NULL, NULL, 0, … in formatDate() local
362 int newLength = GetTimeFormatEx(localeName, tfFlags[fTimeStyle], st, NULL, NULL, 0); in formatTime() local
Dsortkey.cpp114 void CollationKey::setLength(int32_t newLength) { in setLength()
/third_party/skia/third_party/externals/icu/source/i18n/
Dwinnmfmt.cpp415 … int newLength = GetCurrencyFormatEx(localeName, 0, nBuffer, &formatInfo.currency, NULL, 0); in format() local
435 … int newLength = GetNumberFormatEx(localeName, 0, nBuffer, &formatInfo.number, NULL, 0); in format() local
Dwindtfmt.cpp324 …int newLength = GetDateFormatEx(localeName, dfFlags[fDateStyle - kDateOffset], st, NULL, NULL, 0, … in formatDate() local
357 int newLength = GetTimeFormatEx(localeName, tfFlags[fTimeStyle], st, NULL, NULL, 0); in formatTime() local
Dsortkey.cpp114 void CollationKey::setLength(int32_t newLength) { in setLength()
/third_party/node/deps/icu-small/source/i18n/
Dwinnmfmt.cpp421 … int newLength = GetCurrencyFormatEx(localeName, 0, nBuffer, &formatInfo.currency, nullptr, 0); in format() local
441 … int newLength = GetNumberFormatEx(localeName, 0, nBuffer, &formatInfo.number, nullptr, 0); in format() local
Dwindtfmt.cpp330 …int newLength = GetDateFormatEx(localeName, dfFlags[fDateStyle - kDateOffset], st, nullptr, nullpt… in formatDate() local
363 … int newLength = GetTimeFormatEx(localeName, tfFlags[fTimeStyle], st, nullptr, nullptr, 0); in formatTime() local
Dsortkey.cpp114 void CollationKey::setLength(int32_t newLength) { in setLength()
/third_party/node/deps/icu-small/source/common/
Dunistr_case.cpp104 int32_t newLength; in caseMap() local
Ducharstriebuilder.cpp351 int32_t newLength=ucharsLength+1; in write() local
361 int32_t newLength=ucharsLength+length; in write() local
/third_party/icu/icu4c/source/common/
Dunistr_case.cpp104 int32_t newLength; in caseMap() local
/third_party/skia/third_party/externals/icu/source/common/
Dunistr_case.cpp104 int32_t newLength; in caseMap() local
Ducharstriebuilder.cpp351 int32_t newLength=ucharsLength+1; in write() local
361 int32_t newLength=ucharsLength+length; in write() local
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/subsetter/
DPostScriptTableBuilder.java400 int newLength = 34 + 2 * nGlyphs + nameBytes.length; in build() local
/third_party/icu/icu4c/source/tools/toolutil/
Ddenseranges.cpp52 void truncate(int32_t newLength) { in truncate()
/third_party/node/deps/icu-small/source/tools/toolutil/
Ddenseranges.cpp52 void truncate(int32_t newLength) { in truncate()
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
Ddenseranges.cpp52 void truncate(int32_t newLength) { in truncate()

12345