Go to the source code of this file.
|
| static int | utf32le_mbc_enc_len (const UChar *p ARG_UNUSED, const OnigUChar *e ARG_UNUSED, OnigEncoding enc ARG_UNUSED) |
| |
| static int | utf32le_is_mbc_newline (const UChar *p, const UChar *end, OnigEncoding enc ARG_UNUSED) |
| |
| static OnigCodePoint | utf32le_mbc_to_code (const UChar *p, const UChar *end ARG_UNUSED, OnigEncoding enc ARG_UNUSED) |
| |
| static int | utf32le_code_to_mbclen (OnigCodePoint code ARG_UNUSED, OnigEncoding enc ARG_UNUSED) |
| |
| static int | utf32le_code_to_mbc (OnigCodePoint code, UChar *buf, OnigEncoding enc ARG_UNUSED) |
| |
| static int | utf32le_mbc_case_fold (OnigCaseFoldType flag, const UChar **pp, const UChar *end, UChar *fold, OnigEncoding enc) |
| |
| static UChar * | utf32le_left_adjust_char_head (const UChar *start, const UChar *s, const UChar *end, OnigEncoding enc ARG_UNUSED) |
| |
| static int | utf32le_get_case_fold_codes_by_str (OnigCaseFoldType flag, const OnigUChar *p, const OnigUChar *end, OnigCaseFoldCodeItem items[], OnigEncoding enc) |
| |
| | OnigEncodingDefine (utf_32le, UTF_32LE) |
| |
◆ OnigEncodingDefine()
| OnigEncodingDefine |
( |
utf_32le |
, |
|
|
UTF_32LE |
|
|
) |
| |
◆ utf32le_code_to_mbc()
◆ utf32le_code_to_mbclen()
◆ utf32le_get_case_fold_codes_by_str()
◆ utf32le_is_mbc_newline()
◆ utf32le_left_adjust_char_head()
◆ utf32le_mbc_case_fold()
◆ utf32le_mbc_enc_len()
◆ utf32le_mbc_to_code()