Searched refs:xSentenceCursor (Results 1 – 2 of 2) sorted by relevance
555 XSentenceCursor xSentenceCursor = (XSentenceCursor) in TextCursorExample() local558 xSentenceCursor.gotoNextSentence( false ); in TextCursorExample()581 xSentenceCursor.gotoEndOfSentence( false ); in TextCursorExample()
3301 XSentenceCursor xSentenceCursor = (XSentenceCursor) in testMetaXTextCursor() local3304 bSuccess = xSentenceCursor.gotoNextSentence(true); in testMetaXTextCursor()3311 bSuccess = xSentenceCursor.gotoNextSentence(false); in testMetaXTextCursor()3317 bSuccess = xSentenceCursor.gotoPreviousSentence(true); in testMetaXTextCursor()3324 bSuccess = xSentenceCursor.gotoPreviousSentence(false); in testMetaXTextCursor()3326 bSuccess = xSentenceCursor.gotoEndOfSentence(true); in testMetaXTextCursor()3334 bSuccess = xSentenceCursor.gotoStartOfSentence(true); in testMetaXTextCursor()3342 bSuccess = xSentenceCursor.gotoEndOfSentence(false); in testMetaXTextCursor()3344 bSuccess = xSentenceCursor.gotoStartOfSentence(false); in testMetaXTextCursor()
Completed in 33 milliseconds