HomeSort by relevance Sort by last modified time
    Searched refs:getAppendBuffer (Results 1 - 12 of 12) sorted by null

  /external/icu4c/common/unicode/
appendable.h 111 * UChar* buffer = app.getAppendBuffer(..., &capacity);
139 virtual UChar *getAppendBuffer(int32_t minCapacity,
208 * For details see Appendable::getAppendBuffer().
221 virtual UChar *getAppendBuffer(int32_t minCapacity,
  /external/icu4c/common/
appendable.cpp 58 Appendable::getAppendBuffer(int32_t minCapacity,
charstr.h 87 * (This function is similar to ByteSink.GetAppendBuffer().)
103 char *getAppendBuffer(int32_t minCapacity,
charstr.cpp 61 // The caller wrote into the getAppendBuffer().
82 char *CharString::getAppendBuffer(int32_t minCapacity,
unistr.cpp 889 char *utf8 = sink.GetAppendBuffer(length16 < capacity ? length16 : capacity,
    [all...]
  /external/chromium_org/third_party/icu/source/common/
charstr.h 87 * (This function is similar to ByteSink.GetAppendBuffer().)
103 char *getAppendBuffer(int32_t minCapacity,
charstr.cpp 61 // The caller wrote into the getAppendBuffer().
82 char *CharString::getAppendBuffer(int32_t minCapacity,
  /external/icu4c/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...]
ustrtest.cpp     [all...]
  /external/chromium_org/third_party/icu/source/i18n/
digitlst.cpp 551 char *buffer = str.clear().getAppendBuffer(maxLength, 0, capacity, status);
  /external/chromium_org/third_party/icu/source/test/intltest/
strtest.cpp 400 char *dest = sink.GetAppendBuffer(0, 50, scratch, (int32_t)sizeof(scratch), &capacity);
402 errln("ByteSink.GetAppendBuffer(min_capacity<1) did not properly return NULL[0]");
405 dest = sink.GetAppendBuffer(10, 50, scratch, 9, &capacity);
407 errln("ByteSink.GetAppendBuffer(scratch_capacity<min_capacity) did not properly return NULL[0]");
410 dest = sink.GetAppendBuffer(5, 50, scratch, (int32_t)sizeof(scratch), &capacity);
412 errln("ByteSink.GetAppendBuffer() did not properly return the scratch buffer");
431 char *dest = sink.GetAppendBuffer(0, 50, scratch, (int32_t)sizeof(scratch), &capacity);
433 errln("CheckedArrayByteSink.GetAppendBuffer(min_capacity<1) did not properly return NULL[0]");
436 dest = sink.GetAppendBuffer(10, 50, scratch, 9, &capacity);
438 errln("CheckedArrayByteSink.GetAppendBuffer(scratch_capacity<min_capacity) did not properly return NULL[0]")
    [all...]
  /external/icu4c/i18n/
digitlst.cpp 587 char *buffer = str.clear().getAppendBuffer(maxLength, 0, capacity, status);

Completed in 506 milliseconds