Lines Matching refs:m_nCurrentStartIndex

144 …sal_Int32				m_nCurrentStartIndex;	// the start index within m_sCurrentPortion of the current conv…  member in editeng::HangulHanjaConversion_Impl
294 , m_nCurrentStartIndex( 0 ) in HangulHanjaConversion_Impl()
380 sal_Int32 nStartSearch = m_nCurrentStartIndex; in implUpdateSuggestions()
443 m_nCurrentStartIndex = aResult.Boundary.startPos; in implUpdateSuggestions()
449 if( m_nCurrentStartIndex == aResult.Boundary.startPos in implUpdateSuggestions()
458 if( m_sCurrentPortion.getLength() >= m_nCurrentStartIndex+1 ) in implUpdateSuggestions()
459 m_nCurrentEndIndex = m_nCurrentStartIndex+1; in implUpdateSuggestions()
523 (m_nCurrentStartIndex < m_sCurrentPortion.getLength()); in implNextConvertibleUnit()
535 m_nCurrentStartIndex = m_nCurrentEndIndex = 0; in implRetrieveNextPortion()
552 ? ( IsByCharacter() ? m_nCurrentStartIndex : m_nCurrentStartIndex ) in implNextConvertible()
579 DBG_ASSERT( m_nCurrentStartIndex < 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()
677 … nNextAsianScript = xBreakIter->beginOfScript( m_sCurrentPortion, m_nCurrentStartIndex, com::sun::… in implGetConversionDirectionForCurrentPortion()
679 …nNextAsianScript = xBreakIter->nextScript( m_sCurrentPortion, m_nCurrentStartIndex, com::sun::star… in implGetConversionDirectionForCurrentPortion()
680 …if ( ( nNextAsianScript >= m_nCurrentStartIndex ) && ( nNextAsianScript < m_sCurrentPortion.getLen… in implGetConversionDirectionForCurrentPortion()
816 …DBG_ASSERT( ( m_nReplacementBaseIndex <= m_nCurrentStartIndex ) && ( m_nReplacementBaseIndex <= m_… in implChange()
819 sal_Int32 nStartIndex = m_nCurrentStartIndex - m_nReplacementBaseIndex; in implChange()
853 m_nCurrentStartIndex, in implChange()
854 m_nCurrentEndIndex - m_nCurrentStartIndex, in implChange()
900 …m_pAntiImpl->HandleNewUnit( m_nCurrentStartIndex - m_nReplacementBaseIndex, m_nCurrentEndIndex - m… in implUpdateData()