Created
March 18, 2017 19:48
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
case MVM_STRING_GRAPHEME_8: { | |
MVMint64 pgraphs = MVM_string_graphs(tc, piece); | |
memcpy( | |
result->body.storage.blob_8 + position, | |
piece->body.storage.blob_8, | |
pgraphs * sizeof(MVMGrapheme8)); | |
position += pgraphs; | |
break; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment