Lines Matching refs:encode

2202   if (string_cmp_ic(encode, case_fold_flag, s1, ps2, len) == 0) \
2244 if (string_cmp_ic(encode, case_fold_flag, s1, ps2, len) == 0) \
2553 len = enclen(encode, q);\
2569 print_compiled_byte_code(stderr, reg, (int )(xp - reg->ops), reg->ops, encode);\
2727 OnigEncoding encode = reg->enc; in match_at() local
2890 len = ONIGENC_MBC_CASE_FOLD(encode, in match_at()
2983 len = ONIGENC_MBC_CASE_FOLD(encode, in match_at()
3097 if (! ONIGENC_IS_MBC_HEAD(encode, s)) goto fail; in match_at()
3105 mb_len = enclen(encode, s); in match_at()
3109 code = ONIGENC_MBC_TO_CODE(encode, ss, s); in match_at()
3117 if (ONIGENC_IS_MBC_HEAD(encode, s)) { in match_at()
3132 s += enclen(encode, s); in match_at()
3138 if (! ONIGENC_IS_MBC_HEAD(encode, s)) { in match_at()
3147 int mb_len = enclen(encode, s); in match_at()
3157 code = ONIGENC_MBC_TO_CODE(encode, ss, s); in match_at()
3167 if (ONIGENC_IS_MBC_HEAD(encode, s)) { in match_at()
3181 n = enclen(encode, s); in match_at()
3183 if (ONIGENC_IS_MBC_NEWLINE(encode, s, end)) goto fail; in match_at()
3190 n = enclen(encode, s); in match_at()
3200 n = enclen(encode, s); in match_at()
3202 if (ONIGENC_IS_MBC_NEWLINE(encode, s, end)) goto fail; in match_at()
3212 n = enclen(encode, s); in match_at()
3235 n = enclen(encode, s); in match_at()
3237 if (ONIGENC_IS_MBC_NEWLINE(encode, s, end)) goto fail; in match_at()
3254 n = enclen(encode, s); in match_at()
3270 if (! ONIGENC_IS_MBC_WORD(encode, s, end)) in match_at()
3273 s += enclen(encode, s); in match_at()
3279 if (! ONIGENC_IS_MBC_WORD_ASCII(encode, s, end)) in match_at()
3282 s += enclen(encode, s); in match_at()
3288 if (ONIGENC_IS_MBC_WORD(encode, s, end)) in match_at()
3291 s += enclen(encode, s); in match_at()
3297 if (ONIGENC_IS_MBC_WORD_ASCII(encode, s, end)) in match_at()
3300 s += enclen(encode, s); in match_at()
3311 if (! IS_MBC_WORD_ASCII_MODE(encode, s, end, mode)) in match_at()
3315 if (! IS_MBC_WORD_ASCII_MODE(encode, sprev, end, mode)) in match_at()
3319 if (IS_MBC_WORD_ASCII_MODE(encode, s, end, mode) in match_at()
3320 == IS_MBC_WORD_ASCII_MODE(encode, sprev, end, mode)) in match_at()
3333 if (DATA_ENSURE_CHECK1 && IS_MBC_WORD_ASCII_MODE(encode, s, end, mode)) in match_at()
3337 if (IS_MBC_WORD_ASCII_MODE(encode, sprev, end, mode)) in match_at()
3341 if (IS_MBC_WORD_ASCII_MODE(encode, s, end, mode) in match_at()
3342 != IS_MBC_WORD_ASCII_MODE(encode, sprev, end, mode)) in match_at()
3355 if (DATA_ENSURE_CHECK1 && IS_MBC_WORD_ASCII_MODE(encode, s, end, mode)) { in match_at()
3356 if (ON_STR_BEGIN(s) || !IS_MBC_WORD_ASCII_MODE(encode, sprev, end, mode)) { in match_at()
3369 if (!ON_STR_BEGIN(s) && IS_MBC_WORD_ASCII_MODE(encode, sprev, end, mode)) { in match_at()
3370 if (ON_STR_END(s) || ! IS_MBC_WORD_ASCII_MODE(encode, s, end, mode)) { in match_at()
3385 is_break = onigenc_egcb_is_break_position(encode, s, sprev, str, end); in match_at()
3389 is_break = onigenc_wb_is_break_position(encode, s, sprev, str, end); in match_at()
3427 else if (ONIGENC_IS_MBC_NEWLINE(encode, sprev, end) && !ON_STR_END(s)) { in match_at()
3436 if (IS_EMPTY_STR || !ONIGENC_IS_MBC_NEWLINE(encode, sprev, end)) { in match_at()
3445 else if (ONIGENC_IS_MBC_NEWLINE(encode, s, end)) { in match_at()
3450 else if (ONIGENC_IS_MBC_CRNL(encode, s, end)) { in match_at()
3460 if (IS_EMPTY_STR || !ONIGENC_IS_MBC_NEWLINE(encode, sprev, end)) { in match_at()
3469 else if (ONIGENC_IS_MBC_NEWLINE(encode, s, end) && in match_at()
3470 ON_STR_END(s + enclen(encode, s))) { in match_at()
3475 else if (ONIGENC_IS_MBC_CRNL(encode, s, end)) { in match_at()
3476 UChar* ss = s + enclen(encode, s); in match_at()
3477 ss += enclen(encode, ss); in match_at()
3571 while (sprev + (len = enclen(encode, sprev)) < s) in match_at()
3594 while (sprev + (len = enclen(encode, sprev)) < s) in match_at()
3623 while (sprev + (len = enclen(encode, sprev)) < s) in match_at()
3655 while (sprev + (len = enclen(encode, sprev)) < s) in match_at()
3687 while (sprev + (len = enclen(encode, sprev)) < s) in match_at()
3971 s = (UChar* )ONIGENC_STEP_BACK(encode, str, s, (int )tlen); in match_at()
3973 sprev = (UChar* )onigenc_get_prev_char_head(encode, str, s); in match_at()
3980 q = (UChar* )ONIGENC_STEP_BACK(encode, str, s, (int )tlen); in match_at()
3990 sprev = (UChar* )onigenc_get_prev_char_head(encode, str, s); in match_at()