Searched refs:getAppendBuffer (Results 1 – 12 of 12) sorted by relevance
/external/icu/icu4c/source/common/unicode/ |
D | appendable.h | 141 virtual char16_t *getAppendBuffer(int32_t minCapacity, 223 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 | 120 char *getAppendBuffer(int32_t minCapacity,
|
D | bytesinkutil.cpp | 148 char* result = dest_.getAppendBuffer( in GetAppendBuffer()
|
D | charstr.cpp | 107 char *CharString::getAppendBuffer(int32_t minCapacity, in getAppendBuffer() function in CharString
|
D | locid.cpp | 748 buffer = maximizedLocaleID.getAppendBuffer( in addLikelySubtags() 807 buffer = minimizedLocaleID.getAppendBuffer( in minimizeSubtags() 881 buffer = localeID.getAppendBuffer( in forLanguageTag()
|
D | uloc_tag.cpp | 1165 buffer = buf.getAppendBuffer( in _appendKeywordsToLanguageTag() 1289 char* pExtBuf = extBuf->getAppendBuffer( in _appendKeywordsToLanguageTag() 2652 buffer = canonical.getAppendBuffer( in uloc_toLanguageTag()
|
D | unistr.cpp | 1924 UnicodeStringAppendable::getAppendBuffer(int32_t minCapacity, in getAppendBuffer() function in UnicodeStringAppendable
|
/external/icu/icu4c/source/test/intltest/ |
D | strtest.cpp | 533 char *buffer = chStr.getAppendBuffer(5, 10, appendCapacity, errorCode); in TestCharString()
|
D | ustrtest.cpp | 2051 UChar *buffer=app.getAppendBuffer(3, 3, scratch, 3, &capacity); in doTestAppendable() 2062 buffer=app.getAppendBuffer(0, 3, scratch, 3, &capacity); in doTestAppendable() 2067 buffer=app.getAppendBuffer(3, 3, scratch, 2, &capacity); in doTestAppendable()
|
D | rbbitst.cpp | 407 char *buffer = dest.getAppendBuffer(utf8Length, utf8Length, capacity, status); in CharStringAppend()
|