Home
last modified time | relevance | path

Searched defs:appendCapacity (Results 1 – 21 of 21) sorted by relevance

/third_party/flutter/skia/third_party/externals/icu/source/common/
Dcharstr.cpp115 int32_t appendCapacity=buffer.getCapacity()-len-1; // -1 for NUL in getAppendBuffer() local
Dunistr.cpp1922 UnicodeStringAppendable::reserveAppendCapacity(int32_t appendCapacity) { in reserveAppendCapacity()
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationKeys.java129 protected abstract boolean Resize(int appendCapacity, int length); in Resize()
237 private boolean ensureCapacity(int appendCapacity) { in ensureCapacity()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
DCollationKeys.java136 protected abstract boolean Resize(int appendCapacity, int length); in Resize()
247 private boolean ensureCapacity(int appendCapacity) { in ensureCapacity()
/third_party/skia/third_party/externals/icu/source/common/
Dcharstr.cpp186 int32_t appendCapacity=buffer.getCapacity()-len-1; // -1 for NUL in getAppendBuffer() local
Dunistr.cpp1922 UnicodeStringAppendable::reserveAppendCapacity(int32_t appendCapacity) { in reserveAppendCapacity()
/third_party/node/deps/icu-small/source/common/
Dcharstr.cpp186 int32_t appendCapacity=buffer.getCapacity()-len-1; // -1 for NUL in getAppendBuffer() local
Dunistr.cpp1922 UnicodeStringAppendable::reserveAppendCapacity(int32_t appendCapacity) { in reserveAppendCapacity()
/third_party/icu/icu4c/source/common/
Dcharstr.cpp186 int32_t appendCapacity=buffer.getCapacity()-len-1; // -1 for NUL in getAppendBuffer() local
Dunistr.cpp1922 UnicodeStringAppendable::reserveAppendCapacity(int32_t appendCapacity) { in reserveAppendCapacity()
/third_party/skia/third_party/externals/icu/source/i18n/
Dcollationkeys.cpp183 UBool SortKeyLevel::ensureCapacity(int32_t appendCapacity) { in ensureCapacity()
Drulebasedcollator.cpp118 CollationKeyByteSink::Resize(int32_t appendCapacity, int32_t length) { in Resize()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dcollationkeys.cpp183 UBool SortKeyLevel::ensureCapacity(int32_t appendCapacity) { in ensureCapacity()
Drulebasedcollator.cpp118 CollationKeyByteSink::Resize(int32_t appendCapacity, int32_t length) { in Resize()
/third_party/node/deps/icu-small/source/i18n/
Dcollationkeys.cpp183 UBool SortKeyLevel::ensureCapacity(int32_t appendCapacity) { in ensureCapacity()
Drulebasedcollator.cpp118 CollationKeyByteSink::Resize(int32_t appendCapacity, int32_t length) { in Resize()
/third_party/icu/icu4c/source/i18n/
Dcollationkeys.cpp183 UBool SortKeyLevel::ensureCapacity(int32_t appendCapacity) { in ensureCapacity()
Drulebasedcollator.cpp118 CollationKeyByteSink::Resize(int32_t appendCapacity, int32_t length) { in Resize()
/third_party/icu/icu4c/source/test/intltest/
Dstrtest.cpp770 int32_t appendCapacity = 0; in TestCharString() local
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DRuleBasedCollator.java1118 protected boolean Resize(int appendCapacity, int length) { in Resize()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DRuleBasedCollator.java1090 protected boolean Resize(int appendCapacity, int length) { in Resize()