Home
last modified time | relevance | path

Searched refs:getAppendBuffer (Results 1 – 10 of 10) sorted by relevance

/external/icu/icu4c/source/common/unicode/
Dappendable.h139 virtual UChar *getAppendBuffer(int32_t minCapacity,
221 virtual UChar *getAppendBuffer(int32_t minCapacity,
/external/icu/icu4c/source/common/
Dcstr.cpp20 char *buf = s.getAppendBuffer(length, length, resultCapacity, status); in CStr()
Dappendable.cpp58 Appendable::getAppendBuffer(int32_t minCapacity, in getAppendBuffer() function in Appendable
Dcharstr.h106 char *getAppendBuffer(int32_t minCapacity,
Dcharstr.cpp92 char *CharString::getAppendBuffer(int32_t minCapacity, in getAppendBuffer() function in CharString
Dunistr.cpp1853 UnicodeStringAppendable::getAppendBuffer(int32_t minCapacity, in getAppendBuffer() function in UnicodeStringAppendable
/external/icu/icu4c/source/test/intltest/
Dstrtest.cpp515 char *buffer = chStr.getAppendBuffer(5, 10, appendCapacity, errorCode); in TestCharString()
Dustrtest.cpp2045 UChar *buffer=app.getAppendBuffer(3, 3, scratch, 3, &capacity); in doTestAppendable()
2056 buffer=app.getAppendBuffer(0, 3, scratch, 3, &capacity); in doTestAppendable()
2061 buffer=app.getAppendBuffer(3, 3, scratch, 2, &capacity); in doTestAppendable()
Drbbitst.cpp898 char *buffer = dest.getAppendBuffer(utf8Length, utf8Length, capacity, status); in CharStringAppend()
/external/icu/icu4c/source/i18n/
Ddigitlst.cpp605 char *buffer = str.clear().getAppendBuffer(maxLength, 0, capacity, status); in getDecimal()