Home
last modified time | relevance | path

Searched refs:isAtomChar (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/svl/source/misc/
H A Dadrparse.cxx825 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()
H A Durihelper.cxx823 if (bBoundary2 && INetMIME::isAtomChar(c)) // 5th in FindFirstURLInText()
829 if (INetMIME::isAtomChar(c2)) in FindFirstURLInText()
/aoo4110/main/tools/source/inet/
H A Dinetmime.cxx391 bool INetMIME::isAtomChar(sal_uInt32 nChar) in isAtomChar() function in INetMIME
844 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()
/aoo4110/main/tools/inc/tools/
H A Dinetmime.hxx265 static bool isAtomChar(sal_uInt32 nChar);

Completed in 53 milliseconds