atof(const char *s, OFBool *success=NULL) | OFStandard | [static] |
combineDirAndFilename(OFString &result, const OFString &dirName, const OFString &fileName, const OFBool allowEmptyDirName=OFFalse) | OFStandard | [static] |
convertToMarkupString(const OFString &sourceString, OFString &markupString, const OFBool convertNonASCII=OFFalse, const OFBool xmlMode=OFTrue, const OFBool newlineAllowed=OFFalse) | OFStandard | [static] |
decodeBase64(const OFString &data, unsigned char *&result) | OFStandard | [static] |
dirExists(const OFString &dirName) | OFStandard | [static] |
encodeBase64(const unsigned char *data, const size_t length, OFString &result, const size_t width=0) | OFStandard | [static] |
fileExists(const OFString &fileName) | OFStandard | [static] |
ftoa(char *target, size_t targetSize, double value, unsigned int flags=0, int width=0, int precision=-1) | OFStandard | [static] |
ftoa_alternate | OFStandard | [static] |
ftoa_format_e | OFStandard | [static] |
ftoa_format_f | OFStandard | [static] |
ftoa_leftadj | OFStandard | [static] |
ftoa_uppercase | OFStandard | [static] |
ftoa_zeropad | OFStandard | [static] |
isReadable(const OFString &pathName) | OFStandard | [static] |
isWriteable(const OFString &pathName) | OFStandard | [static] |
my_sleep(unsigned int seconds) | OFStandard | [private, static] |
my_strlcat(char *dst, const char *src, size_t siz) | OFStandard | [private, static] |
my_strlcpy(char *dst, const char *src, size_t siz) | OFStandard | [private, static] |
normalizeDirName(OFString &result, const OFString &dirName, const OFBool allowEmptyDirName=OFFalse) | OFStandard | [static] |
pathExists(const OFString &pathName) | OFStandard | [static] |
searchDirectoryRecursively(const OFString &directory, OFList< OFString > &fileList, const OFString &pattern, const OFString &dirPrefix) | OFStandard | [static] |
sleep(unsigned int seconds) | OFStandard | [inline, static] |
stringMatchesCharacterSet(const char *str, const char *charset) | OFStandard | [static] |
strlcat(char *dst, const char *src, size_t siz) | OFStandard | [inline, static] |
strlcpy(char *dst, const char *src, size_t siz) | OFStandard | [inline, static] |