/external/chromium_org/third_party/icu/source/common/unicode/ |
D | appendable.h | 139 virtual UChar *getAppendBuffer(int32_t minCapacity, 221 virtual UChar *getAppendBuffer(int32_t minCapacity,
|
/external/icu/icu4c/source/common/unicode/ |
D | appendable.h | 139 virtual UChar *getAppendBuffer(int32_t minCapacity, 221 virtual UChar *getAppendBuffer(int32_t minCapacity,
|
/external/chromium_org/third_party/icu/source/common/ |
D | appendable.cpp | 58 Appendable::getAppendBuffer(int32_t minCapacity, in getAppendBuffer() function in Appendable
|
D | charstr.h | 103 char *getAppendBuffer(int32_t minCapacity,
|
D | charstr.cpp | 82 char *CharString::getAppendBuffer(int32_t minCapacity, in getAppendBuffer() function in CharString
|
D | unistr.cpp | 1772 UnicodeStringAppendable::getAppendBuffer(int32_t minCapacity, in getAppendBuffer() function in UnicodeStringAppendable
|
/external/icu/icu4c/source/common/ |
D | appendable.cpp | 58 Appendable::getAppendBuffer(int32_t minCapacity, in getAppendBuffer() function in Appendable
|
D | charstr.h | 103 char *getAppendBuffer(int32_t minCapacity,
|
D | charstr.cpp | 82 char *CharString::getAppendBuffer(int32_t minCapacity, in getAppendBuffer() function in CharString
|
D | unistr.cpp | 1772 UnicodeStringAppendable::getAppendBuffer(int32_t minCapacity, in getAppendBuffer() function in UnicodeStringAppendable
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | strtest.cpp | 513 char *buffer = chStr.getAppendBuffer(5, 10, appendCapacity, errorCode); in TestCharString()
|
D | ustrtest.cpp | 2055 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/ |
D | strtest.cpp | 513 char *buffer = chStr.getAppendBuffer(5, 10, appendCapacity, errorCode); in TestCharString()
|
D | ustrtest.cpp | 2055 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/ |
D | digitlst.cpp | 587 char *buffer = str.clear().getAppendBuffer(maxLength, 0, capacity, status); in getDecimal()
|
/external/icu/icu4c/source/i18n/ |
D | digitlst.cpp | 583 char *buffer = str.clear().getAppendBuffer(maxLength, 0, capacity, status); in getDecimal()
|