/external/chromium_org/third_party/icu/source/common/ |
bytestream.cpp | 15 char* ByteSink::GetAppendBuffer(int32_t min_capacity, 58 char* CheckedArrayByteSink::GetAppendBuffer(int32_t min_capacity,
|
unistr.cpp | 885 char *utf8 = sink.GetAppendBuffer(length16 < capacity ? length16 : capacity, [all...] |
uts46.cpp | 438 char *destArray=dest.GetAppendBuffer(srcLength, srcLength+20, [all...] |
/external/chromium_org/third_party/icu/source/common/unicode/ |
bytestream.h | 84 * char* buffer = sink->GetAppendBuffer(..., &capacity); 111 virtual char* GetAppendBuffer(int32_t min_capacity, 187 virtual char* GetAppendBuffer(int32_t min_capacity,
|
/external/icu/icu4c/source/common/ |
bytestream.cpp | 15 char* ByteSink::GetAppendBuffer(int32_t min_capacity, 58 char* CheckedArrayByteSink::GetAppendBuffer(int32_t min_capacity,
|
unistr.cpp | 885 char *utf8 = sink.GetAppendBuffer(length16 < capacity ? length16 : capacity, [all...] |
uts46.cpp | 437 char *destArray=dest.GetAppendBuffer(srcLength, srcLength+20, [all...] |
/external/icu/icu4c/source/common/unicode/ |
bytestream.h | 84 * char* buffer = sink->GetAppendBuffer(..., &capacity); 111 virtual char* GetAppendBuffer(int32_t min_capacity, 187 virtual char* GetAppendBuffer(int32_t min_capacity,
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
strtest.cpp | 368 char *dest = sink.GetAppendBuffer(0, 50, scratch, (int32_t)sizeof(scratch), &capacity); 370 errln("ByteSink.GetAppendBuffer(min_capacity<1) did not properly return NULL[0]"); 373 dest = sink.GetAppendBuffer(10, 50, scratch, 9, &capacity); 375 errln("ByteSink.GetAppendBuffer(scratch_capacity<min_capacity) did not properly return NULL[0]"); 378 dest = sink.GetAppendBuffer(5, 50, scratch, (int32_t)sizeof(scratch), &capacity); 380 errln("ByteSink.GetAppendBuffer() did not properly return the scratch buffer"); 399 char *dest = sink.GetAppendBuffer(0, 50, scratch, (int32_t)sizeof(scratch), &capacity); 401 errln("CheckedArrayByteSink.GetAppendBuffer(min_capacity<1) did not properly return NULL[0]"); 404 dest = sink.GetAppendBuffer(10, 50, scratch, 9, &capacity); 406 errln("CheckedArrayByteSink.GetAppendBuffer(scratch_capacity<min_capacity) did not properly return NULL[0]") [all...] |
/external/icu/icu4c/source/test/intltest/ |
strtest.cpp | 368 char *dest = sink.GetAppendBuffer(0, 50, scratch, (int32_t)sizeof(scratch), &capacity); 370 errln("ByteSink.GetAppendBuffer(min_capacity<1) did not properly return NULL[0]"); 373 dest = sink.GetAppendBuffer(10, 50, scratch, 9, &capacity); 375 errln("ByteSink.GetAppendBuffer(scratch_capacity<min_capacity) did not properly return NULL[0]"); 378 dest = sink.GetAppendBuffer(5, 50, scratch, (int32_t)sizeof(scratch), &capacity); 380 errln("ByteSink.GetAppendBuffer() did not properly return the scratch buffer"); 399 char *dest = sink.GetAppendBuffer(0, 50, scratch, (int32_t)sizeof(scratch), &capacity); 401 errln("CheckedArrayByteSink.GetAppendBuffer(min_capacity<1) did not properly return NULL[0]"); 404 dest = sink.GetAppendBuffer(10, 50, scratch, 9, &capacity); 406 errln("CheckedArrayByteSink.GetAppendBuffer(scratch_capacity<min_capacity) did not properly return NULL[0]") [all...] |
/external/icu/icu4c/source/i18n/ |
bocsu.cpp | 105 char *buffer=sink.GetAppendBuffer(1, length*2, scratch, (int32_t)sizeof(scratch), &capacity); 108 // but we do not want to force the sink.GetAppendBuffer() to allocate
|
collationkeys.h | 50 virtual char *GetAppendBuffer(int32_t min_capacity,
|
collationkeys.cpp | 46 return; // the caller used GetAppendBuffer() and wrote the bytes already 57 SortKeyByteSink::GetAppendBuffer(int32_t min_capacity,
|
/external/chromium_org/third_party/icu/source/i18n/ |
bocsu.cpp | 106 char *buffer=sink.GetAppendBuffer(1, length*2, scratch, (int32_t)sizeof(scratch), &capacity); 109 // but we do not want to force the sink.GetAppendBuffer() to allocate
|
ucol.cpp | [all...] |