Home | History | Annotate | Download | only in windows

Lines Matching refs:string

32 // a set of string parameters (key/value pairs), and a file to upload.
45 #include <string>
50 using std::string;
92 // generates a multipart request body string with these parameters
98 string *request_body);
103 // Converts a UTF8 string to UTF16.
104 static wstring UTF8ToWide(const string &utf8);
106 // Converts a UTF16 string to UTF8.
107 static string WideToUTF8(const wstring &wide) {
111 // Converts a UTF16 string to specified code page.
112 static string WideToMBCP(const wstring &wide, unsigned int cp);