Searched refs:nBothSep (Results 1 – 1 of 1) sorted by relevance
1307 sal_Int32 nBothSep = bNegated ? rFlagName.indexOf( '!', 1 ) : -1; in implGetName() local1312 else if( nBothSep > 0 ) in implGetName()1313 StringHelper::appendToken( aName, rFlagName.copy( nBothSep + 1 ) ); in implGetName()1317 if( nBothSep > 0 ) in implGetName()1318 StringHelper::appendToken( aName, rFlagName.copy( 1, nBothSep - 1 ) ); in implGetName()
Completed in 29 milliseconds