/third_party/icu/icu4c/source/common/unicode/ |
H A D | appendable.h | 116 * 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 D | appendable.h | 116 * 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 D | appendable.h | 116 * 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 D | appendable.cpp | 60 Appendable::getAppendBuffer(int32_t minCapacity, in getAppendBuffer() function in Appendable
|
H A D | cstr.cpp | 26 char *buf = s.getAppendBuffer(length, length, resultCapacity, status); in CStr()
|
H A D | charstr.h | 153 char *getAppendBuffer(int32_t minCapacity,
|
H A D | bytesinkutil.cpp | 148 char* result = dest_.getAppendBuffer( in GetAppendBuffer()
|
H A D | charstr.cpp | 125 // The caller wrote into the getAppendBuffer(). in append() 178 char *CharString::getAppendBuffer(int32_t minCapacity, in getAppendBuffer() function in CharString
|
H A D | uloc_tag.cpp | 2660 buffer = canonical.getAppendBuffer( in ulocimp_toLanguageTag()
|
H A D | unistr.cpp | 1592 // 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 D | appendable.cpp | 60 Appendable::getAppendBuffer(int32_t minCapacity, in getAppendBuffer() function in Appendable
|
H A D | cstr.cpp | 26 char *buf = s.getAppendBuffer(length, length, resultCapacity, status); in CStr()
|
H A D | charstr.h | 153 char *getAppendBuffer(int32_t minCapacity,
|
H A D | bytesinkutil.cpp | 148 char* result = dest_.getAppendBuffer( in GetAppendBuffer()
|
H A D | charstr.cpp | 125 // The caller wrote into the getAppendBuffer(). in append() 178 char *CharString::getAppendBuffer(int32_t minCapacity, in getAppendBuffer() function in CharString
|
H A D | unistr.cpp | 1634 // 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 D | appendable.cpp | 60 Appendable::getAppendBuffer(int32_t minCapacity, in getAppendBuffer() function in Appendable
|
H A D | cstr.cpp | 26 char *buf = s.getAppendBuffer(length, length, resultCapacity, status); in CStr()
|
H A D | charstr.h | 153 char *getAppendBuffer(int32_t minCapacity,
|
H A D | bytesinkutil.cpp | 148 char* result = dest_.getAppendBuffer( in GetAppendBuffer()
|
H A D | charstr.cpp | 125 // The caller wrote into the getAppendBuffer(). in append() 178 char *CharString::getAppendBuffer(int32_t minCapacity, in getAppendBuffer() function in CharString
|
H A D | uloc_tag.cpp | 2656 buffer = canonical.getAppendBuffer( in ulocimp_toLanguageTag()
|
/third_party/skia/third_party/externals/icu/fuzzers/ |
H A D | icu_appendable_fuzzer.cc | 63 char16_t* out_buffer = strAppendable.getAppendBuffer( in LLVMFuzzerTestOneInput()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | ustrtest.cpp | 2070 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 D | strtest.cpp | 772 char *buffer = chStr.getAppendBuffer(5, 10, appendCapacity, errorCode); in TestCharString() 781 errln("CharString.getAppendBuffer().append(**) failed."); in TestCharString()
|