Lines Matching refs:OnigEncoding

33 OnigEncoding OnigEncDefaultCharEncoding = ONIG_ENCODING_INIT_DEFAULT;
41 extern OnigEncoding
48 onigenc_set_default_encoding(OnigEncoding enc)
66 onigenc_get_right_adjust_char_head(OnigEncoding enc, const UChar* start, const UChar* s, const UChar* end)
76 onigenc_get_right_adjust_char_head_with_prev(OnigEncoding enc,
92 onigenc_get_prev_char_head(OnigEncoding enc, const UChar* start, const UChar* s, const UChar* end)
101 onigenc_step_back(OnigEncoding enc, const UChar* start, const UChar* s, const UChar* end, int n)
113 onigenc_step(OnigEncoding enc, const UChar* p, const UChar* end, int n)
123 onigenc_strlen(OnigEncoding enc, const UChar* p, const UChar* end)
136 onigenc_strlen_null(OnigEncoding enc, const UChar* s)
163 onigenc_str_bytelen_null(OnigEncoding enc, const UChar* s)
375 onigenc_get_left_adjust_char_head(OnigEncoding enc, const UChar* start, const UChar* s, const UChar* end)
412 OnigEncoding enc ARG_UNUSED)
435 OnigEncoding enc ARG_UNUSED)
575 OnigEncoding enc)
581 onigenc_is_mbc_newline_0x0a(const UChar* p, const UChar* end, OnigEncoding enc ARG_UNUSED)
592 const UChar*end, UChar* lower, OnigEncoding enc ARG_UNUSED)
614 OnigEncoding enc ARG_UNUSED)
621 OnigEncoding enc ARG_UNUSED)
627 onigenc_single_byte_code_to_mbclen(OnigCodePoint code ARG_UNUSED, OnigEncoding enc ARG_UNUSED)
633 onigenc_single_byte_code_to_mbc(OnigCodePoint code, UChar *buf, OnigEncoding enc ARG_UNUSED)
644 OnigEncoding enc ARG_UNUSED)
651 OnigEncoding enc ARG_UNUSED)
658 OnigEncoding enc ARG_UNUSED)
665 OnigEncoding enc ARG_UNUSED)
674 onigenc_mbn_mbc_to_code(OnigEncoding enc, const UChar* p, const UChar* end)
692 onigenc_mbn_mbc_case_fold(OnigEncoding enc, OnigCaseFoldType flag ARG_UNUSED,
718 onigenc_mbn_is_mbc_ambiguous(OnigEncoding enc, OnigCaseFoldType flag,
734 onigenc_mb2_code_to_mbclen(OnigCodePoint code, OnigEncoding enc ARG_UNUSED)
742 onigenc_mb4_code_to_mbclen(OnigCodePoint code, OnigEncoding enc ARG_UNUSED)
751 onigenc_mb2_code_to_mbc(OnigEncoding enc, OnigCodePoint code, UChar *buf)
768 onigenc_mb4_code_to_mbc(OnigEncoding enc, OnigCodePoint code, UChar *buf)
791 onigenc_minimum_property_name_to_ctype(OnigEncoding enc, UChar* p, UChar* end)
824 onigenc_mb2_is_code_ctype(OnigEncoding enc, OnigCodePoint code,
839 onigenc_mb4_is_code_ctype(OnigEncoding enc, OnigCodePoint code,
854 onigenc_with_ascii_strncmp(OnigEncoding enc, const UChar* p, const UChar* end,
873 onigenc_with_ascii_strnicmp(OnigEncoding enc, const UChar* p, const UChar* end,