Home
last modified time | relevance | path

Searched refs:getAppendBuffer (Results 1 - 25 of 27) sorted by relevance

12

/third_party/icu/icu4c/source/common/unicode/
H A Dappendable.h116 * char16_t* buffer = app.getAppendBuffer(..., &capacity);
144 virtual char16_t *getAppendBuffer(int32_t minCapacity,
213 * For details see Appendable::getAppendBuffer().
226 virtual char16_t *getAppendBuffer(int32_t minCapacity,
/third_party/node/deps/icu-small/source/common/unicode/
H A Dappendable.h116 * char16_t* buffer = app.getAppendBuffer(..., &capacity);
144 virtual char16_t *getAppendBuffer(int32_t minCapacity,
213 * For details see Appendable::getAppendBuffer().
226 virtual char16_t *getAppendBuffer(int32_t minCapacity,
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dappendable.h116 * char16_t* buffer = app.getAppendBuffer(..., &capacity);
144 virtual char16_t *getAppendBuffer(int32_t minCapacity,
213 * For details see Appendable::getAppendBuffer().
226 virtual char16_t *getAppendBuffer(int32_t minCapacity,
/third_party/icu/icu4c/source/common/
H A Dappendable.cpp60 Appendable::getAppendBuffer(int32_t minCapacity, in getAppendBuffer() function in Appendable
H A Dcstr.cpp26 char *buf = s.getAppendBuffer(length, length, resultCapacity, status); in CStr()
H A Dcharstr.h153 char *getAppendBuffer(int32_t minCapacity,
H A Dbytesinkutil.cpp148 char* result = dest_.getAppendBuffer( in GetAppendBuffer()
H A Dcharstr.cpp125 // The caller wrote into the getAppendBuffer(). in append()
178 char *CharString::getAppendBuffer(int32_t minCapacity, in getAppendBuffer() function in CharString
H A Duloc_tag.cpp2660 buffer = canonical.getAppendBuffer( in ulocimp_toLanguageTag()
H A Dunistr.cpp1592 // UChar *buffer=str.getAppendBuffer(...); in doAppend()
1928 UnicodeStringAppendable::getAppendBuffer(int32_t minCapacity, in getAppendBuffer() function in UnicodeStringAppendable
/third_party/node/deps/icu-small/source/common/
H A Dappendable.cpp60 Appendable::getAppendBuffer(int32_t minCapacity, in getAppendBuffer() function in Appendable
H A Dcstr.cpp26 char *buf = s.getAppendBuffer(length, length, resultCapacity, status); in CStr()
H A Dcharstr.h153 char *getAppendBuffer(int32_t minCapacity,
H A Dbytesinkutil.cpp148 char* result = dest_.getAppendBuffer( in GetAppendBuffer()
H A Dcharstr.cpp125 // The caller wrote into the getAppendBuffer(). in append()
178 char *CharString::getAppendBuffer(int32_t minCapacity, in getAppendBuffer() function in CharString
H A Dunistr.cpp1634 // char16_t *buffer=str.getAppendBuffer(...); in doAppend()
1970 UnicodeStringAppendable::getAppendBuffer(int32_t minCapacity, in getAppendBuffer() function in UnicodeStringAppendable
/third_party/skia/third_party/externals/icu/source/common/
H A Dappendable.cpp60 Appendable::getAppendBuffer(int32_t minCapacity, in getAppendBuffer() function in Appendable
H A Dcstr.cpp26 char *buf = s.getAppendBuffer(length, length, resultCapacity, status); in CStr()
H A Dcharstr.h153 char *getAppendBuffer(int32_t minCapacity,
H A Dbytesinkutil.cpp148 char* result = dest_.getAppendBuffer( in GetAppendBuffer()
H A Dcharstr.cpp125 // The caller wrote into the getAppendBuffer(). in append()
178 char *CharString::getAppendBuffer(int32_t minCapacity, in getAppendBuffer() function in CharString
H A Duloc_tag.cpp2656 buffer = canonical.getAppendBuffer( in ulocimp_toLanguageTag()
/third_party/skia/third_party/externals/icu/fuzzers/
H A Dicu_appendable_fuzzer.cc63 char16_t* out_buffer = strAppendable.getAppendBuffer( in LLVMFuzzerTestOneInput()
/third_party/icu/icu4c/source/test/intltest/
H A Dustrtest.cpp2070 UChar *buffer=app.getAppendBuffer(3, 3, scratch, 3, &capacity); in doTestAppendable()
2072 errln("Appendable.getAppendBuffer(min=3) returned capacity=%d<3", (int)capacity); in doTestAppendable()
2081 buffer=app.getAppendBuffer(0, 3, scratch, 3, &capacity); in doTestAppendable()
2083 errln("Appendable.getAppendBuffer(min=0) failed"); in doTestAppendable()
2086 buffer=app.getAppendBuffer(3, 3, scratch, 2, &capacity); in doTestAppendable()
2088 errln("Appendable.getAppendBuffer(scratch<min) failed"); in doTestAppendable()
H A Dstrtest.cpp772 char *buffer = chStr.getAppendBuffer(5, 10, appendCapacity, errorCode); in TestCharString()
781 errln("CharString.getAppendBuffer().append(**) failed."); in TestCharString()

Completed in 26 milliseconds

12