Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/unicode/
Dappendable.h144 virtual char16_t *getAppendBuffer(int32_t minCapacity,
226 virtual char16_t *getAppendBuffer(int32_t minCapacity,
/external/icu/libicu/cts_headers/unicode/
Dappendable.h144 virtual char16_t *getAppendBuffer(int32_t minCapacity,
226 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.h150 char *getAppendBuffer(int32_t minCapacity,
Dbytesinkutil.cpp148 char* result = dest_.getAppendBuffer( in GetAppendBuffer()
Dcharstr.cpp144 char *CharString::getAppendBuffer(int32_t minCapacity, in getAppendBuffer() function in CharString
Dunistr.cpp1927 UnicodeStringAppendable::getAppendBuffer(int32_t minCapacity, in getAppendBuffer() function in UnicodeStringAppendable
Duloc_tag.cpp2634 buffer = canonical.getAppendBuffer( in ulocimp_toLanguageTag()
/external/icu/libicu/cts_headers/
Dcharstr.h150 char *getAppendBuffer(int32_t minCapacity,
/external/icu/icu4c/source/test/intltest/
Dustrtest.cpp2054 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()
Dstrtest.cpp770 char *buffer = chStr.getAppendBuffer(5, 10, appendCapacity, errorCode); in TestCharString()
Drbbitst.cpp440 char *buffer = dest.getAppendBuffer(utf8Length, utf8Length, capacity, status); in CharStringAppend()