Searched refs:isAtomChar (Results 1 – 4 of 4) sorted by relevance
825 else if (INetMIME::isAtomChar(*p)) in createRFC822Mailbox()826 while (p != pEnd && INetMIME::isAtomChar(*p)) in createRFC822Mailbox()873 else if (INetMIME::isAtomChar(*p)) in createRFC822Mailbox()874 while (p != pEnd && INetMIME::isAtomChar(*p)) in createRFC822Mailbox()888 if (!(INetMIME::isAtomChar(*p))) in createRFC822Mailbox()
823 if (bBoundary2 && INetMIME::isAtomChar(c)) // 5th in FindFirstURLInText()829 if (INetMIME::isAtomChar(c2)) in FindFirstURLInText()
391 bool INetMIME::isAtomChar(sal_uInt32 nChar) in isAtomChar() function in INetMIME844 while (pBegin != pEnd && isAtomChar(*pBegin)) in scanAtom()854 while (pBegin != pEnd && isAtomChar(*pBegin)) in scanAtom()2444 && !isAtomChar(*pBodyPtr)) in writeHeaderFieldBody()2491 && (isAtomChar(*pLookAhead) in writeHeaderFieldBody()2670 isAtomChar(*pLookAhead) in writeHeaderFieldBody()2744 if (isAtomChar(*pBodyPtr) && bSymbol) in writeHeaderFieldBody()2747 && isAtomChar(*pBodyPtr)) in writeHeaderFieldBody()2903 && (isAtomChar(*pLookAhead) in writeHeaderFieldBody()2929 || isAtomChar(*pBodyPtr) in writeHeaderFieldBody()
265 static bool isAtomChar(sal_uInt32 nChar);
Completed in 39 milliseconds