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

  /external/chromium/base/
utf_string_conversions.cc 77 bool WideToUTF16(const wchar_t* src, size_t src_len, string16* output) {
82 string16 WideToUTF16(const std::wstring& wide) {
97 bool WideToUTF16(const wchar_t* src, size_t src_len, string16* output) {
105 string16 WideToUTF16(const std::wstring& wide) {
107 WideToUTF16(wide.data(), wide.length(), &ret);
  /external/chromium_org/base/strings/
utf_string_conversions.cc 74 bool WideToUTF16(const wchar_t* src, size_t src_len, string16* output) {
79 string16 WideToUTF16(const std::wstring& wide) {
94 bool WideToUTF16(const wchar_t* src, size_t src_len, string16* output) {
102 string16 WideToUTF16(const std::wstring& wide) {
104 WideToUTF16(wide.data(), wide.length(), &ret);

Completed in 43 milliseconds