Lines Matching refs:text_end
2923 const UChar* text, const UChar* text_end, UChar* text_range) in slow_search() argument
2927 end = (UChar* )text_end; in slow_search()
2982 const UChar* text, const UChar* text_end, UChar* text_range) in slow_search_ic() argument
2986 end = (UChar* )text_end; in slow_search_ic()
2994 if (str_lower_case_match(enc, ambig_flag, target, target_end, s, text_end)) in slow_search_ic()
3006 const UChar* text_end, const UChar* text_start) in slow_search_backward() argument
3010 s = (UChar* )text_end; in slow_search_backward()
3039 const UChar* text_end, const UChar* text_start) in slow_search_backward_ic() argument
3043 s = (UChar* )text_end; in slow_search_backward_ic()
3052 target, target_end, s, text_end)) in slow_search_backward_ic()
3063 const UChar* text, const UChar* text_end, in bm_search_notrev() argument
3072 (int )text, (int )text_end, (int )text_range); in bm_search_notrev()
3078 if (end + tlen1 > text_end) in bm_search_notrev()
3079 end = text_end - tlen1; in bm_search_notrev()
3121 const UChar* text, const UChar* text_end, const UChar* text_range) in bm_search() argument
3127 if (end > text_end) in bm_search()
3128 end = text_end; in bm_search()
3181 const UChar* text_end, const UChar* text_start) in bm_search_backward() argument
3185 s = text_end - (target_end - target); in bm_search_backward()