Lines Matching refs:m_nCurrentEndIndex

145 …sal_Int32				m_nCurrentEndIndex;		// the end index (excluding) within m_sCurrentPortion of the cur…  member in editeng::HangulHanjaConversion_Impl
295 , m_nCurrentEndIndex( 0 ) in HangulHanjaConversion_Impl()
444 m_nCurrentEndIndex = aResult.Boundary.endPos; in implUpdateSuggestions()
453 m_nCurrentEndIndex = aResult.Boundary.endPos; in implUpdateSuggestions()
459 m_nCurrentEndIndex = m_nCurrentStartIndex+1; in implUpdateSuggestions()
535 m_nCurrentStartIndex = m_nCurrentEndIndex = 0; in implRetrieveNextPortion()
548 if ( _bRepeatUnit || ( m_nCurrentEndIndex < m_sCurrentPortion.getLength() ) ) in implNextConvertible()
553 : m_nCurrentEndIndex in implNextConvertible()
581 DBG_ASSERT( m_nCurrentEndIndex <= m_sCurrentPortion.getLength(), in GetCurrentUnit()
583 DBG_ASSERT( m_nCurrentStartIndex <= m_nCurrentEndIndex, in GetCurrentUnit()
586 …tring sCurrentUnit = m_sCurrentPortion.copy( m_nCurrentStartIndex, m_nCurrentEndIndex - m_nCurrent… in GetCurrentUnit()
628 …m_pAntiImpl->HandleNewUnit( m_nCurrentStartIndex - m_nReplacementBaseIndex, m_nCurrentEndIndex - m… in ContinueConversion()
816 …eplacementBaseIndex <= m_nCurrentStartIndex ) && ( m_nReplacementBaseIndex <= m_nCurrentEndIndex ), in implChange()
820 sal_Int32 nEndIndex = m_nCurrentEndIndex - m_nReplacementBaseIndex; in implChange()
854 m_nCurrentEndIndex - m_nCurrentStartIndex, in implChange()
874 m_nReplacementBaseIndex = m_nCurrentEndIndex; in implChange()
900 …pl->HandleNewUnit( m_nCurrentStartIndex - m_nReplacementBaseIndex, m_nCurrentEndIndex - m_nReplace… in implUpdateData()