#include "regenc.h"

Go to the source code of this file.
Functions | |
| 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 | ||||
| ) |
| static int utf32be_code_to_mbc | ( | OnigCodePoint | code, | |
| UChar * | buf, | |||
| OnigEncoding enc | ARG_UNUSED | |||
| ) | [static] |
| static int utf32be_code_to_mbclen | ( | OnigCodePoint code | ARG_UNUSED, | |
| OnigEncoding enc | ARG_UNUSED | |||
| ) | [static] |
Definition at line 70 of file utf_32be.c.
| static int utf32be_get_case_fold_codes_by_str | ( | OnigCaseFoldType | flag, | |
| const OnigUChar * | p, | |||
| const OnigUChar * | end, | |||
| OnigCaseFoldCodeItem | items[], | |||
| OnigEncoding | enc | |||
| ) | [static] |
| static int utf32be_is_mbc_newline | ( | const UChar * | p, | |
| const UChar * | end, | |||
| OnigEncoding enc | ARG_UNUSED | |||
| ) | [static] |
Definition at line 40 of file utf_32be.c.
| static UChar* utf32be_left_adjust_char_head | ( | const UChar * | start, | |
| const UChar * | s, | |||
| const UChar * | end, | |||
| OnigEncoding enc | ARG_UNUSED | |||
| ) | [static] |
| static int utf32be_mbc_case_fold | ( | OnigCaseFoldType | flag, | |
| const UChar ** | pp, | |||
| const UChar * | end, | |||
| UChar * | fold, | |||
| OnigEncoding | enc | |||
| ) | [static] |
Definition at line 90 of file utf_32be.c.
References ONIGENC_ASCII_CODE_TO_LOWER_CASE, ONIGENC_CASE_FOLD_TURKISH_AZERI, ONIGENC_IS_ASCII_CODE, onigenc_unicode_mbc_case_fold(), and UChar.
| static int utf32be_mbc_enc_len | ( | const UChar *p | ARG_UNUSED, | |
| const OnigUChar *e | ARG_UNUSED, | |||
| OnigEncoding enc | ARG_UNUSED | |||
| ) | [static] |
Definition at line 33 of file utf_32be.c.
| static OnigCodePoint utf32be_mbc_to_code | ( | const UChar * | p, | |
| const UChar *end | ARG_UNUSED, | |||
| OnigEncoding enc | ARG_UNUSED | |||
| ) | [static] |
Definition at line 63 of file utf_32be.c.