HomeSort by relevance Sort by last modified time
    Searched refs:UTF16ToWide (Results 1 - 3 of 3) sorted by null

  /external/libchrome/base/strings/
utf_string_conversions.h 34 BASE_EXPORT bool UTF16ToWide(const char16* src, size_t src_len,
36 BASE_EXPORT std::wstring UTF16ToWide(const string16& utf16);
utf_string_conversions.cc 104 bool UTF16ToWide(const char16* src, size_t src_len, std::wstring* output) {
109 std::wstring UTF16ToWide(const string16& utf16) {
129 bool UTF16ToWide(const char16* src, size_t src_len, std::wstring* output) {
137 std::wstring UTF16ToWide(const string16& utf16) {
139 UTF16ToWide(utf16.data(), utf16.length(), &ret);
  /external/libchrome/base/files/
file_path.cc 635 return FilePath(SysWideToNativeMB(UTF16ToWide(utf16.as_string())));
    [all...]

Completed in 90 milliseconds