Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/unicode/
Dappendable.h141 virtual char16_t *getAppendBuffer(int32_t minCapacity,
223 virtual char16_t *getAppendBuffer(int32_t minCapacity,
/external/icu/icu4c/source/common/
Dcstr.cpp26 char *buf = s.getAppendBuffer(length, length, resultCapacity, status); in CStr()
Dappendable.cpp60 Appendable::getAppendBuffer(int32_t minCapacity, in getAppendBuffer() function in Appendable
Dcharstr.h120 char *getAppendBuffer(int32_t minCapacity,
Dbytesinkutil.cpp148 char* result = dest_.getAppendBuffer( in GetAppendBuffer()
Dcharstr.cpp107 char *CharString::getAppendBuffer(int32_t minCapacity, in getAppendBuffer() function in CharString
Dlocid.cpp748 buffer = maximizedLocaleID.getAppendBuffer( in addLikelySubtags()
807 buffer = minimizedLocaleID.getAppendBuffer( in minimizeSubtags()
881 buffer = localeID.getAppendBuffer( in forLanguageTag()
Duloc_tag.cpp1165 buffer = buf.getAppendBuffer( in _appendKeywordsToLanguageTag()
1289 char* pExtBuf = extBuf->getAppendBuffer( in _appendKeywordsToLanguageTag()
2652 buffer = canonical.getAppendBuffer( in uloc_toLanguageTag()
Dunistr.cpp1924 UnicodeStringAppendable::getAppendBuffer(int32_t minCapacity, in getAppendBuffer() function in UnicodeStringAppendable
/external/icu/icu4c/source/test/intltest/
Dstrtest.cpp533 char *buffer = chStr.getAppendBuffer(5, 10, appendCapacity, errorCode); in TestCharString()
Dustrtest.cpp2051 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()
Drbbitst.cpp407 char *buffer = dest.getAppendBuffer(utf8Length, utf8Length, capacity, status); in CharStringAppend()