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

  /external/chromium_org/third_party/icu/source/common/
appendable.cpp 58 Appendable::getAppendBuffer(int32_t minCapacity,
charstr.cpp 61 // The caller wrote into the getAppendBuffer().
82 char *CharString::getAppendBuffer(int32_t minCapacity,
unistr.cpp 885 char *utf8 = sink.GetAppendBuffer(length16 < capacity ? length16 : capacity,
    [all...]
  /external/icu/icu4c/source/common/
appendable.cpp 58 Appendable::getAppendBuffer(int32_t minCapacity,
charstr.cpp 61 // The caller wrote into the getAppendBuffer().
82 char *CharString::getAppendBuffer(int32_t minCapacity,
unistr.cpp 885 char *utf8 = sink.GetAppendBuffer(length16 < capacity ? length16 : capacity,
    [all...]

Completed in 61 milliseconds