Lines Matching defs:output
23 std::string* output) { in PrepareForUTF8Output()
39 STRING* output) { in PrepareForUTF16Or32Output()
62 bool ConvertUnicode(const SRC_CHAR* src, size_t src_len, DEST_STRING* output) { in ConvertUnicode()
83 bool WideToUTF8(const wchar_t* src, size_t src_len, std::string* output) { in WideToUTF8()
104 bool UTF8ToWide(const char* src, size_t src_len, std::wstring* output) { in UTF8ToWide()
130 bool WideToUTF16(const wchar_t* src, size_t src_len, string16* output) { in WideToUTF16()
139 bool UTF16ToWide(const char16* src, size_t src_len, std::wstring* output) { in UTF16ToWide()
150 bool WideToUTF16(const wchar_t* src, size_t src_len, string16* output) { in WideToUTF16()
164 bool UTF16ToWide(const char16* src, size_t src_len, std::wstring* output) { in UTF16ToWide()
184 bool UTF8ToUTF16(const char* src, size_t src_len, string16* output) { in UTF8ToUTF16()
207 bool UTF16ToUTF8(const char16* src, size_t src_len, std::string* output) { in UTF16ToUTF8()
228 bool UTF8ToUTF16(const char* src, size_t src_len, string16* output) { in UTF8ToUTF16()
236 bool UTF16ToUTF8(const char16* src, size_t src_len, std::string* output) { in UTF16ToUTF8()