/third_party/skia/third_party/externals/icu/fuzzers/ |
H A D | icu_appendable_fuzzer.cc | 25 GetAppendBuffer, member in AppendableApi 26 kMaxValue = GetAppendBuffer 59 case AppendableApi::GetAppendBuffer: { in LLVMFuzzerTestOneInput()
|
/third_party/icu/icu4c/source/common/ |
H A D | bytestream.cpp | 17 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 D | bytesinkutil.cpp | 36 char *buffer = sink.GetAppendBuffer(U8_MAX_LENGTH, desiredCapacity, in appendChange() 137 CharStringByteSink::GetAppendBuffer(int32_t min_capacity, in GetAppendBuffer() function in CharStringByteSink
|
H A D | bytesinkutil.h | 76 char* GetAppendBuffer(int32_t min_capacity,
|
/third_party/node/deps/icu-small/source/common/ |
H A D | bytestream.cpp | 17 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 D | bytesinkutil.cpp | 36 char *buffer = sink.GetAppendBuffer(U8_MAX_LENGTH, desiredCapacity, in appendChange() 137 CharStringByteSink::GetAppendBuffer(int32_t min_capacity, in GetAppendBuffer() function in CharStringByteSink
|
H A D | bytesinkutil.h | 76 char* GetAppendBuffer(int32_t min_capacity,
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | bytestream.cpp | 17 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 D | bytesinkutil.cpp | 36 char *buffer = sink.GetAppendBuffer(U8_MAX_LENGTH, desiredCapacity, in appendChange() 137 CharStringByteSink::GetAppendBuffer(int32_t min_capacity, in GetAppendBuffer() function in CharStringByteSink
|
H A D | bytesinkutil.h | 73 char* GetAppendBuffer(int32_t min_capacity,
|
/third_party/icu/icu4c/source/common/unicode/ |
H A D | bytestream.h | 121 * 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 D | bytestream.h | 121 * 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 D | bytestream.h | 121 * 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 D | strtest.cpp | 606 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 D | bocsu.cpp | 107 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 D | collationkeys.h | 52 virtual char *GetAppendBuffer(int32_t min_capacity,
|
H A D | collationkeys.cpp | 48 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 D | collationkeys.h | 52 virtual char *GetAppendBuffer(int32_t min_capacity,
|
H A D | bocsu.cpp | 107 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 D | bocsu.cpp | 107 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 D | collationkeys.h | 52 virtual char *GetAppendBuffer(int32_t min_capacity,
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
H A D | cord_rep_btree_test.cc | 1080 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 D | cord_rep_btree.h | 228 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 D | cord_rep_ring.h | 197 Span<char> GetAppendBuffer(size_t size); 200 // This function is identical to GetAppendBuffer except that it returns a span
|
H A D | cord_rep_ring.cc | 294 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()
|