Home | History | Annotate | Download | only in libutils

Lines Matching refs:edit

357     char16_t* edit = NULL;
361 if (!edit) {
362 SharedBuffer* buf = SharedBuffer::bufferFromData(mString)->edit();
366 edit = (char16_t*)buf->data();
367 mString = str = edit;
369 edit[i] = tolower((char)v);
379 char16_t* edit = NULL;
382 if (!edit) {
383 SharedBuffer* buf = SharedBuffer::bufferFromData(mString)->edit();
387 edit = (char16_t*)buf->data();
388 mString = str = edit;
390 edit[i] = withThis;