Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Typedefs | Functions
string_conversion.cc File Reference
#include "flutter/fml/string_conversion.h"
#include <codecvt>
#include <locale>
#include <sstream>
#include <string>
#include "flutter/fml/build_config.h"

Go to the source code of this file.

Namespaces

namespace  fml
 

Typedefs

using fml::Utf16StringConverter = std::wstring_convert< std::codecvt_utf8_utf16< char16_t >, char16_t >
 

Functions

std::string fml::Join (const std::vector< std::string > &vec, const char *delim)
 
std::string fml::Utf16ToUtf8 (const std::u16string_view string)
 
std::u16string fml::Utf8ToUtf16 (const std::string_view string)