Searched refs:nIndexTh (Results 1 – 1 of 1) sorted by relevance
229 xub_StrLen nIndexDec = 0, nIndexTh = 0, nIndex = 0; in ImplUpdateSeparatorString() local235 nIndexTh = io_rText.Search( rOldThSep, nIndex ); in ImplUpdateSeparatorString()236 if( (nIndexTh != STRING_NOTFOUND && nIndexDec != STRING_NOTFOUND && nIndexTh < nIndexDec ) in ImplUpdateSeparatorString()237 || (nIndexTh != STRING_NOTFOUND && nIndexDec == STRING_NOTFOUND) in ImplUpdateSeparatorString()240 aBuf.append( pBuffer + nIndex, nIndexTh - nIndex ); in ImplUpdateSeparatorString()242 nIndex = nIndexTh + rOldThSep.Len(); in ImplUpdateSeparatorString()
Completed in 11 milliseconds