Lines Matching refs:end

101 onigenc_step(OnigEncoding enc, const UChar* p, const UChar* end, int n)  in onigenc_step()  argument
107 return (q <= end ? q : NULL); in onigenc_step()
111 onigenc_strlen(OnigEncoding enc, const UChar* p, const UChar* end) in onigenc_strlen() argument
116 while (q < end) { in onigenc_strlen()
417 const OnigUChar* p, const OnigUChar* end ARG_UNUSED, in onigenc_ascii_get_case_fold_codes_by_str()
477 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in onigenc_get_case_fold_codes_by_str_with_map() argument
483 if (*p == 0x53 && ess_tsett_flag != 0 && end > p + 1 in onigenc_get_case_fold_codes_by_str_with_map()
498 if (*p == 0x73 && ess_tsett_flag != 0 && end > p + 1 in onigenc_get_case_fold_codes_by_str_with_map()
564 onigenc_is_mbc_newline_0x0a(const UChar* p, const UChar* end) in onigenc_is_mbc_newline_0x0a() argument
566 if (p < end) { in onigenc_is_mbc_newline_0x0a()
575 const UChar*end ARG_UNUSED, UChar* lower) in onigenc_ascii_mbc_case_fold()
586 const UChar** pp, const UChar* end)
602 onigenc_single_byte_mbc_to_code(const UChar* p, const UChar* end ARG_UNUSED) in onigenc_single_byte_mbc_to_code()
629 const UChar* end ARG_UNUSED) in onigenc_always_true_is_allowed_reverse_match()
636 const UChar* end ARG_UNUSED) in onigenc_always_false_is_allowed_reverse_match()
642 onigenc_mbn_mbc_to_code(OnigEncoding enc, const UChar* p, const UChar* end) in onigenc_mbn_mbc_to_code() argument
652 if (p >= end) break; in onigenc_mbn_mbc_to_code()
661 const UChar** pp, const UChar* end ARG_UNUSED, in onigenc_mbn_mbc_case_fold()
687 const UChar** pp, const UChar* end)
758 onigenc_minimum_property_name_to_ctype(OnigEncoding enc, UChar* p, UChar* end) in onigenc_minimum_property_name_to_ctype() argument
781 len = onigenc_strlen(enc, p, end); in onigenc_minimum_property_name_to_ctype()
784 onigenc_with_ascii_strncmp(enc, p, end, pb->name, pb->len) == 0) in onigenc_minimum_property_name_to_ctype()
822 onigenc_with_ascii_strncmp(OnigEncoding enc, const UChar* p, const UChar* end, in onigenc_with_ascii_strncmp() argument
828 if (p >= end) return (int )(*sascii); in onigenc_with_ascii_strncmp()
830 c = (int )ONIGENC_MBC_TO_CODE(enc, p, end); in onigenc_with_ascii_strncmp()