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