Planeshift
Namespaces | Functions

string_conversion.h File Reference

#include <string>
#include <vector>
#include "common/using_std_string.h"
#include "google_breakpad/common/breakpad_types.h"

Go to the source code of this file.

Namespaces

namespace  google_breakpad

Functions

string google_breakpad::UTF16ToUTF8 (const vector< uint16_t > &in, bool swap)
void google_breakpad::UTF32ToUTF16 (const wchar_t *in, vector< uint16_t > *out)
void google_breakpad::UTF32ToUTF16Char (wchar_t in, uint16_t out[2])
void google_breakpad::UTF8ToUTF16 (const char *in, vector< uint16_t > *out)
int google_breakpad::UTF8ToUTF16Char (const char *in, int in_length, uint16_t out[2])