Searched refs:pBackStr (Results 1 – 1 of 1) sorted by relevance
118 sal_Unicode *pStr = rTmpName.GetBufferAccess(), *pBackStr = pStr + nLen; in ReplacePoint() local123 for( i = nLen; i; --i, pBackStr-- ) in ReplacePoint()124 if( '.' == *pBackStr ) in ReplacePoint()126 *pBackStr = DB_DELIM; in ReplacePoint()
Completed in 10 milliseconds