Searched refs:m_nCurrentStartIndex (Results 1 – 1 of 1) sorted by relevance
144 …sal_Int32 m_nCurrentStartIndex; // the start index within m_sCurrentPortion of the… member in editeng::HangulHanjaConversion_Impl294 , 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()[all …]