Searched refs:getAppendBuffer (Results 1 – 10 of 10) sorted by relevance
/external/icu/icu4c/source/common/unicode/ |
D | appendable.h | 139 virtual UChar *getAppendBuffer(int32_t minCapacity, 221 virtual UChar *getAppendBuffer(int32_t minCapacity,
|
/external/icu/icu4c/source/common/ |
D | cstr.cpp | 20 char *buf = s.getAppendBuffer(length, length, resultCapacity, status); in CStr()
|
D | appendable.cpp | 58 Appendable::getAppendBuffer(int32_t minCapacity, in getAppendBuffer() function in Appendable
|
D | charstr.h | 106 char *getAppendBuffer(int32_t minCapacity,
|
D | charstr.cpp | 92 char *CharString::getAppendBuffer(int32_t minCapacity, in getAppendBuffer() function in CharString
|
D | unistr.cpp | 1853 UnicodeStringAppendable::getAppendBuffer(int32_t minCapacity, in getAppendBuffer() function in UnicodeStringAppendable
|
/external/icu/icu4c/source/test/intltest/ |
D | strtest.cpp | 515 char *buffer = chStr.getAppendBuffer(5, 10, appendCapacity, errorCode); in TestCharString()
|
D | ustrtest.cpp | 2045 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()
|
D | rbbitst.cpp | 898 char *buffer = dest.getAppendBuffer(utf8Length, utf8Length, capacity, status); in CharStringAppend()
|
/external/icu/icu4c/source/i18n/ |
D | digitlst.cpp | 605 char *buffer = str.clear().getAppendBuffer(maxLength, 0, capacity, status); in getDecimal()
|