Lines Matching refs:start
78 gint start = 0, end = 0; in adjust_boundaries() local
88 start = rTextSegment.SegmentStart; in adjust_boundaries()
95 start = rTextSegment.SegmentStart; in adjust_boundaries()
98 if( start > 0 ) in adjust_boundaries()
99 --start; in adjust_boundaries()
103 aString = pText->getTextRange(start, end); in adjust_boundaries()
107 start = rTextSegment.SegmentStart; in adjust_boundaries()
117 aString = pText->getTextRange(start, end); in adjust_boundaries()
127 start = aTextSegment.SegmentEnd; in adjust_boundaries()
129 start = 0; in adjust_boundaries()
131 aString = pText->getTextRange(start, end); in adjust_boundaries()
139 *start_offset = start; in adjust_boundaries()
145 start, end); in adjust_boundaries()
379 gint start, end; in text_wrapper_get_character_at_offset() local
384 &start, &end); in text_wrapper_get_character_at_offset()