Searched refs:scanUnsigned (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/tools/inc/tools/ |
H A D | inetmime.hxx | 506 static bool scanUnsigned(const sal_Char *& rBegin, const sal_Char * pEnd, 509 static bool scanUnsigned(const sal_Unicode *& rBegin,
|
/aoo41x/main/tools/source/inet/ |
H A D | inetmime.cxx | 861 bool INetMIME::scanUnsigned(const sal_Char *& rBegin, const sal_Char * pEnd, in scanUnsigned() function in INetMIME 884 bool INetMIME::scanUnsigned(const sal_Unicode *& rBegin, in scanUnsigned() function in INetMIME 1137 && !scanUnsigned(p, pEnd, false, nSection)) in scanParameters() 1345 && !scanUnsigned(p, pEnd, false, nSection)) in scanParameters()
|
/aoo41x/main/tools/source/fsys/ |
H A D | urlobj.cxx | 3715 if (INetMIME::scanUnsigned(p, pEnd, false, nUID)) in getIMAPUID() 4364 if (INetMIME::scanUnsigned(p, pEnd, true, nThePort) && p == pEnd) in GetPort() 4401 if (INetMIME::scanUnsigned(p, pEnd, true, nThePort) && p == pEnd) in makePortCanonic()
|
Completed in 53 milliseconds