Lines Matching refs:pPos
488 xub_StrLen * pPos, xub_StrLen * pEnd, bool bBackslash = false, in checkWChar() argument
491 sal_Unicode c = rStr.GetChar(*pPos); in checkWChar()
517 ++(*pPos); in checkWChar()
523 *pEnd = ++(*pPos); in checkWChar()
532 *pEnd = ++(*pPos); in checkWChar()
540 *pEnd = ++(*pPos); in checkWChar()
544 else if (rCharClass.isLetterNumeric(rStr, *pPos)) in checkWChar()
546 *pEnd = *pPos = nextChar(rStr, *pPos); in checkWChar()
553 sal_uInt32 scanDomain(UniString const & rStr, xub_StrLen * pPos, in scanDomain() argument
557 sal_Unicode const * p = pBuffer + *pPos; in scanDomain()
559 *pPos = sal::static_int_cast< xub_StrLen >(p - pBuffer); in scanDomain()