Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dcharstr.cpp90 int32_t appendCapacity=buffer.getCapacity()-len-1; // -1 for NUL in getAppendBuffer() local
Dunistr.cpp1743 UnicodeStringAppendable::reserveAppendCapacity(int32_t appendCapacity) { in reserveAppendCapacity()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationKeys.java127 protected abstract boolean Resize(int appendCapacity, int length); in Resize()
235 private boolean ensureCapacity(int appendCapacity) { in ensureCapacity()
/external/icu/icu4c/source/test/intltest/
Dstrtest.cpp512 int32_t appendCapacity = 0; in TestCharString() local
/external/icu/icu4c/source/i18n/
Dcollationkeys.cpp181 UBool SortKeyLevel::ensureCapacity(int32_t appendCapacity) { in ensureCapacity()
Drulebasedcollator.cpp116 CollationKeyByteSink::Resize(int32_t appendCapacity, int32_t length) { in Resize()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DRuleBasedCollator.java1134 protected boolean Resize(int appendCapacity, int length) { in Resize()