Home | History | Annotate | Download | only in dae

Lines Matching refs:DLLSPEC

28 	DLLSPEC systemType getSystemType();
31 DLLSPEC std::string replace(const std::string& s,
42 DLLSPEC void trimWhitespaces(std::string& str);
47 DLLSPEC std::list<std::string> tokenize(const std::string& s,
51 DLLSPEC void tokenize(const std::string& s,
58 DLLSPEC std::vector<std::string> makeStringArray(const char* s, ...);
59 DLLSPEC std::list<std::string> makeStringList(const char* s, ...);
61 DLLSPEC std::string getCurrentDir();
62 DLLSPEC std::string getCurrentDirAsUri();
67 DLLSPEC char getFileSeparator();
72 DLLSPEC const std::string& getSystemTmpDir();
77 DLLSPEC std::string getRandomFileName();
82 DLLSPEC const std::string& getSafeTmpDir();
85 DLLSPEC int strcasecmp(const char* str1, const char* str2);
86 DLLSPEC std::string tolower(const std::string& s);