Lines Matching defs:output
27 DEST_STRING* output) { in ConvertUnicode()
48 bool WideToUTF8(const wchar_t* src, size_t src_len, std::string* output) { in WideToUTF8()
61 bool UTF8ToWide(const char* src, size_t src_len, std::wstring* output) { in UTF8ToWide()
77 bool WideToUTF16(const wchar_t* src, size_t src_len, string16* output) { in WideToUTF16()
86 bool UTF16ToWide(const char16* src, size_t src_len, std::wstring* output) { in UTF16ToWide()
97 bool WideToUTF16(const wchar_t* src, size_t src_len, string16* output) { in WideToUTF16()
111 bool UTF16ToWide(const char16* src, size_t src_len, std::wstring* output) { in UTF16ToWide()
131 bool UTF8ToUTF16(const char* src, size_t src_len, string16* output) { in UTF8ToUTF16()
144 bool UTF16ToUTF8(const char16* src, size_t src_len, std::string* output) { in UTF16ToUTF8()
160 bool UTF8ToUTF16(const char* src, size_t src_len, string16* output) { in UTF8ToUTF16()
168 bool UTF16ToUTF8(const char16* src, size_t src_len, std::string* output) { in UTF16ToUTF8()