mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* reg*.c: Merge Onigmo 5.15.0 38a870960aa7370051a3544
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47598 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d198d64e04
commit
d2a5354255
33 changed files with 390 additions and 236 deletions
|
@ -167,19 +167,19 @@ big5_mbc_enc_len0(const UChar* p, const UChar* e, int tridx, const int tbl[])
|
|||
static int
|
||||
big5_mbc_enc_len(const UChar* p, const UChar* e, OnigEncoding enc ARG_UNUSED)
|
||||
{
|
||||
return big5_mbc_enc_len0(p, e, 0, EncLen_BIG5);
|
||||
return big5_mbc_enc_len0(p, e, 0, EncLen_BIG5);
|
||||
}
|
||||
|
||||
static int
|
||||
big5_hkscs_mbc_enc_len(const UChar* p, const UChar* e, OnigEncoding enc ARG_UNUSED)
|
||||
{
|
||||
return big5_mbc_enc_len0(p, e, 2, EncLen_BIG5_HKSCS);
|
||||
return big5_mbc_enc_len0(p, e, 2, EncLen_BIG5_HKSCS);
|
||||
}
|
||||
|
||||
static int
|
||||
big5_uao_mbc_enc_len(const UChar* p, const UChar* e, OnigEncoding enc ARG_UNUSED)
|
||||
{
|
||||
return big5_mbc_enc_len0(p, e, 2, EncLen_BIG5_UAO);
|
||||
return big5_mbc_enc_len0(p, e, 2, EncLen_BIG5_UAO);
|
||||
}
|
||||
|
||||
static OnigCodePoint
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue