Lines Matching refs:cursor
37 /** makes it possible to perform cursor movements through sentences.
43 /** determines if the cursor is positioned at the start of a sentence.
49 /** determines if the cursor is positioned at the end of a sentence.
55 /** moves the cursor to the start of the next sentence.
58 <true/> if the cursor was moved. It returns <false/> it the
59 cursor can not advance further.
65 /** moves the cursor to the start of the previous sentence.
68 <true/> if the cursor was moved. It returns <false/> it the
69 cursor can not advance further.
75 /** moves the cursor to the start of the current sentence.
78 <true/> if the cursor is now at the start of a sentence,
79 <false/> otherwise. If <false/> was returned the cursor
86 /** moves the cursor to the end of the current sentence.
89 <true/> if the cursor is now at the end of a sentence,
90 <false/> otherwise. If <false/> was returned the cursor