Home | History | Annotate | Download | only in src

Lines Matching full:from_string

607   // Copies |character_count| elements from |from_string| to |to_string|
608 // starting at the |from_index|'th character. |from_string| and |to_string|
610 // |from_string| is two-byte, then |to_string| must be two-byte.
613 // |character_count| <= from_string.length and 0 <= |to_index| <= |to_index| +
615 void CopyStringCharacters(Node* from_string, Node* to_string,