Mercurial > hg > Members > anatofuz > MoarVM
view src/strings/unicode_ops.h @ 20:ae67093f0e62
fix code segment
author | Takahiro SHIMIZU <anatofuz@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 30 Oct 2018 18:40:24 +0900 |
parents | 2cf249471370 |
children |
line wrap: on
line source
MVMint64 MVM_unicode_string_compare(MVMThreadContext *tc, MVMString *a, MVMString *b, MVMint64 collation_mode, MVMint64 lang_mode, MVMint64 country_mode); MVMString * MVM_unicode_string_from_name(MVMThreadContext *tc, MVMString *name);