Searched refs:getAppendBuffer (Results 1 – 13 of 13) sorted by relevance
/external/icu/icu4c/source/common/unicode/ |
D | appendable.h | 144 virtual char16_t *getAppendBuffer(int32_t minCapacity, 226 virtual char16_t *getAppendBuffer(int32_t minCapacity,
|
/external/icu/libicu/cts_headers/unicode/ |
D | appendable.h | 144 virtual char16_t *getAppendBuffer(int32_t minCapacity, 226 virtual char16_t *getAppendBuffer(int32_t minCapacity,
|
/external/icu/icu4c/source/common/ |
D | cstr.cpp | 26 char *buf = s.getAppendBuffer(length, length, resultCapacity, status); in CStr()
|
D | appendable.cpp | 60 Appendable::getAppendBuffer(int32_t minCapacity, in getAppendBuffer() function in Appendable
|
D | charstr.h | 150 char *getAppendBuffer(int32_t minCapacity,
|
D | bytesinkutil.cpp | 148 char* result = dest_.getAppendBuffer( in GetAppendBuffer()
|
D | charstr.cpp | 144 char *CharString::getAppendBuffer(int32_t minCapacity, in getAppendBuffer() function in CharString
|
D | unistr.cpp | 1927 UnicodeStringAppendable::getAppendBuffer(int32_t minCapacity, in getAppendBuffer() function in UnicodeStringAppendable
|
D | uloc_tag.cpp | 2634 buffer = canonical.getAppendBuffer( in ulocimp_toLanguageTag()
|
/external/icu/libicu/cts_headers/ |
D | charstr.h | 150 char *getAppendBuffer(int32_t minCapacity,
|
/external/icu/icu4c/source/test/intltest/ |
D | ustrtest.cpp | 2054 UChar *buffer=app.getAppendBuffer(3, 3, scratch, 3, &capacity); in doTestAppendable() 2065 buffer=app.getAppendBuffer(0, 3, scratch, 3, &capacity); in doTestAppendable() 2070 buffer=app.getAppendBuffer(3, 3, scratch, 2, &capacity); in doTestAppendable()
|
D | strtest.cpp | 770 char *buffer = chStr.getAppendBuffer(5, 10, appendCapacity, errorCode); in TestCharString()
|
D | rbbitst.cpp | 440 char *buffer = dest.getAppendBuffer(utf8Length, utf8Length, capacity, status); in CharStringAppend()
|