Searched defs:WideToUTF8 (Results 1 – 4 of 4) sorted by relevance
| /external/libchrome/base/strings/ |
| D | utf_string_conversions.cc | 299 bool WideToUTF8(const wchar_t* src, size_t src_len, std::string* output) { in WideToUTF8() function 303 std::string WideToUTF8(WStringPiece wide) { in WideToUTF8() function 309 bool WideToUTF8(const wchar_t* src, size_t src_len, std::string* output) { in WideToUTF8() function 313 std::string WideToUTF8(WStringPiece wide) { in WideToUTF8() function
|
| D | old_utf_string_conversions.cc | 83 bool WideToUTF8(const wchar_t* src, size_t src_len, std::string* output) { in WideToUTF8() function 93 std::string WideToUTF8(const std::wstring& wide) { in WideToUTF8() function
|
| /external/cronet/base/strings/ |
| D | utf_string_conversions.cc | 316 bool WideToUTF8(const wchar_t* src, size_t src_len, std::string* output) { in WideToUTF8() function 320 std::string WideToUTF8(WStringPiece wide) { in WideToUTF8() function 326 bool WideToUTF8(const wchar_t* src, size_t src_len, std::string* output) { in WideToUTF8() function 330 std::string WideToUTF8(WStringPiece wide) { in WideToUTF8() function
|
| /external/google-breakpad/src/common/windows/ |
| D | http_upload.cc | 162 string WideToUTF8(const wstring &wide) { in WideToUTF8() function
|