Go to the source code of this file.
|
static int | utf32be_mbc_enc_len (const UChar *p ARG_UNUSED, const OnigUChar *e ARG_UNUSED, OnigEncoding enc ARG_UNUSED) |
|
static int | utf32be_is_mbc_newline (const UChar *p, const UChar *end, OnigEncoding enc ARG_UNUSED) |
|
static OnigCodePoint | utf32be_mbc_to_code (const UChar *p, const UChar *end ARG_UNUSED, OnigEncoding enc ARG_UNUSED) |
|
static int | utf32be_code_to_mbclen (OnigCodePoint code ARG_UNUSED, OnigEncoding enc ARG_UNUSED) |
|
static int | utf32be_code_to_mbc (OnigCodePoint code, UChar *buf, OnigEncoding enc ARG_UNUSED) |
|
static int | utf32be_mbc_case_fold (OnigCaseFoldType flag, const UChar **pp, const UChar *end, UChar *fold, OnigEncoding enc) |
|
static UChar * | utf32be_left_adjust_char_head (const UChar *start, const UChar *s, const UChar *end, OnigEncoding enc ARG_UNUSED) |
|
static int | utf32be_get_case_fold_codes_by_str (OnigCaseFoldType flag, const OnigUChar *p, const OnigUChar *end, OnigCaseFoldCodeItem items[], OnigEncoding enc) |
|
| OnigEncodingDefine (utf_32be, UTF_32BE) |
|
OnigEncodingDefine |
( |
utf_32be |
, |
|
|
UTF_32BE |
|
|
) |
| |