Home
last modified time | relevance | path

Searched refs:editResize (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/libs/utils/
DString16.cpp197 ->editResize((len+1)*sizeof(char16_t)); in setTo()
220 ->editResize((myLen+otherLen+1)*sizeof(char16_t)); in append()
241 ->editResize((myLen+otherLen+1)*sizeof(char16_t)); in append()
276 ->editResize((myLen+len+1)*sizeof(char16_t)); in insert()
393 ->editResize((N+1)*sizeof(char16_t)); in remove()
402 ->editResize((len+1)*sizeof(char16_t)); in remove()
DSharedBuffer.cpp58 SharedBuffer* SharedBuffer::editResize(size_t newSize) const in editResize() function in android::SharedBuffer
DString8.cpp333 ->editResize(myLen+otherLen+1); in real_append()
348 ->editResize(size+1); in lockBuffer()
366 ->editResize(size+1); in unlockBuffer()
DVectorImpl.cpp386 SharedBuffer* sb = cur_sb->editResize(new_capacity * mItemSize); in _grow()
438 SharedBuffer* sb = cur_sb->editResize(new_capacity * mItemSize); in _shrink()
/frameworks/native/include/utils/
DSharedBuffer.h70 SharedBuffer* editResize(size_t size) const;