Home
last modified time | relevance | path

Searched refs:nCmpIdx (Results 1 – 1 of 1) sorted by relevance

/trunk/main/i18npool/source/search/
H A Dtextsearch.cxx591 for (sal_Int32 nCmpIdx = startPos; // start position for the search in NSrchFrwrd() local
592 nCmpIdx <= nEnde; in NSrchFrwrd()
593 nCmpIdx += GetDiff( aStr[nCmpIdx + sSearchKey.getLength()-1])) in NSrchFrwrd()
596 if ( (checkCTLStart && !isCellStart( aStr, nCmpIdx )) || (checkCTLEnd in NSrchFrwrd()
597 && !isCellStart( aStr, nCmpIdx + sSearchKey.getLength())) ) in NSrchFrwrd()
601 while( nSuchIdx >= 0 && sSearchKey[nSuchIdx] == aStr[nCmpIdx + nSuchIdx]) in NSrchFrwrd()
607 sal_Int32 nFndEnd = nCmpIdx + sSearchKey.getLength(); in NSrchFrwrd()
608 bool bAtStart = !nCmpIdx; in NSrchFrwrd()
610 bool bDelimBefore = bAtStart || IsDelimiter( aStr, nCmpIdx-1 ); in NSrchFrwrd()
625 aRet.startOffset[ 0 ] = nCmpIdx; in NSrchFrwrd()
[all …]