Lines Matching refs:nIdx

2134         xub_StrLen nIdx = 0;  in ImpFindKashidas()  local
2139 while ( nIdx < aWord.Len() ) in ImpFindKashidas()
2141 cCh = aWord.GetChar( nIdx ); in ImpFindKashidas()
2147 nKashidaPos = aWordSel.Min().GetIndex() + nIdx; in ImpFindKashidas()
2153 if ( nIdx + 1 < aWord.Len() && in ImpFindKashidas()
2156 nKashidaPos = aWordSel.Min().GetIndex() + nIdx; in ImpFindKashidas()
2164 if ( nIdx && nIdx + 1 == aWord.Len() && in ImpFindKashidas()
2173 nKashidaPos = aWordSel.Min().GetIndex() + nIdx - 1; in ImpFindKashidas()
2180 if ( nIdx && nIdx + 1 < aWord.Len() && 0x628 == cCh ) in ImpFindKashidas()
2185 xub_Unicode cNextCh = aWord.GetChar( nIdx + 1 ); in ImpFindKashidas()
2192 nKashidaPos = aWordSel.Min().GetIndex() + nIdx - 1; in ImpFindKashidas()
2198 if ( nIdx && nIdx + 1 == aWord.Len() && in ImpFindKashidas()
2209 nKashidaPos = aWordSel.Min().GetIndex() + nIdx - 1; in ImpFindKashidas()
2220 ++nIdx; in ImpFindKashidas()
4485 for( xub_StrLen nIdx = nStt; nIdx < nEnd; ++nIdx ) in ImplInitDigitMode() local
4487 sal_Unicode nChar = pString->GetChar( nIdx ); in ImplInitDigitMode()
4491 pString->SetChar( nIdx, nChar ); in ImplInitDigitMode()
4778 …xtMarkingVector& rTextMarkingVector, const String& rTxt, const sal_uInt16 nIdx, const sal_uInt16 n… in ImplFillTextMarkingVector() argument
4787 …sal_Int32 nNextCellBreak(_xBI->nextCharacters(rTxt, nIdx, rLocale, i18n::CharacterIteratorMode::SK… in ImplFillTextMarkingVector()
4788 …i18n::Boundary nNextWordBoundary(_xBI->getWordBoundary(rTxt, nIdx, rLocale, i18n::WordType::ANY_WO… in ImplFillTextMarkingVector()
4789 sal_Int32 nNextSentenceBreak(_xBI->endOfSentence(rTxt, nIdx, rLocale)); in ImplFillTextMarkingVector()
4791 const sal_Int32 nEndPos(nIdx + nLen); in ImplFillTextMarkingVector()
4794 for(i = nIdx; i < nEndPos; i++) in ImplFillTextMarkingVector()
4799 … rTextMarkingVector.push_back(EEngineData::TextMarkingClass(EEngineData::EndOfCaracter, i - nIdx)); in ImplFillTextMarkingVector()
4804 … rTextMarkingVector.push_back(EEngineData::TextMarkingClass(EEngineData::EndOfWord, i - nIdx)); in ImplFillTextMarkingVector()
4809 … rTextMarkingVector.push_back(EEngineData::TextMarkingClass(EEngineData::EndOfSentence, i - nIdx)); in ImplFillTextMarkingVector()