Home | History | Annotate | Download | only in common

Lines Matching defs:copy

78 // need to copy areas that may overlap
485 // we always copy the length
500 // copy all fields, share the reference-counted buffer
515 // -> allocate a new buffer and copy the contents
517 // src is a writable alias; we make a copy of that instead
781 // do not copy anything if we alias dst itself
1344 // Do not copy characters when
1368 // the following may change fArray but will not copy the current contents;
1373 // copy the stack buffer contents because it will be overwritten with
1393 // if fArray changed, then we need to copy everything except what will change
1399 // fArray did not change; copy only the portion that isn't changing, leaving a hole
1433 UnicodeString::copy(int32_t start, int32_t limit, int32_t dest) {
1623 * We need to make a copy of the array if
1649 // copy the stack buffer contents because it will be overwritten with
1654 oldArray = 0; // no need to copy from stack buffer to itself
1666 // copy the contents
1667 // do not copy more than what fits - it may be smaller than before