OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ToUtf16
(Results
1 - 4
of
4
) sorted by null
/external/chromium/third_party/libjingle/source/talk/base/
win32.h
59
inline std::wstring
ToUtf16
(const char* utf8, size_t len) {
66
inline std::wstring
ToUtf16
(const std::string& str) {
67
return
ToUtf16
(str.data(), str.length());
macutils.cc
55
bool
ToUtf16
(const std::string& str8, CFStringRef* str16) {
/external/chromium_org/third_party/libjingle/source/talk/base/
win32.h
68
inline std::wstring
ToUtf16
(const char* utf8, size_t len) {
76
inline std::wstring
ToUtf16
(const std::string& str) {
77
return
ToUtf16
(str.data(), str.length());
macutils.cc
55
bool
ToUtf16
(const std::string& str8, CFStringRef* str16) {
Completed in 48 milliseconds