#include "regenc.h"
Go to the source code of this file.
Defines | |
#define | ENC_ISO_8859_16_TO_LOWER_CASE(c) EncISO_8859_16_ToLowerCaseTable[c] |
#define | ENC_IS_ISO_8859_16_CTYPE(code, ctype) ((EncISO_8859_16_CtypeTable[code] & CTYPE_TO_BIT(ctype)) != 0) |
Functions | |
static int | mbc_case_fold (OnigCaseFoldType flag, const UChar **pp, const UChar *end ARG_UNUSED, UChar *lower, OnigEncoding enc ARG_UNUSED) |
static int | is_code_ctype (OnigCodePoint code, unsigned int ctype, OnigEncoding enc ARG_UNUSED) |
static int | apply_all_case_fold (OnigCaseFoldType flag, OnigApplyAllCaseFoldFunc f, void *arg, OnigEncoding enc ARG_UNUSED) |
static int | get_case_fold_codes_by_str (OnigCaseFoldType flag, const OnigUChar *p, const OnigUChar *end, OnigCaseFoldCodeItem items[], OnigEncoding enc ARG_UNUSED) |
OnigEncodingDefine (iso_8859_16, ISO_8859_16) | |
Variables | |
static const UChar | EncISO_8859_16_ToLowerCaseTable [256] |
static const unsigned short | EncISO_8859_16_CtypeTable [256] |
static const OnigPairCaseFoldCodes | CaseFoldMap [] |
#define ENC_IS_ISO_8859_16_CTYPE | ( | code, | ||
ctype | ||||
) | ((EncISO_8859_16_CtypeTable[code] & CTYPE_TO_BIT(ctype)) != 0) |
Definition at line 33 of file iso_8859_16.c.
Referenced by is_code_ctype().
#define ENC_ISO_8859_16_TO_LOWER_CASE | ( | c | ) | EncISO_8859_16_ToLowerCaseTable[c] |
Definition at line 32 of file iso_8859_16.c.
Referenced by mbc_case_fold().
static int apply_all_case_fold | ( | OnigCaseFoldType | flag, | |
OnigApplyAllCaseFoldFunc | f, | |||
void * | arg, | |||
OnigEncoding enc | ARG_UNUSED | |||
) | [static] |
Definition at line 204 of file iso_8859_16.c.
References onigenc_apply_all_case_fold_with_map().
static int get_case_fold_codes_by_str | ( | OnigCaseFoldType | flag, | |
const OnigUChar * | p, | |||
const OnigUChar * | end, | |||
OnigCaseFoldCodeItem | items[], | |||
OnigEncoding enc | ARG_UNUSED | |||
) | [static] |
Definition at line 214 of file iso_8859_16.c.
References onigenc_get_case_fold_codes_by_str_with_map().
static int is_code_ctype | ( | OnigCodePoint | code, | |
unsigned int | ctype, | |||
OnigEncoding enc | ARG_UNUSED | |||
) | [static] |
Definition at line 148 of file iso_8859_16.c.
References ENC_IS_ISO_8859_16_CTYPE.
static int mbc_case_fold | ( | OnigCaseFoldType | flag, | |
const UChar ** | pp, | |||
const UChar *end | ARG_UNUSED, | |||
UChar * | lower, | |||
OnigEncoding enc | ARG_UNUSED | |||
) | [static] |
Definition at line 107 of file iso_8859_16.c.
References ENC_ISO_8859_16_TO_LOWER_CASE, INTERNAL_ONIGENC_CASE_FOLD_MULTI_CHAR, and UChar.
OnigEncodingDefine | ( | iso_8859_16 | , | |
ISO_8859_16 | ||||
) |
const OnigPairCaseFoldCodes CaseFoldMap[] [static] |
Definition at line 156 of file iso_8859_16.c.
const unsigned short EncISO_8859_16_CtypeTable[256] [static] |
Definition at line 71 of file iso_8859_16.c.
const UChar EncISO_8859_16_ToLowerCaseTable[256] [static] |
Definition at line 36 of file iso_8859_16.c.