Searched refs:pBeginContent (Results 1 – 1 of 1) sorted by relevance
253 const sal_Unicode * const pBeginContent = _sContent.getStr(); in lcl_wrapName() local254 const sal_Unicode * const pEndContent = pBeginContent + _sContent.getLength(); in lcl_wrapName()257 OSL_PRECOND(pBeginContent <= pEndContent, "Invalid config name: empty"); in lcl_wrapName()259 if (pBeginContent == pEndContent) in lcl_wrapName()268 for(const sal_Unicode* pCur = pBeginContent; pCur != pEndContent; ++pCur) in lcl_wrapName()
Completed in 8 milliseconds