diff options
Diffstat (limited to 'src/utf32_be.c')
-rw-r--r-- | src/utf32_be.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/utf32_be.c b/src/utf32_be.c index 9339b15..dd17d3b 100644 --- a/src/utf32_be.c +++ b/src/utf32_be.c @@ -90,7 +90,7 @@ utf32be_code_to_mbc(OnigCodePoint code, UChar *buf) static int utf32be_mbc_case_fold(OnigCaseFoldType flag, - const UChar** pp, const UChar* end, UChar* fold) + const UChar** pp, const UChar* end, UChar* fold) { const UChar* p = *pp; @@ -116,7 +116,7 @@ utf32be_mbc_case_fold(OnigCaseFoldType flag, } else return onigenc_unicode_mbc_case_fold(ONIG_ENCODING_UTF32_BE, flag, pp, end, - fold); + fold); } #if 0 @@ -168,7 +168,7 @@ utf32be_get_case_fold_codes_by_str(OnigCaseFoldType flag, const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) { return onigenc_unicode_get_case_fold_codes_by_str(ONIG_ENCODING_UTF32_BE, - flag, p, end, items); + flag, p, end, items); } OnigEncodingType OnigEncodingUTF32_BE = { |