Searched refs:nSTPos (Results 1 – 2 of 2) sorted by relevance
223 const xub_StrLen nSTPos = (*aIter).mnPos; in GetWrongPos() local225 if ( nSTPos <= nValue && nValue < nSTPos + nSTLen ) in GetWrongPos()227 else if ( nSTPos > nValue ) in GetWrongPos()636 const xub_StrLen nSTPos = (*aIter).mnPos; in Insert() local638 if ( nNewPos < nSTPos ) in Insert()643 else if ( nNewPos == nSTPos ) in Insert()645 while ( aIter != maList.end() && (*aIter).mnPos == nSTPos ) in Insert()
3391 const xub_StrLen nSTPos = rSmartTagList.Pos( i ); in lcl_FillRecognizerData() local3394 if ( nSTPos <= nCurrent && nCurrent < nSTPos + nSTLen ) in lcl_FillRecognizerData()
Completed in 35 milliseconds