Searched defs:edit (Results 1 - 2 of 2) sorted by relevance

/system/core/libutils/
H A DSharedBuffer.cpp54 SharedBuffer* SharedBuffer::edit() const function in class:android::SharedBuffer
H A DString16.cpp358 char16_t* edit = NULL; local
362 if (!edit) {
363 SharedBuffer* buf = SharedBuffer::bufferFromData(mString)->edit();
367 edit = (char16_t*)buf->data();
368 mString = str = edit;
370 edit[i] = tolower((char)v);
380 char16_t* edit = NULL; local
383 if (!edit) {
384 SharedBuffer* buf = SharedBuffer::bufferFromData(mString)->edit();
388 edit
[all...]

Completed in 63 milliseconds