Home
last modified time | relevance | path

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

/external/chromium_org/third_party/icu/source/common/
Dcharstr.cpp90 int32_t appendCapacity=buffer.getCapacity()-len-1; // -1 for NUL in getAppendBuffer() local
/external/icu/icu4c/source/common/
Dcharstr.cpp90 int32_t appendCapacity=buffer.getCapacity()-len-1; // -1 for NUL in getAppendBuffer() local
Dunistr.cpp1767 UnicodeStringAppendable::reserveAppendCapacity(int32_t appendCapacity) { in reserveAppendCapacity()
/external/icu/icu4c/source/test/intltest/
Dstrtest.cpp512 int32_t appendCapacity = 0; in TestCharString() local
/external/chromium_org/third_party/icu/source/test/intltest/
Dstrtest.cpp544 int32_t appendCapacity = 0; in TestCharString() local
/external/icu/icu4c/source/i18n/
Dcollationkeys.cpp181 UBool SortKeyLevel::ensureCapacity(int32_t appendCapacity) { in ensureCapacity()
Drulebasedcollator.cpp118 CollationKeyByteSink::Resize(int32_t appendCapacity, int32_t length) { in Resize()