Searched refs:getAppendBuffer (Results 1 – 9 of 9) 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 | appendable.cpp | 58 Appendable::getAppendBuffer(int32_t minCapacity, in getAppendBuffer() function in Appendable
|
D | charstr.h | 103 char *getAppendBuffer(int32_t minCapacity,
|
D | charstr.cpp | 82 char *CharString::getAppendBuffer(int32_t minCapacity, in getAppendBuffer() function in CharString
|
D | unistr.cpp | 1748 UnicodeStringAppendable::getAppendBuffer(int32_t minCapacity, in getAppendBuffer() function in UnicodeStringAppendable
|
/external/icu/icu4c/source/test/intltest/ |
D | strtest.cpp | 513 char *buffer = chStr.getAppendBuffer(5, 10, appendCapacity, errorCode); in TestCharString()
|
D | ustrtest.cpp | 2053 UChar *buffer=app.getAppendBuffer(3, 3, scratch, 3, &capacity); in doTestAppendable() 2064 buffer=app.getAppendBuffer(0, 3, scratch, 3, &capacity); in doTestAppendable() 2069 buffer=app.getAppendBuffer(3, 3, scratch, 2, &capacity); in doTestAppendable()
|
D | rbbitst.cpp | 894 char *buffer = dest.getAppendBuffer(utf8Length, utf8Length, capacity, status); in CharStringAppend()
|
/external/icu/icu4c/source/i18n/ |
D | digitlst.cpp | 583 char *buffer = str.clear().getAppendBuffer(maxLength, 0, capacity, status); in getDecimal()
|