Home
last modified time | relevance | path

Searched refs:GetAppendBuffer (Results 1 - 25 of 34) sorted by relevance

12

/third_party/skia/third_party/externals/icu/fuzzers/
H A Dicu_appendable_fuzzer.cc25 GetAppendBuffer, member in AppendableApi
26 kMaxValue = GetAppendBuffer
59 case AppendableApi::GetAppendBuffer: { in LLVMFuzzerTestOneInput()
/third_party/icu/icu4c/source/common/
H A Dbytestream.cpp17 char* ByteSink::GetAppendBuffer(int32_t min_capacity, in GetAppendBuffer() function in ByteSink
66 char* CheckedArrayByteSink::GetAppendBuffer(int32_t min_capacity, in GetAppendBuffer() function in CheckedArrayByteSink
H A Dbytesinkutil.cpp36 char *buffer = sink.GetAppendBuffer(U8_MAX_LENGTH, desiredCapacity, in appendChange()
137 CharStringByteSink::GetAppendBuffer(int32_t min_capacity, in GetAppendBuffer() function in CharStringByteSink
H A Dbytesinkutil.h76 char* GetAppendBuffer(int32_t min_capacity,
/third_party/node/deps/icu-small/source/common/
H A Dbytestream.cpp17 char* ByteSink::GetAppendBuffer(int32_t min_capacity, in GetAppendBuffer() function in ByteSink
66 char* CheckedArrayByteSink::GetAppendBuffer(int32_t min_capacity, in GetAppendBuffer() function in CheckedArrayByteSink
H A Dbytesinkutil.cpp36 char *buffer = sink.GetAppendBuffer(U8_MAX_LENGTH, desiredCapacity, in appendChange()
137 CharStringByteSink::GetAppendBuffer(int32_t min_capacity, in GetAppendBuffer() function in CharStringByteSink
H A Dbytesinkutil.h76 char* GetAppendBuffer(int32_t min_capacity,
/third_party/skia/third_party/externals/icu/source/common/
H A Dbytestream.cpp17 char* ByteSink::GetAppendBuffer(int32_t min_capacity, in GetAppendBuffer() function in ByteSink
66 char* CheckedArrayByteSink::GetAppendBuffer(int32_t min_capacity, in GetAppendBuffer() function in CheckedArrayByteSink
H A Dbytesinkutil.cpp36 char *buffer = sink.GetAppendBuffer(U8_MAX_LENGTH, desiredCapacity, in appendChange()
137 CharStringByteSink::GetAppendBuffer(int32_t min_capacity, in GetAppendBuffer() function in CharStringByteSink
H A Dbytesinkutil.h73 char* GetAppendBuffer(int32_t min_capacity,
/third_party/icu/icu4c/source/common/unicode/
H A Dbytestream.h121 * char* buffer = sink->GetAppendBuffer(..., &capacity);
148 virtual char* GetAppendBuffer(int32_t min_capacity,
224 virtual char* GetAppendBuffer(int32_t min_capacity,
/third_party/node/deps/icu-small/source/common/unicode/
H A Dbytestream.h121 * char* buffer = sink->GetAppendBuffer(..., &capacity);
148 virtual char* GetAppendBuffer(int32_t min_capacity,
224 virtual char* GetAppendBuffer(int32_t min_capacity,
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dbytestream.h121 * char* buffer = sink->GetAppendBuffer(..., &capacity);
148 virtual char* GetAppendBuffer(int32_t min_capacity,
224 virtual char* GetAppendBuffer(int32_t min_capacity,
/third_party/icu/icu4c/source/test/intltest/
H A Dstrtest.cpp606 char *dest = sink.GetAppendBuffer(0, 50, scratch, (int32_t)sizeof(scratch), &capacity); in TestByteSink()
608 errln("ByteSink.GetAppendBuffer(min_capacity<1) did not properly return NULL[0]"); in TestByteSink()
611 dest = sink.GetAppendBuffer(10, 50, scratch, 9, &capacity); in TestByteSink()
613 errln("ByteSink.GetAppendBuffer(scratch_capacity<min_capacity) did not properly return NULL[0]"); in TestByteSink()
616 dest = sink.GetAppendBuffer(5, 50, scratch, (int32_t)sizeof(scratch), &capacity); in TestByteSink()
618 errln("ByteSink.GetAppendBuffer() did not properly return the scratch buffer"); in TestByteSink()
637 char *dest = sink.GetAppendBuffer(0, 50, scratch, (int32_t)sizeof(scratch), &capacity); in TestCheckedArrayByteSink()
639 errln("CheckedArrayByteSink.GetAppendBuffer(min_capacity<1) did not properly return NULL[0]"); in TestCheckedArrayByteSink()
642 dest = sink.GetAppendBuffer(10, 50, scratch, 9, &capacity); in TestCheckedArrayByteSink()
644 errln("CheckedArrayByteSink.GetAppendBuffer(scratch_capacit in TestCheckedArrayByteSink()
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dbocsu.cpp107 char *buffer=sink.GetAppendBuffer(1, length*2, scratch, (int32_t)sizeof(scratch), &capacity); in u_writeIdenticalLevelRun()
110 // but we do not want to force the sink.GetAppendBuffer() to allocate in u_writeIdenticalLevelRun()
H A Dcollationkeys.h52 virtual char *GetAppendBuffer(int32_t min_capacity,
H A Dcollationkeys.cpp48 return; // the caller used GetAppendBuffer() and wrote the bytes already in Append()
59 SortKeyByteSink::GetAppendBuffer(int32_t min_capacity, in GetAppendBuffer() function in SortKeyByteSink
/third_party/node/deps/icu-small/source/i18n/
H A Dcollationkeys.h52 virtual char *GetAppendBuffer(int32_t min_capacity,
H A Dbocsu.cpp107 char *buffer=sink.GetAppendBuffer(1, length*2, scratch, (int32_t)sizeof(scratch), &capacity); in u_writeIdenticalLevelRun()
110 // but we do not want to force the sink.GetAppendBuffer() to allocate in u_writeIdenticalLevelRun()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dbocsu.cpp107 char *buffer=sink.GetAppendBuffer(1, length*2, scratch, (int32_t)sizeof(scratch), &capacity); in u_writeIdenticalLevelRun()
110 // but we do not want to force the sink.GetAppendBuffer() to allocate in u_writeIdenticalLevelRun()
H A Dcollationkeys.h52 virtual char *GetAppendBuffer(int32_t min_capacity,
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcord_rep_btree_test.cc1080 EXPECT_DEATH(tree->GetAppendBuffer(1), ".*"); in TEST_P()
1092 EXPECT_THAT(tree->GetAppendBuffer(1), SizeIs(0)); in TEST_P()
1102 EXPECT_THAT(tree->GetAppendBuffer(1), SizeIs(0)); in TEST_P()
1116 EXPECT_THAT(tree->GetAppendBuffer(1), SizeIs(0)); in TEST_P()
1128 EXPECT_THAT(tree->GetAppendBuffer(1), SizeIs(0)); in TEST_P()
1138 absl::Span<char> span = tree->GetAppendBuffer(2); in TEST_P()
1144 span = tree->GetAppendBuffer(avail + 100); in TEST_P()
H A Dcord_rep_btree.h228 Span<char> GetAppendBuffer(size_t size);
498 // Fallback version of GetAppendBuffer for large trees: GetAppendBuffer()
783 inline Span<char> CordRepBtree::GetAppendBuffer(size_t size) { in GetAppendBuffer() function in absl::cord_internal::CordRepBtree
H A Dcord_rep_ring.h197 Span<char> GetAppendBuffer(size_t size);
200 // This function is identical to GetAppendBuffer except that it returns a span
H A Dcord_rep_ring.cc294 Span<char> CordRepRing::GetAppendBuffer(size_t size) { in GetAppendBuffer() function in absl::cord_internal::CordRepRing
508 Span<char> avail = rep->GetAppendBuffer(data.length()); in Append()

Completed in 55 milliseconds

12