Home
last modified time | relevance | path

Searched refs:reserveAppendCapacity (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/common/unicode/
Dappendable.h95 virtual UBool reserveAppendCapacity(int32_t appendCapacity);
200 virtual UBool reserveAppendCapacity(int32_t appendCapacity);
/external/icu/icu4c/source/common/
Dappendable.cpp55 Appendable::reserveAppendCapacity(int32_t /*appendCapacity*/) { in reserveAppendCapacity() function in Appendable
Ducharstrie.cpp388 out.reserveAppendCapacity(++node); in getNextUChars()
Dunistr.cpp1883 UnicodeStringAppendable::reserveAppendCapacity(int32_t appendCapacity) { in reserveAppendCapacity() function in UnicodeStringAppendable
/external/icu/icu4c/source/test/intltest/
Dustrtest.cpp2037 if(!app.reserveAppendCapacity(12)) { in doTestAppendable()