Home
last modified time | relevance | path

Searched defs:newZero (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/icu/source/i18n/
Dformatted_string_builder.cpp285 int32_t newZero = newCapacity / 2 - (fLength + count) / 2; in prepareForInsertHelper() local
321 int32_t newZero = oldCapacity / 2 - (fLength + count) / 2; in prepareForInsertHelper() local
/third_party/icu/icu4c/source/i18n/
Dformatted_string_builder.cpp285 int32_t newZero = newCapacity / 2 - (fLength + count) / 2; in prepareForInsertHelper() local
321 int32_t newZero = oldCapacity / 2 - (fLength + count) / 2; in prepareForInsertHelper() local
/third_party/node/deps/icu-small/source/i18n/
Dformatted_string_builder.cpp285 int32_t newZero = newCapacity / 2 - (fLength + count) / 2; in prepareForInsertHelper() local
321 int32_t newZero = oldCapacity / 2 - (fLength + count) / 2; in prepareForInsertHelper() local
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnumber_stringbuilder.cpp269 int32_t newZero = newCapacity / 2 - (fLength + count) / 2; in prepareForInsertHelper() local
305 int32_t newZero = oldCapacity / 2 - (fLength + count) / 2; in prepareForInsertHelper() local