Home
last modified time | relevance | path

Searched refs:getAppendBuffer (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/third_party/icu/source/common/unicode/
Dappendable.h139 virtual UChar *getAppendBuffer(int32_t minCapacity,
221 virtual UChar *getAppendBuffer(int32_t minCapacity,
/external/icu/icu4c/source/common/unicode/
Dappendable.h139 virtual UChar *getAppendBuffer(int32_t minCapacity,
221 virtual UChar *getAppendBuffer(int32_t minCapacity,
/external/chromium_org/third_party/icu/source/common/
Dappendable.cpp58 Appendable::getAppendBuffer(int32_t minCapacity, in getAppendBuffer() function in Appendable
Dcharstr.h103 char *getAppendBuffer(int32_t minCapacity,
Dcharstr.cpp82 char *CharString::getAppendBuffer(int32_t minCapacity, in getAppendBuffer() function in CharString
Dunistr.cpp1772 UnicodeStringAppendable::getAppendBuffer(int32_t minCapacity, in getAppendBuffer() function in UnicodeStringAppendable
/external/icu/icu4c/source/common/
Dappendable.cpp58 Appendable::getAppendBuffer(int32_t minCapacity, in getAppendBuffer() function in Appendable
Dcharstr.h103 char *getAppendBuffer(int32_t minCapacity,
Dcharstr.cpp82 char *CharString::getAppendBuffer(int32_t minCapacity, in getAppendBuffer() function in CharString
Dunistr.cpp1772 UnicodeStringAppendable::getAppendBuffer(int32_t minCapacity, in getAppendBuffer() function in UnicodeStringAppendable
/external/chromium_org/third_party/icu/source/test/intltest/
Dstrtest.cpp513 char *buffer = chStr.getAppendBuffer(5, 10, appendCapacity, errorCode); in TestCharString()
Dustrtest.cpp2055 UChar *buffer=app.getAppendBuffer(3, 3, scratch, 3, &capacity); in doTestAppendable()
2066 buffer=app.getAppendBuffer(0, 3, scratch, 3, &capacity); in doTestAppendable()
2071 buffer=app.getAppendBuffer(3, 3, scratch, 2, &capacity); in doTestAppendable()
/external/icu/icu4c/source/test/intltest/
Dstrtest.cpp513 char *buffer = chStr.getAppendBuffer(5, 10, appendCapacity, errorCode); in TestCharString()
Dustrtest.cpp2055 UChar *buffer=app.getAppendBuffer(3, 3, scratch, 3, &capacity); in doTestAppendable()
2066 buffer=app.getAppendBuffer(0, 3, scratch, 3, &capacity); in doTestAppendable()
2071 buffer=app.getAppendBuffer(3, 3, scratch, 2, &capacity); in doTestAppendable()
/external/chromium_org/third_party/icu/source/i18n/
Ddigitlst.cpp587 char *buffer = str.clear().getAppendBuffer(maxLength, 0, capacity, status); in getDecimal()
/external/icu/icu4c/source/i18n/
Ddigitlst.cpp583 char *buffer = str.clear().getAppendBuffer(maxLength, 0, capacity, status); in getDecimal()