Lines Matching refs:end
81 OnigCaseFoldType flag ARG_UNUSED, const UChar** pp, const UChar* end, in onigenc_unicode_mbc_case_fold() argument
90 code = ONIGENC_MBC_TO_CODE(enc, p, end); in onigenc_unicode_mbc_case_fold()
278 OnigCaseFoldType flag, const OnigUChar* p, const OnigUChar* end, in onigenc_unicode_get_case_fold_codes_by_str() argument
287 code = ONIGENC_MBC_TO_CODE(enc, p, end); in onigenc_unicode_get_case_fold_codes_by_str()
441 if (p < end) { in onigenc_unicode_get_case_fold_codes_by_str()
446 code = ONIGENC_MBC_TO_CODE(enc, p, end); in onigenc_unicode_get_case_fold_codes_by_str()
470 if (p < end) { in onigenc_unicode_get_case_fold_codes_by_str()
471 code = ONIGENC_MBC_TO_CODE(enc, p, end); in onigenc_unicode_get_case_fold_codes_by_str()
531 OnigCodePoint end; member
545 if (code > WB_RANGES[x].end) in wb_get_type()
563 wb_get_next_main_code(OnigEncoding enc, UChar* p, const UChar* end, in wb_get_next_main_code() argument
571 if (p >= end) break; in wb_get_next_main_code()
573 code = ONIGENC_MBC_TO_CODE(enc, p, end); in wb_get_next_main_code()
587 const UChar* start, const UChar* end) in onigenc_wb_is_break_position() argument
603 if (p == end) return TRUE; in onigenc_wb_is_break_position()
610 cfrom = ONIGENC_MBC_TO_CODE(enc, prev, end); in onigenc_wb_is_break_position()
611 cto = ONIGENC_MBC_TO_CODE(enc, p, end); in onigenc_wb_is_break_position()
641 cfrom = ONIGENC_MBC_TO_CODE(enc, prev, end); in onigenc_wb_is_break_position()
654 r = wb_get_next_main_code(enc, p, end, &cto2, &to2); in onigenc_wb_is_break_position()
667 cfrom2 = ONIGENC_MBC_TO_CODE(enc, prev, end); in onigenc_wb_is_break_position()
683 r = wb_get_next_main_code(enc, p, end, &cto2, &to2); in onigenc_wb_is_break_position()
696 cfrom2 = ONIGENC_MBC_TO_CODE(enc, prev, end); in onigenc_wb_is_break_position()
718 cfrom2 = ONIGENC_MBC_TO_CODE(enc, prev, end); in onigenc_wb_is_break_position()
734 r = wb_get_next_main_code(enc, p, end, &cto2, &to2); in onigenc_wb_is_break_position()
762 cfrom2 = ONIGENC_MBC_TO_CODE(enc, prev, end); in onigenc_wb_is_break_position()
815 OnigCodePoint end; member
829 if (code > EGCB_RANGES[x].end) in egcb_get_type()
910 const UChar* start, const UChar* end) in onigenc_egcb_is_break_position() argument
921 if (p == end) return 1; in onigenc_egcb_is_break_position()
928 from = ONIGENC_MBC_TO_CODE(enc, prev, end); in onigenc_egcb_is_break_position()
929 to = ONIGENC_MBC_TO_CODE(enc, p, end); in onigenc_egcb_is_break_position()
947 from = ONIGENC_MBC_TO_CODE(enc, prev, end); in onigenc_egcb_is_break_position()
961 from = ONIGENC_MBC_TO_CODE(enc, prev, end); in onigenc_egcb_is_break_position()
1101 onigenc_unicode_property_name_to_ctype(OnigEncoding enc, UChar* name, UChar* end) in onigenc_unicode_property_name_to_ctype() argument
1111 while (p < end) { in onigenc_unicode_property_name_to_ctype()
1112 code = ONIGENC_MBC_TO_CODE(enc, p, end); in onigenc_unicode_property_name_to_ctype()