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

  /external/chromium/base/
utf_string_conversions.cc 86 bool UTF16ToWide(const char16* src, size_t src_len, std::wstring* output) {
91 std::wstring UTF16ToWide(const string16& utf16) {
111 bool UTF16ToWide(const char16* src, size_t src_len, std::wstring* output) {
119 std::wstring UTF16ToWide(const string16& utf16) {
121 UTF16ToWide(utf16.data(), utf16.length(), &ret);
  /external/chromium_org/base/strings/
utf_string_conversions.cc 83 bool UTF16ToWide(const char16* src, size_t src_len, std::wstring* output) {
88 std::wstring UTF16ToWide(const string16& utf16) {
108 bool UTF16ToWide(const char16* src, size_t src_len, std::wstring* output) {
116 std::wstring UTF16ToWide(const string16& utf16) {
118 UTF16ToWide(utf16.data(), utf16.length(), &ret);

Completed in 963 milliseconds